Searched refs:g_remoteSdpServiceArrays (Results 1 – 4 of 4) sorted by relevance
28 std::map<std::string, HfpAgRemoteSdpServiceArray> HfpAgSdpClient::g_remoteSdpServiceArrays; member in OHOS::bluetooth::HfpAgSdpClient35 auto it = g_remoteSdpServiceArrays.find(currentAddr_); in ~HfpAgSdpClient()36 if (it != g_remoteSdpServiceArrays.end()) { in ~HfpAgSdpClient()38 g_remoteSdpServiceArrays.erase(it); in ~HfpAgSdpClient()164 auto it = g_remoteSdpServiceArrays.find(remoteAddr); in FindAttributes()165 if (it == g_remoteSdpServiceArrays.end()) { in FindAttributes()196 g_remoteSdpServiceArrays.erase(it); in FindAttributes()237 g_remoteSdpServiceArrays.insert_or_assign(remoteAddr, array); in CopySdpServiceArray()
175 static std::map<std::string, HfpAgRemoteSdpServiceArray> g_remoteSdpServiceArrays; variable
25 std::map<std::string, HfpHfRemoteSdpServiceArray> HfpHfSdpClient::g_remoteSdpServiceArrays; member in OHOS::bluetooth::HfpHfSdpClient32 auto it = g_remoteSdpServiceArrays.find(currentAddr_); in ~HfpHfSdpClient()33 if (it != g_remoteSdpServiceArrays.end()) { in ~HfpHfSdpClient()35 g_remoteSdpServiceArrays.erase(it); in ~HfpHfSdpClient()167 auto it = g_remoteSdpServiceArrays.find(remoteAddr); in FindAttributes()168 if (it == g_remoteSdpServiceArrays.end()) { in FindAttributes()204 g_remoteSdpServiceArrays.erase(it); in FindAttributes()245 g_remoteSdpServiceArrays.insert_or_assign(remoteAddr, array); in CopySdpServiceArray()
208 static std::map<std::string, HfpHfRemoteSdpServiceArray> g_remoteSdpServiceArrays; variable