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

/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp205 * @param pProp where to return the property found. If none is
210 Property *pProp)
215 AssertPtrReturn(pProp, VERR_INVALID_POINTER);
216 int rc = getOldNotificationInternal(pszPatterns, u64Timestamp, pProp);
219 * ENSURE that pProp is the first event in the notification queue that:
234 && it->mTimestamp != pProp->mTimestamp; ++it)
236 if (pProp->mTimestamp != 0)
238 Assert(*pProp == *it);
239 Assert(pProp->Matches(pszPatterns));
380 uint64_t u64Timestamp, Property *pProp);
209 getOldNotification(const char *pszPatterns, uint64_t u64Timestamp, Property *pProp) argument
521 Property *pProp = getPropertyInternal(papszNames[i]); local
594 Property *pProp = getPropertyInternal(pcszName); local
692 Property *pProp = getPropertyInternal(pcszName); local
783 Property *pProp = getPropertyInternal(pcszName); local
824 Property *pProp = (Property *)pStr; local
951 getOldNotificationInternal(const char *pszPatterns, uint64_t u64Timestamp, Property *pProp) argument
1134 Property const * const pProp = getPropertyInternal(pszProperty); local
1318 Property *pProp = (Property *)pStr; local
[all...]
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp115 unsigned char *pProp; local
116 pProp = (unsigned char *)RTMemDup(&atomTypeDesktop,
118 AssertReturn(pProp, 0xffff);
120 *prop_return = pProp;

Completed in 264 milliseconds