Searched refs:mhProperties (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp172 RTSTRSPACE mhProperties; member in class:guestProp::Service
275 return (Property *)RTStrSpaceGet(&mhProperties, pszName);
282 , mhProperties(NULL)
538 if (RTStrSpaceInsert(&mhProperties, &pProp->mStrCore))
713 if (RTStrSpaceInsert(&mhProperties, &pProp->mStrCore))
793 PRTSTRSPACECORE pStrCore = RTStrSpaceRemove(&mhProperties, pProp->mStrCore.pszString);
928 rc = RTStrSpaceEnumerate(&mhProperties, enumPropsCallback, &EnumData);
1337 RTStrSpaceEnumerate(&mhProperties, dbgInfoCallback, &EnumData);

Completed in 50 milliseconds