Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp138 std::unique_ptr<char, decltype(&FreeString)> bodyStr(JSI::ValueToStringWithBufferSize(body.get(), size), in GetRequestBody()
140 if (bodyStr == nullptr) { in GetRequestBody()
144 std::string str(bodyStr.get(), size); in GetRequestBody()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_common.cpp129 auto bodyStr = messageV[1].substr(0, length); in ParseMessage() local
130 auto bodyVec = RtspCommon::Split(bodyStr, RTSP_CRLF); in ParseMessage()

Completed in 1 milliseconds