Home
last modified time | relevance | path

Searched refs:AttachDBinderCallbackStub (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp934 current->AttachDBinderCallbackStub(proxy, stub); in AttachToDetachDBinderCallbackStubTest()
938 current->AttachDBinderCallbackStub(proxy, stub); in AttachToDetachDBinderCallbackStubTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h206 bool AttachDBinderCallbackStub(sptr<IRemoteObject> rpcProxy, sptr<DBinderCallbackStub> stub);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp156 if (!current->AttachDBinderCallbackStub(object, fakeStub)) { in WriteDBinderProxy()
H A Dipc_process_skeleton.cpp1614 bool IPCProcessSkeleton::AttachDBinderCallbackStub(sptr<IRemoteObject> proxy, sptr<DBinderCallbackS… in AttachDBinderCallbackStub() function in OHOS::IPC_SINGLE::IPCProcessSkeleton