Home
last modified time | relevance | path

Searched refs:EVENT_PROGRESS (Results 1 – 4 of 4) sorted by relevance

/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_event.cpp128 if (type == EVENT_PROGRESS || type == EVENT_FAIL) { in GetCallbackParams()
135 if (type == EVENT_PROGRESS) { in GetCallbackParams()
169 if (type == EVENT_PROGRESS) { in GetParamNumber()
Ddownload_task.cpp26 supportEvents_[EVENT_PROGRESS] = true; in DownloadTask()
/base/request/request/download/interfaces/kits/js/napi/download_single/include/
Ddownload_task.h28 static constexpr const char *EVENT_PROGRESS = "progress"; variable
/base/request/request/download/utils/include/
Dconstant.h154 static constexpr const char *EVENT_PROGRESS = "progress"; variable