Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_hdi_handler.cpp116 auto dhIds = mapAudioMgrDhIds_.find(devId); in RegisterAudioDevice()
117 if (dhIds != mapAudioMgrDhIds_.end()) { in RegisterAudioDevice()
122 mapAudioMgrDhIds_.emplace(devId, newDhIds); in RegisterAudioDevice()
149 auto iter = mapAudioMgrDhIds_.find(devId); in UnRegisterAudioDevice()
150 if (iter == mapAudioMgrDhIds_.end()) { in UnRegisterAudioDevice()
157 mapAudioMgrDhIds_.erase(devId); in UnRegisterAudioDevice()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Ddaudio_hdi_handler.h68 std::map<std::string, std::set<int32_t>> mapAudioMgrDhIds_; variable