Searched refs:WfdRtspM3Response (Results 1 - 6 of 6) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/ |
H A D | wfd_message_test.cpp | 48 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 D | wfd_source_session_test.cpp | 410 WfdRtspM3Response response(session_->cseq_, RTSP_STATUS_OK); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/ |
H A D | wfd_message.cpp | 36 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 D | wfd_message.h | 87 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 D | wfd_sink_session.cpp | 687 WfdRtspM3Response m3Response(cseq, RTSP_STATUS_OK); in SendM3Response()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/ |
H A D | wfd_source_session.cpp | 610 WfdRtspM3Response m3Res; in HandleM3Response()
|
Completed in 5 milliseconds