Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_common.cpp111 header.find(RTSP_TOKEN_CONTENT_LENGTH) != header.end()) { in ParseMessage()
112 int32_t length = atoi(header.at(RTSP_TOKEN_CONTENT_LENGTH).c_str()); in ParseMessage()
H A Drtsp_response.cpp163 ss << RTSP_TOKEN_CONTENT_LENGTH << ":" << RTSP_SP << body.str().length(); in Stringify()
205 ss << RTSP_TOKEN_CONTENT_LENGTH << ":" << RTSP_SP << body.str().length(); in Stringify()
H A Drtsp_request.cpp160 ss << RTSP_TOKEN_CONTENT_LENGTH << ":" << RTSP_SP << body.str().length() << RTSP_CRLF; in Stringify()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_common.h51 #define RTSP_TOKEN_CONTENT_LENGTH "Content-Length" macro
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.cpp57 ss << RTSP_TOKEN_CONTENT_LENGTH << ":" << RTSP_SP << body.str().length(); in Stringify()

Completed in 3 milliseconds