Home
last modified time | relevance | path

Searched refs:EVENT_FAIL (Results 1 – 5 of 5) sorted by relevance

/base/request/request/download/interfaces/kits/js/napi/download_single/include/
Ddownload_task.h29 static constexpr const char *EVENT_FAIL = "fail"; variable
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_task.cpp27 supportEvents_[EVENT_FAIL] = true; in DownloadTask()
Ddownload_event.cpp128 if (type == EVENT_PROGRESS || type == EVENT_FAIL) { in GetCallbackParams()
171 } else if (type == EVENT_FAIL) { in GetParamNumber()
/base/request/request/download/utils/include/
Dconstant.h156 static constexpr const char *EVENT_FAIL = "fail"; variable
/base/request/request/download/services/src/
Ddownload_service_ability.cpp360 if (type == EVENT_COMPLETE || type == EVENT_FAIL) { in AddUnregisteredNotify()