Searched refs:QuerySessionByInfo (Results 1 – 5 of 5) sorted by relevance
745 if (current->QuerySessionByInfo(serviceName, peerID) == nullptr) { in UpdateDatabusClientSession()778 … current->QuerySessionByInfo(toBeDelete->GetServiceName(), toBeDelete->GetDeviceId()) == nullptr) { in ReleaseDatabusProto()
625 std::shared_ptr<DBinderSessionObject> IPCProcessSkeleton::QuerySessionByInfo(const std::string &nam… in QuerySessionByInfo() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
121 …std::shared_ptr<DBinderSessionObject> QuerySessionByInfo(const std::string &name, const std::strin…
461 auto ret = skeleton->QuerySessionByInfo(name, deviceId);1777 auto ret = skeleton->QuerySessionByInfo(name, deviceIdTest);1795 auto ret = skeleton->QuerySessionByInfo(name, deviceId);
205 … if (current->QuerySessionByInfo(session->GetServiceName(), session->GetDeviceId()) == nullptr) { in MakeRemoteHandle()