Searched refs:QuerySessionByInfo (Results 1 – 6 of 6) sorted by relevance
136 …std::shared_ptr<DBinderSessionObject> QuerySessionByInfo(const std::string &name, const std::strin…
910 if (current->QuerySessionByInfo(data.peerServiceName, data.peerDeviceId) == nullptr) { in MakeDBinderTransSession()1016 … current->QuerySessionByInfo(toBeDelete->GetServiceName(), toBeDelete->GetDeviceId()) == nullptr) { in ReleaseDatabusProto()
648 std::shared_ptr<DBinderSessionObject> IPCProcessSkeleton::QuerySessionByInfo(const std::string &nam… in QuerySessionByInfo() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
455 auto ret = skeleton->QuerySessionByInfo(name, deviceId);1736 auto ret = skeleton->QuerySessionByInfo(name, deviceIdTest);1754 auto ret = skeleton->QuerySessionByInfo(name, deviceId);
510 … if (current->QuerySessionByInfo(session->GetServiceName(), session->GetDeviceId()) == nullptr) { in MakeRemoteHandle()
472 current->QuerySessionByInfo(name, deviceId); in QuerySessionByInfoTest()