Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_request.cpp26 ss << method_ << RTSP_SP << url_ << RTSP_SP << RTSP_VERSION << RTSP_CRLF; in Stringify() local
27 ss << RTSP_TOKEN_CSEQ << ":" << RTSP_SP << cSeq_ << RTSP_CRLF; in Stringify() local
29 ss << RTSP_TOKEN_AUTHORIZATION << ":" << RTSP_SP << authorization_ << RTSP_CRLF; in Stringify() local
31 ss << RTSP_TOKEN_UA << ":" << RTSP_SP << userAgent_ << RTSP_CRLF; in Stringify() local
37 ss << RTSP_CRLF; in Stringify() local
43 ss << RTSP_CRLF; in Stringify() local
105 ss << RTSP_TOKEN_REQUIRE << ":" << RTSP_SP << require_ << RTSP_CRLF; in Stringify() local
116 ss << RTSP_TOKEN_ACCEPT << ":" << RTSP_SP << acceptType_ << RTSP_CRLF; in Stringify() local
129 ss << RTSP_CRLF; in Stringify() local
140 ss << std::fixed << std::setprecision(3) << range_ << "-" << RTSP_CRLF; // in Stringify() local
152 body << item << RTSP_CRLF; Stringify() local
159 ss << RTSP_TOKEN_CONTENT_TYPE << ":" << RTSP_SP << "text/parameters" << RTSP_CRLF; Stringify() local
[all...]
H A Drtsp_response.cpp45 ss << RTSP_CRLF; in Stringify() local
47 ss << RTSP_TOKEN_CSEQ << ":" << RTSP_SP << cSeq_ << RTSP_CRLF; in Stringify() local
49 ss << RTSP_TOKEN_DATE << ":" << RTSP_SP << RtspCommon::GetRtspDate() << RTSP_CRLF; in Stringify()
52 ss << customHeaders_ << RTSP_CRLF; in Stringify() local
59 ss << RTSP_CRLF; in Stringify() local
61 ss << RTSP_CRLF; in Stringify() local
155 body << item << RTSP_CRLF; in Stringify() local
160 ss << RTSP_TOKEN_CONTENT_BASE << ":" << RTSP_SP << url_ << RTSP_CRLF; in Stringify() local
162 ss << RTSP_TOKEN_CONTENT_TYPE << ":" << RTSP_SP << "application/sdp" << RTSP_CRLF; in Stringify() local
190 ss << RTSP_CRLF; in Stringify() local
200 body << item << RTSP_CRLF; Stringify() local
204 ss << RTSP_TOKEN_CONTENT_TYPE << ":" << RTSP_SP << "text/parameters" << RTSP_CRLF; Stringify() local
[all...]
H A Drtsp_common.cpp84 auto messageV = RtspCommon::Split(message, std::string(RTSP_CRLF) + RTSP_CRLF); in ParseMessage()
87 std::vector<std::string> lines = RtspCommon::Split(headers, RTSP_CRLF); in ParseMessage()
130 auto bodyVec = RtspCommon::Split(bodyStr, RTSP_CRLF); in ParseMessage()
H A Drtsp_sdp.cpp423 auto bodyVec = RtspCommon::Split(sdpStr, RTSP_CRLF);
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.cpp53 body << param.first << ":" << RTSP_SP << param.second << RTSP_CRLF; in Stringify()
56 ss << RTSP_TOKEN_CONTENT_TYPE << ":" << RTSP_SP << "text/parameters" << RTSP_CRLF; in Stringify() local
554 std::string temp = RTSP_CRLF; in StringifyEx()
555 auto nPos = message.find_last_of(RTSP_CRLF); in StringifyEx()
560 << RTSP_CRLF; in StringifyEx() local
561 ss << RTSP_CRLF; in StringifyEx() local
569 std::string temp = RTSP_CRLF; in StringifyEx()
570 auto nPos = message.find_last_of(RTSP_CRLF); in StringifyEx()
574 ss << message << "Range: npt=now-" << RTSP_CRLF; in StringifyEx() local
575 ss << RTSP_CRLF; in StringifyEx() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_common.h42 #define RTSP_CRLF "\r\n" macro

Completed in 4 milliseconds