Home
last modified time | relevance | path

Searched refs:HandleDAudioNotify (Results 1 - 13 of 13) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcemanager/src/
H A Ddaudio_source_mgr_test.cpp184 * @tc.desc: Verify the HandleDAudioNotify function.
191 sourceMgr.HandleDAudioNotify(DEV_ID, DH_ID_SPK, OPEN_SPEAKER, "openspk")); in HWTEST_F()
196 sourceMgr.HandleDAudioNotify(DEV_ID, DH_ID_SPK, OPEN_SPEAKER, "openspk")); in HWTEST_F()
199 EXPECT_EQ(ERR_DH_AUDIO_FAILED, sourceMgr.HandleDAudioNotify(DEV_ID + "1", DH_ID_SPK, CLOSE_CTRL, "")); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/src/
H A Ddaudio_sink_service.cpp114 DAudioSinkManager::GetInstance().HandleDAudioNotify(devId, dhId, eventType, eventContent); in DAudioNotify()
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_source_service.cpp128 DAudioSourceManager::GetInstance().HandleDAudioNotify(devId, dhId, eventType, eventContent); in DAudioNotify()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/
H A Ddaudio_sink_manager.h54 int32_t HandleDAudioNotify(const std::string &devId, const std::string &dhId, const int32_t eventType,
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_manager.h42 int32_t HandleDAudioNotify(const std::string &devId, const std::string &dhId, const int32_t eventType,
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/
H A Ddaudio_sink_manager_test.cpp62 * @tc.desc: Verify the HandleDAudioNotify function.
73 EXPECT_EQ(DH_SUCCESS, daudioSinkManager.HandleDAudioNotify(devId, dhId, type, content)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp105 DAudioSourceManager::GetInstance().HandleDAudioNotify(message->dstDevId_, message->dstDevId_, in OnEngineTransMessage()
H A Ddaudio_source_manager.cpp285 int32_t DAudioSourceManager::HandleDAudioNotify(const std::string &devId, const std::string &dhId, in HandleDAudioNotify() function in OHOS::DistributedHardware::DAudioSourceManager
H A Ddmic_dev.cpp53 DAudioSourceManager::GetInstance().HandleDAudioNotify(message->dstDevId_, message->dstDevId_, in OnEngineTransMessage()
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H A Ddmic_client.cpp55 DAudioSinkManager::GetInstance().HandleDAudioNotify(message->dstDevId_, message->dstDevId_, in OnEngineTransMessage()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_manager.cpp130 int32_t DAudioSinkManager::HandleDAudioNotify(const std::string &devId, const std::string &dhId, in HandleDAudioNotify() function in OHOS::DistributedHardware::DAudioSinkManager
H A Ddaudio_sink_dev.cpp586 return DAudioSinkManager::GetInstance().HandleDAudioNotify(devId, devId, static_cast<int32_t>(type), content); in HandleEngineMessage()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp51 DAudioSinkManager::GetInstance().HandleDAudioNotify(message->dstDevId_, message->dstDevId_, in OnEngineTransMessage()

Completed in 11 milliseconds