Home
last modified time | relevance | path

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

/base/request/request/frameworks/js/napi/include/legacy/
H A Drequest_manager.h69 static std::vector<std::string> ParseHeader(napi_env env, napi_value option);
/base/request/request/frameworks/js/napi/include/upload/
H A Djs_util.h67 static bool ParseHeader(napi_env env, napi_value configValue, std::map<std::string, std::string> &header);
/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_event.h47 void ParseHeader(const size_t maxLen);
/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp271 ParseHeader(blockSize); in Parse()
275 void DecodedEvent::ParseHeader(const size_t maxLen) in ParseHeader() function in OHOS::HiviewDFX::EventRaw::DecodedEvent
/base/request/request/frameworks/js/napi/src/legacy/
H A Drequest_manager.cpp157 std::vector<std::string> RequestManager::ParseHeader(napi_env env, napi_value option) in ParseHeader() function in OHOS::Request::Legacy::RequestManager
196 downloadOption.header_ = ParseHeader(env, option); in ParseOption()
/base/request/request/frameworks/js/napi/src/upload/
H A Djs_util.cpp198 if (!ParseHeader(env, jsConfig, config.header)) { in ToUploadOption()
207 bool JSUtil::ParseHeader(napi_env env, napi_value configValue, std::map<std::string, std::string> &header) in ParseHeader() function in OHOS::Request::Upload::JSUtil

Completed in 3 milliseconds