Home
last modified time | relevance | path

Searched refs:cSeq_ (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_request.h32 : cSeq_(cseq), method_(method), url_(url){}; in RtspRequest()
45 cSeq_ = cSeq; in SetCSeq()
49 int32_t GetCSeq() const { return cSeq_; } in GetCSeq()
108 int32_t cSeq_ = 0; member in OHOS::Sharing::RtspRequest
H A Drtsp_response.h29 RtspResponse(int32_t cseq, int32_t status) : cSeq_(cseq), status_(status) {} in RtspResponse()
50 int32_t GetCSeq() const { return cSeq_; } in GetCSeq()
76 int32_t cSeq_ = 0; member in OHOS::Sharing::RtspResponse
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_request.cpp27 ss << RTSP_TOKEN_CSEQ << ":" << RTSP_SP << cSeq_ << RTSP_CRLF; in Stringify()
78 cSeq_ = atoi(tokens_.at(RTSP_TOKEN_CSEQ).c_str()); in Parse()
H A Drtsp_response.cpp47 ss << RTSP_TOKEN_CSEQ << ":" << RTSP_SP << cSeq_ << RTSP_CRLF; in Stringify()
85 cSeq_ = (int32_t)strtol(tokens_.at(RTSP_TOKEN_CSEQ).c_str(), nullptr, 10); // 10:unit in Parse()

Completed in 2 milliseconds