Home
last modified time | relevance | path

Searched defs:body (Results 1 - 25 of 35) sorted by relevance

12

/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Drequest_data.h52 std::string body; member in OHOS::ACELite::RequestData
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/
H A Dbuilder.rs68 pub fn body(self, body functions
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_request.cpp150 std::stringstream body; in Stringify() local
H A Drtsp_response.cpp153 std::stringstream body; in Stringify() local
198 std::stringstream body; in Stringify() local
H A Drtsp_common.cpp81 ParseMessage(const std::string &message, std::vector<std::string> &firstLine, std::unordered_map<std::string, std::string> &header, std::list<std::string> &body) ParseMessage() argument
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Drequest.rs174 pub fn body<T: Into<reqwest::Body>>(self, body: T) -> Result<Request<T>, HttpClientError> { in body() functions
[all...]
/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/bpf_core_test/
H A DBpfRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_core_test/
H A DNetSysRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_core_test/
H A DVpnRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netstack/test/unittest/http_test/
H A DHttpClientRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/netshare_core_test/
H A DNetShareRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netstack/test/unittest/http_client_test/
H A DHttpClientRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netstack/test/unittest/websocket_core_test/
H A DWebSocketRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_server.cpp64 auto body = req.GetItemBody(); in HandlePutRequest() local
109 auto body = req.GetItemEndBody(); in HandlePutFinalRequest() local
119 auto body = req.GetItemEndBody(); in HandlePutFinalRequest() local
[all...]
H A Dobex_mp_client.cpp262 auto body = resp.GetItemBody(); in ProcessGetContinueData() local
300 auto body = resp.GetItemEndBody(); in ProcessGetSuccessData() local
[all...]
H A Dobex_session.cpp398 void ObexClientReceivedObject::AppendBody(const uint8_t *body, const uint16_t bodyLen) in AppendBody() argument
460 void ObexServerReceivedObject::AppendBody(const uint8_t *body, const uint16_t bodyLen) in AppendBody() argument
/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/
H A Dfetch_context.cpp127 auto body = NapiUtils::GetStringFromValueUtf8(GetEnv(), data); in GetRequestBody() local
136 std::string body = NapiUtils::GetStringFromValueUtf8(GetEnv(), NapiUtils::JsonStringify(GetEnv(), data)); in GetRequestBody() local
[all...]
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs349 pub fn body<T: AsRef<[u8]>>(mut self, body: T) -> Self { body() functions
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_package.cpp65 std::string body; in EncapAnnounce() local
123 std::string body; in EncapRequestGetParameter() local
165 EncapFeature(std::string &body, ParamInfo &negParam) EncapFeature() argument
184 EncapResponseGetParamM3Body(ParamInfo &clientParam, const std::string &getParam, std::string &body) EncapResponseGetParamM3Body() argument
240 std::string body; EncapResponseGetParamM3() local
274 EncapSpecialList(std::string &body, const std::vector<std::string> &list, const std::string &type) EncapSpecialList() argument
285 EncapGenericCapList(std::string &body, const RemoteControlParamInfo &paramInfo) EncapGenericCapList() argument
295 EncapHidcCapList(std::string &body, const RemoteControlParamInfo &paramInfo) EncapHidcCapList() argument
305 EncapVendorCapList(std::string &body, const RemoteControlParamInfo &paramInfo) EncapVendorCapList() argument
315 EncapUibc(std::string &body, ParamInfo &negParam) EncapUibc() argument
336 SetAnotherParameter(ParamInfo &negParam, double version, const std::string &ip, std::string &body) SetAnotherParameter() argument
393 std::string body; EncapSetParameterM4Request() local
435 std::string body; SetVideoAndAudioCodecsParameter() local
487 std::string body; SetAudioParameter() local
521 std::string body; EncapActionRequest() local
655 std::string body; EncapEventChangeRequest() local
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/
H A Dcast_stream_manager_server.cpp98 json body; in NotifyPeerSeekDone() local
106 json body; in NotifyPeerEndOfStream() local
114 json body; in NotifyPeerPlayerStatusChanged() local
123 json body; NotifyPeerPositionChanged() local
133 json body; NotifyPeerMediaItemChanged() local
141 json body; NotifyPeerVolumeChanged() local
150 json body; NotifyPeerRepeatModeChanged() local
158 json body; NotifyPeerPlaySpeedChanged() local
166 json body; NotifyPeerPlayerError() local
175 json body; NotifyPeerPlayRequest() local
[all...]
H A Dcast_stream_manager_client.cpp125 json body; in NotifyPeerLoad() local
150 json body; in NotifyPeerPlay() local
210 json body; NotifyPeerSeek() local
218 json body; NotifyPeerFastForward() local
226 json body; NotifyPeerFastRewind() local
234 json body; NotifyPeerSetVolume() local
242 json body; NotifyPeerSetMute() local
250 json body; NotifyPeerSetRepeatMode() local
258 json body; NotifyPeerSetSpeed() local
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_package.cpp65 std::string body; in EncapAnnounce() local
123 std::string body; in EncapRequestGetParameter() local
165 EncapFeature(std::string &body, ParamInfo &negParam) EncapFeature() argument
184 EncapResponseGetParamM3Body(ParamInfo &clientParam, const std::string &getParam, std::string &body) EncapResponseGetParamM3Body() argument
240 std::string body; EncapResponseGetParamM3() local
274 EncapSpecialList(std::string &body, const std::vector<std::string> &list, const std::string &type) EncapSpecialList() argument
285 EncapGenericCapList(std::string &body, const RemoteControlParamInfo &paramInfo) EncapGenericCapList() argument
295 EncapHidcCapList(std::string &body, const RemoteControlParamInfo &paramInfo) EncapHidcCapList() argument
305 EncapVendorCapList(std::string &body, const RemoteControlParamInfo &paramInfo) EncapVendorCapList() argument
315 EncapUibc(std::string &body, ParamInfo &negParam) EncapUibc() argument
336 SetAnotherParameter(ParamInfo &negParam, double version, const std::string &ip, std::string &body) SetAnotherParameter() argument
393 std::string body; EncapSetParameterM4Request() local
435 std::string body; SetVideoAndAudioCodecsParameter() local
487 std::string body; SetAudioParameter() local
521 std::string body; EncapActionRequest() local
655 std::string body; EncapEventChangeRequest() local
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/
H A Dcast_stream_manager_server.cpp98 json body; in NotifyPeerSeekDone() local
106 json body; in NotifyPeerEndOfStream() local
114 json body; in NotifyPeerPlayerStatusChanged() local
123 json body; NotifyPeerPositionChanged() local
133 json body; NotifyPeerMediaItemChanged() local
141 json body; NotifyPeerVolumeChanged() local
150 json body; NotifyPeerRepeatModeChanged() local
158 json body; NotifyPeerPlaySpeedChanged() local
166 json body; NotifyPeerPlayerError() local
175 json body; NotifyPeerPlayRequest() local
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp184 std::list<std::string> body; in HWTEST_F() local

Completed in 17 milliseconds

12