Home
last modified time | relevance | path

Searched defs:ParseHeader (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/
H A Dfetch_context.cpp84 void FetchContext::ParseHeader(napi_value optionsValue) in ParseHeader() function in OHOS::NetStack::Fetch::FetchContext
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Dheif_box.cpp40 heif_error HeifBox::ParseHeader(HeifStreamReader &reader) in ParseHeader() function in OHOS::ImagePlugin::HeifBox
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp275 void DecodedEvent::ParseHeader(const size_t maxLen) in ParseHeader() function in OHOS::HiviewDFX::EventRaw::DecodedEvent
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp140 void ConnectContext::ParseHeader(napi_value optionsValue) in ParseHeader() function in OHOS::NetStack::Websocket::ConnectContext
/ohos5.0/base/request/request/frameworks/js/napi/src/legacy/
H A Drequest_manager.cpp146 std::vector<std::string> RequestManager::ParseHeader(napi_env env, napi_value option) in ParseHeader() function in OHOS::Request::Legacy::RequestManager
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Djs_util.cpp207 bool JSUtil::ParseHeader(napi_env env, napi_value configValue, std::map<std::string, std::string> &… in ParseHeader() function in OHOS::Request::Upload::JSUtil
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_packet_parser.cpp123 const uint8_t *MDnsPayloadParser::ParseHeader(const uint8_t *begin, const MDnsPayload &payload, in ParseHeader() function in OHOS::NetManagerStandard::MDnsPayloadParser
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp415 void RequestContext::ParseHeader(CArrString header) in ParseHeader() function in OHOS::NetStack::Http::RequestContext
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp230 void RequestContext::ParseHeader(napi_value optionsValue) in ParseHeader() function in OHOS::NetStack::Http::RequestContext
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp931 int32_t ParseHeader(AVFormatContext* formatContext, std::shared_ptr<AVInputFormat> pluginImpl, AVDi… in ParseHeader() function