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

/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp720 * @param aTimestamp Timestamp of last facility status update in ms (optional).
722 HRESULT Guest::getFacilityStatus(AdditionsFacilityType_T aFacility, LONG64 *aTimestamp, AdditionsFacilityStatus_T *aStatus) argument
726 /* Not checking for aTimestamp is intentional; it's optional. */
733 if (aTimestamp)
734 *aTimestamp = pFacility->i_getLastUpdated();
743 if (aTimestamp)
744 *aTimestamp = RTTimeMilliTS();
H A DConsoleImpl.cpp5705 HRESULT Console::i_getGuestProperty(const Utf8Str &aName, Utf8Str *aValue, LONG64 *aTimestamp, Utf8Str *aFlags) argument
5712 if (aTimestamp != NULL && !RT_VALID_PTR(aTimestamp))
5759 if (aTimestamp)
5760 *aTimestamp = parm[2].u.uint64;
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp5582 LONG64 *aTimestamp,
5594 *aTimestamp = it->second.mTimestamp;
5610 LONG64 *aTimestamp,
5630 &bValue, aTimestamp, &bFlags);
5641 LONG64 *aTimestamp,
5648 HRESULT rc = i_getGuestPropertyFromVM(aName, aValue, aTimestamp, aFlags);
5652 rc = i_getGuestPropertyFromService(aName, aValue, aTimestamp, aFlags);
13375 LONG64 aTimestamp,
13430 it->second.mTimestamp = aTimestamp;
13442 prop.mTimestamp = aTimestamp;
5580 i_getGuestPropertyFromService(const com::Utf8Str &aName, com::Utf8Str &aValue, LONG64 *aTimestamp, com::Utf8Str &aFlags) const argument
5608 i_getGuestPropertyFromVM(const com::Utf8Str &aName, com::Utf8Str &aValue, LONG64 *aTimestamp, com::Utf8Str &aFlags) const argument
5639 getGuestProperty(const com::Utf8Str &aName, com::Utf8Str &aValue, LONG64 *aTimestamp, com::Utf8Str &aFlags) argument
13373 pushGuestProperty(const com::Utf8Str &aName, const com::Utf8Str &aValue, LONG64 aTimestamp, const com::Utf8Str &aFlags) argument
14704 pushGuestProperty(const com::Utf8Str &aName, const com::Utf8Str &aValue, LONG64 aTimestamp, const com::Utf8Str &aFlags) argument
[all...]

Completed in 85 milliseconds