Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/
H A Ddaudio_sink_dev_test.cpp696 sinkDev_->handler_->NotifyCtrlClosed(msgEvent); in HWTEST_F()
700 sinkDev_->handler_->NotifyCtrlClosed(msgEvent); in HWTEST_F()
705 sinkDev_->handler_->NotifyCtrlClosed(msg); in HWTEST_F()
755 sinkDev_->handler_->NotifyCtrlClosed(msgEvent); in HWTEST_F()
778 sinkDev_->handler_->NotifyCtrlClosed(msg); in HWTEST_F()
799 * @tc.desc: Verify the NotifyCtrlClosed function.
825 sinkDev_->handler_->NotifyCtrlClosed(msg); in HWTEST_F()
829 sinkDev_->handler_->NotifyCtrlClosed(msg); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/
H A Ddaudio_sink_dev.h116 void NotifyCtrlClosed(const AppExecFwk::InnerEvent::Pointer &event);
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp594 mapEventFuncs_[static_cast<uint32_t>(CTRL_CLOSED)] = &DAudioSinkDev::SinkEventHandler::NotifyCtrlClosed; in SinkEventHandler()
667 NotifyCtrlClosed(event); in ProcessEvent()
719 void DAudioSinkDev::SinkEventHandler::NotifyCtrlClosed(const AppExecFwk::InnerEvent::Pointer &event) in NotifyCtrlClosed() function in OHOS::DistributedHardware::DAudioSinkDev::SinkEventHandler

Completed in 4 milliseconds