Searched refs:g_devMap (Results 1 – 4 of 4) sorted by relevance
23 std::map<uint16_t, std::string> HfpAgRfcommConnection::g_devMap; member in OHOS::bluetooth::HfpAgRfcommConnection27 g_devMap.clear(); in Init()33 g_devMap.clear(); in CleanUp()117 auto it = g_devMap.find(handle); in GetRemoteAddressByHandle()118 if (it != g_devMap.end()) { in GetRemoteAddressByHandle()119 return g_devMap[handle]; in GetRemoteAddressByHandle()127 g_devMap.insert(std::make_pair<uint16_t, std::string>(std::move(handle), std::move(addr))); in AddConnectionDevice()132 auto it = g_devMap.find(handle); in RemoveConnectionDevice()133 if (it != g_devMap.end()) { in RemoveConnectionDevice()134 g_devMap.erase(it); in RemoveConnectionDevice()
158 static std::map<uint16_t, std::string> g_devMap; variable
23 std::map<uint16_t, std::string> HfpHfRfcommConnection::g_devMap; member in OHOS::bluetooth::HfpHfRfcommConnection27 g_devMap.clear(); in Init()33 g_devMap.clear(); in CleanUp()118 auto it = g_devMap.find(handle); in GetRemoteAddressByHandle()119 if (it != g_devMap.end()) { in GetRemoteAddressByHandle()120 return g_devMap[handle]; in GetRemoteAddressByHandle()128 g_devMap.insert(std::make_pair<uint16_t, std::string>(std::move(handle), std::move(addr))); in AddConnectionDevice()133 auto it = g_devMap.find(handle); in RemoveConnectionDevice()134 if (it != g_devMap.end()) { in RemoveConnectionDevice()135 g_devMap.erase(it); in RemoveConnectionDevice()
163 static std::map<uint16_t, std::string> g_devMap; variable