Home
last modified time | relevance | path

Searched refs:MuteReq (Results 1 - 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_msg.h253 struct MuteReq : public BaseMsg { struct
257 MuteReq() = default;
258 explicit MuteReq(const MuteReq &rReq) {}; in MuteReq() function
259 MuteReq &operator=(const MuteReq &rReq) in operator =()
H A Dwfd_sink_scene.h116 int32_t HandleMute(std::shared_ptr<MuteReq> &msg, std::shared_ptr<WfdCommonRsp> &reply);
H A Dwfd_sink_scene.cpp369 case MuteReq::MSG_ID: { in OnRequest()
370 auto data = std::static_pointer_cast<MuteReq>(msg); in OnRequest()
779 int32_t WfdSinkScene::HandleMute(std::shared_ptr<MuteReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) in HandleMute()
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H A Dwfd_sink_impl.cpp327 auto msg = std::make_shared<MuteReq>(); in Mute()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H A Dwfd_sink_scene_test.cpp667 auto msg = std::make_shared<MuteReq>(); in HWTEST_F()
682 auto msg = std::make_shared<MuteReq>(); in HWTEST_F()

Completed in 6 milliseconds