Home
last modified time | relevance | path

Searched refs:NotifyHDF (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp843 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_RESULT_FAILED, dhId); in TaskOpenDSpeaker()
849 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_INIT_ENGINE_FAILED, dhId); in TaskOpenDSpeaker()
855 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_INIT_ENGINE_FAILED, dhId); in TaskOpenDSpeaker()
866 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_NOTIFY_SINK_FAILED, dhId); in TaskOpenDSpeaker()
916 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_TRANS_SETUP_FAILED, dhId); in OpenDSpeakerInner()
924 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_TRANS_START_FAILED, dhId); in OpenDSpeakerInner()
927 NotifyHDF(NOTIFY_OPEN_SPEAKER_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in OpenDSpeakerInner()
967 NotifyHDF(NOTIFY_CLOSE_SPEAKER_RESULT, HDF_EVENT_RESULT_SUCCESS, dhId); in TaskCloseDSpeaker()
972 NotifyHDF(NOTIFY_CLOSE_SPEAKER_RESULT, HDF_EVENT_RESULT_FAILED, dhId); in TaskCloseDSpeaker()
978 NotifyHDF(NOTIFY_CLOSE_SPEAKER_RESUL in TaskCloseDSpeaker()
1343 int32_t DAudioSourceDev::NotifyHDF(const AudioEventType type, const std::string result, const int32_t dhId) NotifyHDF() function in OHOS::DistributedHardware::DAudioSourceDev
[all...]
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_dev.h113 int32_t NotifyHDF(const AudioEventType type, const std::string result, const int32_t dhId);
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp976 * @tc.desc: Verify the NotifyHDF function.
985 EXPECT_NE(DH_SUCCESS, sourceDev_->NotifyHDF(type, result, dhId)); in HWTEST_F()
989 EXPECT_EQ(DH_SUCCESS, sourceDev_->NotifyHDF(type, result, dhId)); in HWTEST_F()
994 * @tc.desc: Verify the NotifyHDF function.
1003 EXPECT_NE(DH_SUCCESS, sourceDev_->NotifyHDF(type, result, dhId)); in HWTEST_F()
1007 EXPECT_EQ(DH_SUCCESS, sourceDev_->NotifyHDF(type, result, dhId)); in HWTEST_F()
1012 * @tc.desc: Verify the NotifyHDF function.
1024 EXPECT_EQ(ERR_DH_AUDIO_FAILED, sourceDev_->NotifyHDF(type, result, dhId)); in HWTEST_F()

Completed in 6 milliseconds