Home
last modified time | relevance | path

Searched refs:profileIdFuncMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp128 profileIdFuncMap_.Iterate([this](const int32_t id, ProfileIdProperty &property) { in NotifyBluetoothStateChange()
138 profileIdFuncMap_.Iterate([this](const int32_t id, ProfileIdProperty &property) { in NotifyBluetoothStateChange()
150 profileIdFuncMap_.Iterate([this](const int32_t id, ProfileIdProperty &property) { in RunFuncWhenBluetoothServiceStarted()
222 profileIdFuncMap_.Insert(id, idProperties); in RegisterFunc()
239 profileIdFuncMap_.Insert(id, idProperties); in RegisterFunc()
257 CHECK_AND_RETURN_LOG(profileIdFuncMap_.Find(id, value), "id is not exist"); in DeregisterFunc()
258 profileIdFuncMap_.Erase(id); in DeregisterFunc()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_profile_manager.h107 SafeMap<int32_t, ProfileIdProperty> profileIdFuncMap_; variable