Searched refs:HandleMute (Results 1 - 4 of 4) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_sink_scene.h | 116 int32_t HandleMute(std::shared_ptr<MuteReq> &msg, std::shared_ptr<WfdCommonRsp> &reply);
|
H A D | wfd_sink_scene.cpp | 373 rsp->ret = HandleMute(data, rsp); in OnRequest() 779 int32_t WfdSinkScene::HandleMute(std::shared_ptr<MuteReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) in HandleMute() function in OHOS::Sharing::WfdSinkScene 795 OnInnerError(0, 0, SharingErrorCode::ERR_BAD_PARAMETER, "HandleMute can not find dev"); in HandleMute()
|
/foundation/multimedia/audio_framework/services/audio_policy/test/example/ |
H A D | audio_policy_test.cpp | 274 static void HandleMute(int streamType, char option) in HandleMute() function 761 HandleMute(streamType, opt); in main()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/ |
H A D | wfd_sink_scene_test.cpp | 670 int32_t ret = sinkScene_->HandleMute(msg, reply); in HWTEST_F() 685 int32_t ret = sinkScene_->HandleMute(msg, reply); in HWTEST_F()
|
Completed in 6 milliseconds