Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_common.cpp139 std::string splicingPart; in ParseMessage() local
141 splicingPart += messageV[i]; in ParseMessage()
143 splicingPart += "\r\n\r\n"; in ParseMessage()
146 splicingPart += '$'; in ParseMessage()
147 SHARING_LOGW("splicing \n%{public}s!", splicingPart.c_str()); in ParseMessage()
148 return {RtspErrorType::OK, splicingPart}; in ParseMessage()

Completed in 1 milliseconds