Home
last modified time | relevance | path

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

/foundation/communication/ipc/ipc/native/src/core/include/
Dipc_process_skeleton.h120 bool QueryProxyBySessionHandle(uint32_t handle, std::vector<uint32_t> &proxyHandle);
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_process_skeleton_unittest.cpp413 auto ret = skeleton->QueryProxyBySessionHandle(handler, proxyHandle);
1726 auto ret = skeleton->QueryProxyBySessionHandle(handler, proxyHandle);
/foundation/communication/ipc/ipc/native/src/mock/source/
Ddbinder_databus_invoker.cpp598 …if (!current->QueryProxyBySessionHandle(IPCProcessSkeleton::ConvertChannelID2Int(channelId), proxy… in OnDatabusSessionClientSideClosed()
/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_process_skeleton.cpp586 bool IPCProcessSkeleton::QueryProxyBySessionHandle(uint32_t handle, std::vector<uint32_t> &proxyHan… in QueryProxyBySessionHandle() function in OHOS::IPC_SINGLE::IPCProcessSkeleton