Searched defs:aTimeStamp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp103 * @param aTimeStamp timestamp of the snapshot, in ms since 1970-01-01 UTC
111 const RTTIMESPEC &aTimeStamp,
133 m->timeStamp = aTimeStamp;
368 HRESULT Snapshot::getTimeStamp(LONG64 *aTimeStamp) argument
372 *aTimeStamp = RTTimeSpecGetMilli(&m->timeStamp);
107 init(VirtualBox *aVirtualBox, const Guid &aId, const Utf8Str &aName, const Utf8Str &aDescription, const RTTIMESPEC &aTimeStamp, SnapshotMachine *aMachine, Snapshot *aParent) argument

Completed in 54 milliseconds