Home
last modified time | relevance | path

Searched refs:QueryDBinderCallbackProxy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h210 sptr<IRemoteObject> QueryDBinderCallbackProxy(sptr<IRemoteObject> stub);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp231 sptr<IRemoteObject> proxy = current->QueryDBinderCallbackProxy(temp); in ReadRemoteObject()
H A Dipc_process_skeleton.cpp1654 sptr<IRemoteObject> IPCProcessSkeleton::QueryDBinderCallbackProxy(sptr<IRemoteObject> stub) in QueryDBinderCallbackProxy() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp936 current->QueryDBinderCallbackProxy(stub); in AttachToDetachDBinderCallbackStubTest()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp1671 auto ret = skeleton->QueryDBinderCallbackProxy(object);