Home
last modified time | relevance | path

Searched refs:MakeHandleDescriptor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp109 current->MakeHandleDescriptor(handle); in MakeHandleDescriptorTest()
214 std::u16string descriptor = current->MakeHandleDescriptor(handle); in QueryObjectTest001()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h107 std::u16string MakeHandleDescriptor(int handle);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp65 remoteObject = current->QueryObject(current->MakeHandleDescriptor(flat->handle)); in AcquireObject()
H A Dipc_process_skeleton.cpp182 std::u16string IPCProcessSkeleton::MakeHandleDescriptor(int handle) in MakeHandleDescriptor() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
223 std::u16string descriptor = MakeHandleDescriptor(handle); in GetProxyObject()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp597 std::u16string descriptor = current->MakeHandleDescriptor(*it); in OnDatabusSessionClientSideClosed()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp81 std::u16string str = skeleton->MakeHandleDescriptor(1);