Home
last modified time | relevance | path

Searched refs:ParseHeader (Results 1 – 7 of 7) sorted by relevance

/base/request/request/download/interfaces/kits/js/napi/download_single/include/
Ddownload_task_napi.h38 static bool ParseHeader(napi_env env, napi_value configValue, DownloadConfig &config);
Ddownload_task_napi_v9.h37 …static bool ParseHeader(napi_env env, napi_value configValue, DownloadConfig &config, std::string …
/base/hiviewdfx/hilog/services/hilogd/
Dkmsg_parser.cpp57 static void ParseHeader(std::string& str, uint16_t* level, uint64_t* timestamp) in ParseHeader() function
146 ParseHeader(kmsgStr, &mLevel, &timestamp); in ParseKmsg()
/base/request/request/download/interfaces/kits/js/napi/download_single/include/legacy/
Ddownload_manager.h67 static std::vector<std::string> ParseHeader(napi_env env, napi_value option);
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_task_napi.cpp202 if (!ParseHeader(env, configValue, config)) { in ParseConfig()
229 bool DownloadTaskNapi::ParseHeader(napi_env env, napi_value configValue, DownloadConfig &config) in ParseHeader() function in OHOS::Request::Download::DownloadTaskNapi
Ddownload_task_napi_V9.cpp224 if (!ParseHeader(env, configValue, config, errInfo)) { in ParseConfig()
254 bool DownloadTaskNapiV9::ParseHeader(napi_env env, napi_value configValue, DownloadConfig &config, … in ParseHeader() function in OHOS::Request::Download::DownloadTaskNapiV9
/base/request/request/download/interfaces/kits/js/napi/download_single/src/legacy/
Ddownload_manager.cpp156 std::vector<std::string> DownloadManager::ParseHeader(napi_env env, napi_value option) in ParseHeader() function in OHOS::Request::Download::Legacy::DownloadManager
195 downloadOption.header_ = ParseHeader(env, option); in ParseOption()