Searched refs:ParseHeader (Results 1 – 7 of 7) sorted by relevance
/base/request/request/download/interfaces/kits/js/napi/download_single/include/ |
D | download_task_napi.h | 38 static bool ParseHeader(napi_env env, napi_value configValue, DownloadConfig &config);
|
D | download_task_napi_v9.h | 37 …static bool ParseHeader(napi_env env, napi_value configValue, DownloadConfig &config, std::string …
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | kmsg_parser.cpp | 57 static void ParseHeader(std::string& str, uint16_t* level, uint64_t* timestamp) in ParseHeader() function 146 ParseHeader(kmsgStr, &mLevel, ×tamp); in ParseKmsg()
|
/base/request/request/download/interfaces/kits/js/napi/download_single/include/legacy/ |
D | download_manager.h | 67 static std::vector<std::string> ParseHeader(napi_env env, napi_value option);
|
/base/request/request/download/interfaces/kits/js/napi/download_single/src/ |
D | download_task_napi.cpp | 202 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
|
D | download_task_napi_V9.cpp | 224 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/ |
D | download_manager.cpp | 156 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()
|