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

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Ddb.py461 def getCurrentTimestamp(self): member in class:TMDatabaseConnection
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp187 * This is used by getCurrentTimestamp() to decrease the chance of
369 uint64_t getCurrentTimestamp(void);
406 uint64_t Service::getCurrentTimestamp(void) function in class:guestProp::Service
652 uint64_t u64TimeNano = getCurrentTimestamp();
792 uint64_t u64Timestamp = getCurrentTimestamp();

Completed in 46 milliseconds