Home
last modified time | relevance | path

Searched refs:g_remoteSdpServiceArrays (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp28 std::map<std::string, HfpAgRemoteSdpServiceArray> HfpAgSdpClient::g_remoteSdpServiceArrays; member in OHOS::bluetooth::HfpAgSdpClient
35 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()
H A Dhfp_ag_sdp_client.h175 static std::map<std::string, HfpAgRemoteSdpServiceArray> g_remoteSdpServiceArrays; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp25 std::map<std::string, HfpHfRemoteSdpServiceArray> HfpHfSdpClient::g_remoteSdpServiceArrays; member in OHOS::bluetooth::HfpHfSdpClient
32 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()
H A Dhfp_hf_sdp_client.h208 static std::map<std::string, HfpHfRemoteSdpServiceArray> g_remoteSdpServiceArrays; variable