Home
last modified time | relevance | path

Searched refs:MAX_DOWNLOAD_STATE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.h52 NWebDownloadItemState state = NWebDownloadItemState::MAX_DOWNLOAD_STATE;
H A Dweb_download_manager.cpp109 case NWebDownloadItemState::MAX_DOWNLOAD_STATE: in DownloadDidUpdate()
H A Dnapi_web_download_item.cpp875 NWebDownloadItemState::MAX_DOWNLOAD_STATE))), in ExportWebDownloadStateEnum()
/ohos5.0/base/web/webview/interfaces/kits/napi/protos/
H A Dweb_download.proto30 MAX_DOWNLOAD_STATE = 6; enumerator
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h37 MAX_DOWNLOAD_STATE, enumerator
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp263 return NWebDownloadItemState::MAX_DOWNLOAD_STATE; in WebDownload_GetItemState()
271 return NWebDownloadItemState::MAX_DOWNLOAD_STATE; in WebDownload_GetItemStateByGuid()
296 return NWebDownloadItemState::MAX_DOWNLOAD_STATE; in WebDownloadItem_GetState()
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp396 EXPECT_NE(state, NWebDownloadItemState::MAX_DOWNLOAD_STATE);