Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h136 …std::shared_ptr<DBinderSessionObject> QuerySessionByInfo(const std::string &name, const std::strin…
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp910 if (current->QuerySessionByInfo(data.peerServiceName, data.peerDeviceId) == nullptr) { in MakeDBinderTransSession()
1016 … current->QuerySessionByInfo(toBeDelete->GetServiceName(), toBeDelete->GetDeviceId()) == nullptr) { in ReleaseDatabusProto()
H A Dipc_process_skeleton.cpp648 std::shared_ptr<DBinderSessionObject> IPCProcessSkeleton::QuerySessionByInfo(const std::string &nam… in QuerySessionByInfo() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp455 auto ret = skeleton->QuerySessionByInfo(name, deviceId);
1736 auto ret = skeleton->QuerySessionByInfo(name, deviceIdTest);
1754 auto ret = skeleton->QuerySessionByInfo(name, deviceId);
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h510 … if (current->QuerySessionByInfo(session->GetServiceName(), session->GetDeviceId()) == nullptr) { in MakeRemoteHandle()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp472 current->QuerySessionByInfo(name, deviceId); in QuerySessionByInfoTest()