Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_manager_interface_impl.cpp94 mapAddFlags_.clear(); in LoadAdapter()
165 if (mapAddFlags_.find(flagString) == mapAddFlags_.end()) { in AddAudioDevice()
173 mapAddFlags_.insert(std::make_pair(flagString, true)); in AddAudioDevice()
199 mapAddFlags_.erase(adpName + std::to_string(dhId)); in RemoveAudioDevice()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_manager_interface_impl.h105 std::map<std::string, bool> mapAddFlags_; variable