Home
last modified time | relevance | path

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

/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_object_proxy.cpp745 if (current->QuerySessionByInfo(serviceName, peerID) == nullptr) { in UpdateDatabusClientSession()
778 … current->QuerySessionByInfo(toBeDelete->GetServiceName(), toBeDelete->GetDeviceId()) == nullptr) { in ReleaseDatabusProto()
Dipc_process_skeleton.cpp625 std::shared_ptr<DBinderSessionObject> IPCProcessSkeleton::QuerySessionByInfo(const std::string &nam… in QuerySessionByInfo() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
/foundation/communication/ipc/ipc/native/src/core/include/
Dipc_process_skeleton.h121 …std::shared_ptr<DBinderSessionObject> QuerySessionByInfo(const std::string &name, const std::strin…
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_process_skeleton_unittest.cpp461 auto ret = skeleton->QuerySessionByInfo(name, deviceId);
1777 auto ret = skeleton->QuerySessionByInfo(name, deviceIdTest);
1795 auto ret = skeleton->QuerySessionByInfo(name, deviceId);
/foundation/communication/ipc/ipc/native/src/mock/include/
Ddbinder_base_invoker.h205 … if (current->QuerySessionByInfo(session->GetServiceName(), session->GetDeviceId()) == nullptr) { in MakeRemoteHandle()