Searched refs:SnapshotMachine (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/include/
H A DSnapshotImpl.h23 class SnapshotMachine;
45 SnapshotMachine *aMachine,
75 const ComObjPtr<SnapshotMachine>& i_getSnapshotMachine() const;
H A DMachineImpl.h109 * by the Machine, SessionMachine and all SnapshotMachine instances
206 * share it, while SnapshotMachine does not.
219 * by all SnapshotMachine instances associated with the given machine
452 * instance is not SnapshotMachine.
836 friend class SnapshotMachine;
1504 // SnapshotMachine class
1509 * SnapshotMachine shares some data with the primary Machine instance (pointed
1515 class ATL_NO_VTABLE SnapshotMachine : class in inherits:Machine
1519 VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(SnapshotMachine, IMachine)
1521 DECLARE_NOT_AGGREGATABLE(SnapshotMachine)
[all...]
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp3 * COM class implementation for Snapshot and SnapshotMachine in VBoxSVC.
67 ComObjPtr<SnapshotMachine> pMachine;
112 SnapshotMachine *aMachine,
535 * Returns the SnapshotMachine that this snapshot belongs to.
539 const ComObjPtr<SnapshotMachine>& Snapshot::i_getSnapshotMachine() const
934 // SnapshotMachine implementation
938 SnapshotMachine::SnapshotMachine() function in class:SnapshotMachine
942 SnapshotMachine::~SnapshotMachine()
[all...]
H A DMachineImpl.cpp8350 /* Deassociate media (only when a real Machine or a SnapshotMachine
8354 * that in case of normal Machine or SnapshotMachine uninitialization (as
8404 * For primary Machine objects and for SnapshotMachine objects, returns this
8725 ComObjPtr<SnapshotMachine> pSnapshotMachine;
11150 * SnapshotMachine, and this must be its snapshot.
11218 * the SnapshotMachine objects that might be found in the snapshots.
11224 * @param pSnapshot Must be NULL when called for a "real" Machine or a snapshot object if called for a SnapshotMachine.
14169 * but is different for each SnapshotMachine. When calling this, the order of calling this
14187 // this checks the SnapshotMachine's state file paths
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp110 NS_DECL_CLASSINFO(SnapshotMachine)
111 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(SnapshotMachine, IMachine)

Completed in 914 milliseconds