Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp441 current->QueryProxyBySocketId(handle, proxyHandle); in QueryProxyBySocketIdTest001()
457 current->QueryProxyBySocketId(socketId, proxyHandle); in QueryProxyBySocketIdTest002()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h135 bool QueryProxyBySocketId(int32_t socketId, std::vector<uint32_t> &proxyHandle);
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp588 if (!current->QueryProxyBySocketId(socketId, proxyHandle)) { in OnDatabusSessionClientSideClosed()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp409 auto ret = skeleton->QueryProxyBySocketId(handler, proxyHandle);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp606 bool IPCProcessSkeleton::QueryProxyBySocketId(int32_t socketId, std::vector<uint32_t> &proxyHandle) in QueryProxyBySocketId() function in OHOS::IPC_SINGLE::IPCProcessSkeleton