Home
last modified time | relevance | path

Searched refs:errorStr (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/osal/
H A Ddownload_manager_preview.cpp68 std::string errorStr; variable
69 errorStr.reserve(CURL_ERROR_SIZE);
78 ACE_CURL_EASY_SET_OPTION(handle.get(), CURLOPT_ERRORBUFFER, errorStr.data());
97 if (!errorStr.empty()) {
98 LOGE("Failed to download reason: %{public}s", errorStr.c_str());
/foundation/arkui/ace_engine/frameworks/base/network/
H A Ddownload_manager_impl.cpp78 std::string errorStr; variable
79 errorStr.reserve(CURL_ERROR_SIZE);
88 ACE_CURL_EASY_SET_OPTION(handle.get(), CURLOPT_ERRORBUFFER, errorStr.data());
109 if (!errorStr.empty()) {
110 LOGE("Failed to download reason: [%{public}s]", errorStr.c_str());

Completed in 1 milliseconds