Home
last modified time | relevance | path

Searched refs:WfdRtspM3Response (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/
H A Dwfd_message_test.cpp48 WfdRtspM3Response response(1, RTSP_STATUS_OK); in HWTEST_F()
50 WfdRtspM3Response m3Response(1, RTSP_STATUS_OK); in HWTEST_F()
57 WfdRtspM3Response response(1, RTSP_STATUS_OK); in HWTEST_F()
63 WfdRtspM3Response response(1, RTSP_STATUS_OK); in HWTEST_F()
69 WfdRtspM3Response response(1, RTSP_STATUS_OK); in HWTEST_F()
75 WfdRtspM3Response response(1, RTSP_STATUS_OK); in HWTEST_F()
81 WfdRtspM3Response response(1, RTSP_STATUS_OK); in HWTEST_F()
87 WfdRtspM3Response response(1, RTSP_STATUS_OK); in HWTEST_F()
93 WfdRtspM3Response response(1, RTSP_STATUS_OK); in HWTEST_F()
99 WfdRtspM3Response respons in HWTEST_F()
[all...]
H A Dwfd_source_session_test.cpp410 WfdRtspM3Response response(session_->cseq_, RTSP_STATUS_OK); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.cpp36 RtspError WfdRtspM3Response::Parse(const std::string &response) in Parse()
47 std::string WfdRtspM3Response::Stringify() in Stringify()
69 void WfdRtspM3Response::SetVideoFormats(VideoFormat format) in SetVideoFormats()
118 void WfdRtspM3Response::SetAudioCodecs(AudioFormat format) in SetAudioCodecs()
139 void WfdRtspM3Response::SetClientRtpPorts(int32_t port) in SetClientRtpPorts()
146 void WfdRtspM3Response::SetContentProtection(const std::string &value) in SetContentProtection()
151 void WfdRtspM3Response::SetCoupledSink(const std::string &value) in SetCoupledSink()
156 void WfdRtspM3Response::SetUibcCapability(const std::string &value) in SetUibcCapability()
161 void WfdRtspM3Response::SetStandbyResumeCapability(const std::string &value) in SetStandbyResumeCapability()
166 void WfdRtspM3Response
[all...]
H A Dwfd_message.h87 class WfdRtspM3Response : public RtspResponse { class
89 WfdRtspM3Response() = default;
90 ~WfdRtspM3Response() override = default;
91 WfdRtspM3Response(int32_t cseq, int32_t status) : RtspResponse(cseq, status) {} in WfdRtspM3Response() function in OHOS::Sharing::WfdRtspM3Response
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_sink_session.cpp687 WfdRtspM3Response m3Response(cseq, RTSP_STATUS_OK); in SendM3Response()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_source_session.cpp610 WfdRtspM3Response m3Res; in HandleM3Response()

Completed in 8 milliseconds