Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_dev.h94 int32_t HandleDSpeakerClosed(const AudioEvent &event);
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp59 memberFuncMap_[SPEAKER_CLOSED] = &DAudioSourceDev::HandleDSpeakerClosed; in DAudioSourceDev()
306 HandleDSpeakerClosed(event); in NotifyEvent()
375 int32_t DAudioSourceDev::HandleDSpeakerClosed(const AudioEvent &event) in HandleDSpeakerClosed() function in OHOS::DistributedHardware::DAudioSourceDev
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp75 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, sourceDev_->HandleDSpeakerClosed(event)); in HWTEST_F()
130 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, sourceDev_->HandleDSpeakerClosed(event)); in HWTEST_F()
1187 * @tc.desc: Verify the HandleDSpeakerClosed function.
1195 EXPECT_EQ(ERR_DH_AUDIO_FAILED, sourceDev_->HandleDSpeakerClosed(event)); in HWTEST_F()

Completed in 5 milliseconds