Searched refs:comps (Results 1 – 2 of 2) sorted by relevance
38 auto comps = g_pidCompsMap.find(remotePid); in RegisterService() local39 if (comps != g_pidCompsMap.end()) { in RegisterService()41 comps->second.insert(componentId); in RegisterService()65 auto comps = g_pidCompsMap.find(remotePid); in CleanMapperOfDiedService() local66 if (comps == g_pidCompsMap.end()) { in CleanMapperOfDiedService()71 std::set<uint32_t> ids = comps->second; in CleanMapperOfDiedService()79 g_pidCompsMap.erase(comps); in CleanMapperOfDiedService()89 auto comps = g_pidCompsMap.find(remotePid); in RemoveDestoryedComponent() local90 if (comps != g_pidCompsMap.end()) { in RemoveDestoryedComponent()91 comps->second.erase(componentId); in RemoveDestoryedComponent()
26 int32_t CleanMapperOfDiedService(struct HdfRemoteService *remote, uint32_t *comps, uint32_t *size);