Home
last modified time | relevance | path

Searched refs:mapAudioMgrCallback_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_hdi_handler.cpp111 auto call = mapAudioMgrCallback_.find(searchKey); in RegisterAudioDevice()
112 if (call == mapAudioMgrCallback_.end()) { in RegisterAudioDevice()
114 mapAudioMgrCallback_.emplace(searchKey, callbackptr); in RegisterAudioDevice()
126 auto iter = mapAudioMgrCallback_.find(searchKey); in RegisterAudioDevice()
127 if (iter != mapAudioMgrCallback_.end()) { in RegisterAudioDevice()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Ddaudio_hdi_handler.h67 std::map<std::string, sptr<DAudioManagerCallback>> mapAudioMgrCallback_; member in OHOS::DistributedHardware::DAudioHdiHandler

Completed in 2 milliseconds