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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceUtils.cpp47 * @param puTimestamp Where to return the timestamp. This is only set
51 char **ppszValue, char **ppszFlags, uint64_t *puTimestamp)
106 if (puTimestamp)
107 *puTimestamp = uTimestamp;
134 NULL /* ppszFlags */, NULL /* puTimestamp */);
164 * @param puTimestamp Where to return the timestamp. This is only set
168 char **ppszValue, char **ppszFlags, uint64_t *puTimestamp)
174 int rc = VBoxServiceReadProp(u32ClientId, pszPropName, &pszValue, &pszFlags, puTimestamp);
50 VBoxServiceReadProp(uint32_t u32ClientId, const char *pszPropName, char **ppszValue, char **ppszFlags, uint64_t *puTimestamp) argument
167 VBoxServiceReadHostProp(uint32_t u32ClientId, const char *pszPropName, bool fReadOnly, char **ppszValue, char **ppszFlags, uint64_t *puTimestamp) argument
H A DVBoxServiceVMInfo.cpp276 * @param puTimestamp Timestamp of property to retrieve. Optional.
279 char **ppszValue, uint64_t *puTimestamp)
291 ppszValue, NULL /* Flags */, puTimestamp);
278 vboxServiceGetLAClientValue(uint32_t uClientID, const char *pszProperty, char **ppszValue, uint64_t *puTimestamp) argument
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp196 * @param puTimestamp Timestamp of the value
201 char *pszValue, size_t cbValue, uint64_t *puTimestamp)
206 /* puTimestamp is optional. */
273 if (puTimestamp)
274 *puTimestamp = u64Timestamp;
199 vbox_read_prop(uint32_t uClientID, const char *pszKey, bool fReadOnly, char *pszValue, size_t cbValue, uint64_t *puTimestamp) argument

Completed in 60 milliseconds