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

/vbox/src/VBox/Main/include/
H A DAdditionsFacilityImpl.h78 RTTIMESPEC mTimestamp; member in struct:AdditionsFacility::FacilityState
H A DMachineImpl.h251 LONG64 mTimestamp; member in struct:Machine::HWData::GuestProperty
/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp233 mTimestamp = RTTimeNanoTS();
457 uint64_t mTimestamp; member in struct:guestControl::HostCommand
569 mHostCmdTS, pHostCmd->mTimestamp));
573 if (pHostCmd->mTimestamp <= mHostCmdTS)
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp74 uint64_t mTimestamp; member in struct:guestProp::Property
79 Property() : mTimestamp(0), mFlags(NILFLAG)
86 : mName(pcszName), mValue(pcszValue), mTimestamp(u64Timestamp),
95 : mName(name), mValue(value), mTimestamp(u64Timestamp),
111 if (mTimestamp != prop.mTimestamp)
223 /** @todo r=bird: This incorrectly ASSUMES that mTimestamp is unique.
227 && it->mTimestamp != u64Timestamp; ++it)
234 && it->mTimestamp != pProp->mTimestamp;
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp178 mTimestamp.setTime_t (mSnapshot.GetTimeStamp() / 1000);
200 mTimestamp.setTime_t (mMachine.GetLastStateChange() / 1000);
210 QDateTime then = mTimestamp;
264 bool dateTimeToday = mTimestamp.date() == QDate::currentDate();
266 mTimestamp.time().toString (Qt::LocalDate) :
267 mTimestamp.toString (Qt::LocalDate);
312 QDateTime mTimestamp; member in class:SnapshotWgtItem

Completed in 46 milliseconds