Searched refs:stubObjects (Results 1 – 2 of 2) sorted by relevance
67 UtilsListInit(&g_stubObjectList.stubObjects); in RpcProcessSkeleton()89 UtilsListAdd(&g_stubObjectList.stubObjects, &stubObject->list); in AddStubByIndex()98 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_stubObjectList.stubObjects, StubObject, list) in QueryStubByIndex()
44 UTILS_DL_LIST stubObjects; member