Lines Matching refs:peerDevId
77 const std::string &sessionName, const std::string &peerDevId)
84 GetAnonyString(peerDevId).c_str());
85 std::string strListenerKey = sessionName + "_" + peerDevId;
96 int32_t SoftbusAdapter::UnRegisterSoftbusListener(const std::string &sessionName, const std::string &peerDevId)
99 GetAnonyString(peerDevId).c_str());
100 std::string strListenerKey = sessionName + "_" + peerDevId;
109 const std::string &peerDevId)
112 GetAnonyString(peerDevId).c_str());
115 std::string idMapValue = sessionName + "_" + peerDevId;
147 serverIdMap_.insert(std::make_pair(socketId, sessionName + "_" + peerDevId));
154 const std::string &peerDevId)
157 if (sessionName.empty() || peerDevId.empty()) {
161 GetAnonyString(peerDevId).c_str());
165 std::string idMapValue = sessionName + "_" + peerDevId;
181 const std::string &peerDevId)
184 mySessionName.c_str(), peerSessionName.c_str(), GetAnonyString(peerDevId).c_str());
195 .peerNetworkId = const_cast<char*>(peerDevId.c_str()),
211 devId2SessIdMap_.insert(std::make_pair(socketId, mySessionName + "_" + peerDevId));
308 std::string peerDevId(info.networkId);
309 if ((it->second).find(peerDevId) != std::string::npos) {