Searched refs:StubObject (Results 1 – 5 of 5) sorted by relevance
41 } StubObject; typedef111 int32_t AddStubByIndex(StubObject *stubObject);112 StubObject *QueryStubByIndex(uint64_t stubIndex);
46 StubObject *stubObject = (StubObject *)malloc(sizeof(StubObject)); in MakeStubCached()
101 StubObject *stubObject = (StubObject *)malloc(sizeof(StubObject)); in InvokerListenThread()
86 int32_t AddStubByIndex(StubObject *stubObject) in AddStubByIndex()94 StubObject *QueryStubByIndex(uint64_t stubIndex) in QueryStubByIndex()96 StubObject *node = NULL; in QueryStubByIndex()98 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_stubObjectList.stubObjects, StubObject, list) in QueryStubByIndex()
383 StubObject *stubObject = QueryStubByIndex(tr->cookie); in ProcessTransaction()