Searched refs:AddStubByIndex (Results 1 – 10 of 10) sorted by relevance
111 int32_t AddStubByIndex(StubObject *stubObject);
53 if (AddStubByIndex(stubObject) != ERR_NONE) { in MakeStubCached()
109 if (AddStubByIndex(stubObject) != ERR_NONE) { in InvokerListenThread()
624 current->AddStubByIndex(stubObject); in AddStubByIndexTest001()641 current->AddStubByIndex(stubObject); in QueryStubByIndexTest001()684 current->AddStubByIndex(stubObject); in QueryStubIndexTest002()
86 int32_t AddStubByIndex(StubObject *stubObject) in AddStubByIndex() function
153 uint64_t AddStubByIndex(IRemoteObject *stubObject);
910 auto ret = skeleton->AddStubByIndex(stubObject.GetRefPtr());933 uint64_t index = skeleton->AddStubByIndex(object.GetRefPtr());957 uint64_t index = skeleton->AddStubByIndex(object.GetRefPtr());
554 uint64_t stubIndex = current->AddStubByIndex(this); in InvokerDataBusThread()
964 uint64_t IPCProcessSkeleton::AddStubByIndex(IRemoteObject *stubObject) in AddStubByIndex() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
826 uint64_t stubIndex = current->AddStubByIndex(stubObject); in MakeStubIndexByRemoteObject()