Home
last modified time | relevance | path

Searched refs:GetStrongRefCountForStub (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h241 uint32_t GetStrongRefCountForStub();
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbinder_invoker_unittest.cpp677 uint32_t count = binderInvoker.GetStrongRefCountForStub(0);
691 uint32_t count = binderInvoker.GetStrongRefCountForStub(0);
H A Dipc_object_proxy_unittest.cpp1331 uint32_t count = object->GetStrongRefCountForStub();
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/
H A Dbinderinvoker_fuzzer.cpp153 invoker->GetStrongRefCountForStub(handle); in GetStrongRefCountForStubTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_invoker.h139 uint32_t GetStrongRefCountForStub(uint32_t handle);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp624 uint32_t IPCObjectProxy::GetStrongRefCountForStub() in GetStrongRefCountForStub() function in OHOS::IPCObjectProxy
631 return invoker->GetStrongRefCountForStub(handle_); in GetStrongRefCountForStub()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp1695 uint32_t BinderInvoker::GetStrongRefCountForStub(uint32_t handle) in GetStrongRefCountForStub() function in OHOS::IPC_SINGLE::BinderInvoker