| /foundation/CastEngine/castengine_wifi_display/services/impl/wfd/ |
| D | wfd_message.h | 44 …explicit WfdRtspM1Request(int32_t cseq) : RtspRequestOptions(cseq, "*") { SetRequire(RTSP_METHOD_W… in WfdRtspM1Request() 54 …explicit WfdRtspM2Request(int32_t cseq) : RtspRequestOptions(cseq, "*") { SetRequire(RTSP_METHOD_W… in WfdRtspM2Request() 60 WfdRtspM2Response(int32_t cseq, int32_t status) : RtspResponseOptions(cseq, status) in WfdRtspM2Response() 73 …WfdRtspM3Request(int32_t cseq, const std::string &url) : RtspRequestParameter(RTSP_METHOD_GET_PARA… in WfdRtspM3Request() 86 WfdRtspM3Response(int32_t cseq, int32_t status) : RtspResponse(cseq, status) {} in WfdRtspM3Response() 120 …WfdRtspM4Request(int32_t cseq, const std::string &url) : RtspRequestParameter(RTSP_METHOD_SET_PARA… in WfdRtspM4Request() 146 explicit WfdRtspM5Request(int32_t cseq) : RtspRequestParameter(RTSP_METHOD_SET_PARAMETER, in WfdRtspM5Request() 160 …WfdRtspM6Response(int32_t cseq, int32_t status, std::string sessionID, int32_t timeOut) : RtspResp… in WfdRtspM6Response() 182 explicit WfdRtspIDRRequest(int32_t cseq, const std::string &url) in WfdRtspIDRRequest() 193 …WfdRtspM7Response(int32_t cseq, int32_t status, std::string sessionID) : RtspResponse(cseq, status) in WfdRtspM7Response() [all …]
|
| D | wfd_message.cpp | 29 WfdRtspM1Response::WfdRtspM1Response(int32_t cseq, int32_t status) : RtspResponseOptions(cseq, stat… in WfdRtspM1Response()
|
| /foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
| D | rtsp_request.h | 31 RtspRequest(const std::string &method, int32_t cseq, const std::string &url) in RtspRequest() 122 …RtspRequestOptions(int32_t cseq, const std::string &url) : RtspRequest(RTSP_METHOD_OPTIONS, cseq, … in RtspRequestOptions() 140 …RtspRequestDescribe(int32_t cseq, const std::string &url) : RtspRequest(RTSP_METHOD_DESCRIBE, cseq… in RtspRequestDescribe() 159 …RtspRequestSetup(int32_t cseq, const std::string &url) : RtspRequest(RTSP_METHOD_SETUP, cseq, url)… in RtspRequestSetup() 183 …RtspRequestPlay(int32_t cseq, const std::string &url) : RtspRequest(RTSP_METHOD_PLAY, cseq, url) {} in RtspRequestPlay() 199 …RtspRequestPause(int32_t cseq, const std::string &url) : RtspRequest(RTSP_METHOD_PAUSE, cseq, url)… in RtspRequestPause() 205 …RtspRequestTeardown(int32_t cseq, const std::string &url) : RtspRequest(RTSP_METHOD_TEARDOWN, cseq… in RtspRequestTeardown() 211 RtspRequestParameter(const std::string &method, int32_t cseq, const std::string &url) in RtspRequestParameter() 226 RtspRequestGetParameter(int32_t cseq, const std::string &url) in RtspRequestGetParameter() 232 RtspRequestSetParameter(int32_t cseq, const std::string &url) in RtspRequestSetParameter()
|
| D | rtsp_response.h | 29 RtspResponse(int32_t cseq, int32_t status) : cSeq_(cseq), status_(status) {} in RtspResponse() 91 RtspResponseOptions(int32_t cseq, int32_t status) : RtspResponse(cseq, status) {} in RtspResponseOptions() 106 RtspResponseDescribe(int32_t cseq, int32_t status) : RtspResponse(cseq, status) {} in RtspResponseDescribe() 127 RtspResponseSetup(int32_t cseq, int32_t status) : RtspResponse(cseq, status) {} in RtspResponseSetup() 174 RtspResponsePlay(int32_t cseq, int32_t status) : RtspResponse(cseq, status) {} in RtspResponsePlay() 179 RtspResponseTeardown(int32_t cseq, int32_t status) : RtspResponse(cseq, status) {} in RtspResponseTeardown() 184 RtspResponseGetParameter(int32_t cseq, int32_t status) : RtspResponse(cseq, status) {} in RtspResponseGetParameter() 199 RtspResponseSetParameter(int32_t cseq, int32_t status) : RtspResponse(cseq, status) {} in RtspResponseSetParameter()
|
| /foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/ |
| D | rtsp_unit_test.cpp | 219 int32_t cseq = 1; variable 237 int32_t cseq = 1; variable 316 int32_t cseq = 1; variable 353 int32_t cseq = 1; variable 392 int32_t cseq = 1; variable 420 int32_t cseq = 1; variable 434 int32_t cseq = 1; variable 449 int32_t cseq = 1; variable 464 int32_t cseq = 1; variable 474 int32_t cseq = 1; variable [all …]
|
| /foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/ |
| D | wfd_source_session.cpp | 440 bool WfdSourceSession::HandleIDRRequest(const RtspRequest &request, int32_t cseq, INetworkSession::… in HandleIDRRequest() 455 bool WfdSourceSession::HandleOptionRequest(const RtspRequest &request, int32_t cseq, INetworkSessio… in HandleOptionRequest() 467 bool WfdSourceSession::HandleSetupRequest(const RtspRequest &request, int32_t cseq, INetworkSession… in HandleSetupRequest() 474 bool WfdSourceSession::HandlePlayRequest(const RtspRequest &request, int32_t cseq, INetworkSession:… in HandlePlayRequest() 499 bool WfdSourceSession::HandlePauseRequest(const RtspRequest &request, int32_t cseq, INetworkSession… in HandlePauseRequest() 512 bool WfdSourceSession::HandleTeardownRequest(const RtspRequest &request, int32_t cseq, INetworkSess… in HandleTeardownRequest() 743 bool WfdSourceSession::SendM2Response(int32_t cseq, INetworkSession::Ptr &session) in SendM2Response() 833 bool WfdSourceSession::SendM6Response(INetworkSession::Ptr &session, int32_t cseq) in SendM6Response() 855 bool WfdSourceSession::SendM7Response(INetworkSession::Ptr &session, int32_t cseq) in SendM7Response() 877 bool WfdSourceSession::SendM8Response(INetworkSession::Ptr &session, int32_t cseq) in SendM8Response() [all …]
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
| D | rtsp_package.cpp | 550 std::string cseq = request.GetHeader()["cseq"]; in EncapCommonResponse() local 558 std::string RtspEncap::EncapSetupRequest(int cseq, const std::string &uri, int port) in EncapSetupRequest() 574 std::string RtspEncap::EncapSetupResponse(ParamInfo ¶m, int cseq, int serverPort, int remotectl… in EncapSetupResponse() 606 std::string RtspEncap::EncapPlayRequest(int cseq, const std::string &uri, int port) in EncapPlayRequest() 622 std::string RtspEncap::EncapTearDownRequest(int cseq, const std::string &uri) in EncapTearDownRequest() 633 std::string RtspEncap::EncapPauseRequest(int cseq, const std::string &uri) in EncapPauseRequest() 668 std::string RtspEncap::EncapSetParamRequestM11(int cseq, const std::string &uri, int trigger) in EncapSetParamRequestM11() 679 std::string RtspEncap::EncapCastRenderReadyRequest(int cseq, const std::string &uri, int readyFlag) in EncapCastRenderReadyRequest()
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
| D | rtsp_package.cpp | 550 std::string cseq = request.GetHeader()["cseq"]; in EncapCommonResponse() local 558 std::string RtspEncap::EncapSetupRequest(int cseq, const std::string &uri, int port) in EncapSetupRequest() 574 std::string RtspEncap::EncapSetupResponse(ParamInfo ¶m, int cseq, int serverPort, int remotectl… in EncapSetupResponse() 606 std::string RtspEncap::EncapPlayRequest(int cseq, const std::string &uri, int port) in EncapPlayRequest() 622 std::string RtspEncap::EncapTearDownRequest(int cseq, const std::string &uri) in EncapTearDownRequest() 633 std::string RtspEncap::EncapPauseRequest(int cseq, const std::string &uri) in EncapPauseRequest() 668 std::string RtspEncap::EncapSetParamRequestM11(int cseq, const std::string &uri, int trigger) in EncapSetParamRequestM11() 679 std::string RtspEncap::EncapCastRenderReadyRequest(int cseq, const std::string &uri, int readyFlag) in EncapCastRenderReadyRequest()
|
| /foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/ |
| D | wfd_sink_session.cpp | 624 bool WfdSinkSession::SendM1Response(int32_t cseq) in SendM1Response() 676 bool WfdSinkSession::SendM3Response(int32_t cseq, std::list<std::string> ¶ms) in SendM3Response() 752 bool WfdSinkSession::SendCommonResponse(int32_t cseq) in SendCommonResponse() 771 bool WfdSinkSession::HandleTriggerMethod(int32_t cseq, const std::string &method) in HandleTriggerMethod()
|