Searched refs:profileIdFuncMap_ (Results 1 – 2 of 2) sorted by relevance
128 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()
107 SafeMap<int32_t, ProfileIdProperty> profileIdFuncMap_; variable