Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dweb_errors.h45 constexpr ErrCode DOWNLOAD_NOT_START = 17100019; variable
/ohos5.0/base/web/webview/interfaces/kits/napi/common/
H A Dweb_errors.h58 constexpr ErrCode DOWNLOAD_NOT_START = 17100019; variable
H A Dweb_errors.cpp82 {DOWNLOAD_NOT_START, DOWNLOAD_NOT_START_MSG},
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dweb_errors.cpp68 {DOWNLOAD_NOT_START, DOWNLOAD_NOT_START_MSG},
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_item.cpp564 BusinessError::ThrowErrorByErrcode(env, DOWNLOAD_NOT_START); in JS_Pause()