Searched refs:PAUSED (Results 1 - 13 of 13) sorted by relevance
/base/web/webview/ohos_nweb/include/ |
H A D | nweb_c_api.h | 36 PAUSED, enumerator
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | web_download_manager_impl.cpp | 100 case NWebDownloadItemState::PAUSED: in DownloadDidUpdate()
|
H A D | webview_ffi.cpp | 1560 if (state != NWebDownloadItemState::PAUSED) { in FfiOHOSWebDownloadItemImplResume()
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_native_media_player.h | 38 enum class PlaybackStatus { PAUSED = 0, PLAYING }; member in OHOS::NWeb::PlaybackStatus
|
H A D | nweb_handler.h | 195 PAUSED, member in OHOS::NWeb::MediaPlayingState
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | web_download_manager.cpp | 99 case NWebDownloadItemState::PAUSED: in DownloadDidUpdate()
|
H A D | napi_web_download_item.cpp | 594 if (state != NWebDownloadItemState::PAUSED) { in JS_Resume() 868 "PAUSED", in ExportWebDownloadStateEnum() 870 env, static_cast<int32_t>(NWebDownloadItemState::PAUSED))), in ExportWebDownloadStateEnum()
|
H A D | napi_native_media_player.cpp | 226 "PAUSED", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(PlaybackStatus::PAUSED))), in ExportEnumPlaybackStatus() 259 if ((status < static_cast<int>(PlaybackStatus::PAUSED)) || (status > static_cast<int>(PlaybackStatus::PLAYING))) { in HandleStatusChanged()
|
H A D | webview_controller.h | 82 PAUSED, member in OHOS::NWeb::ResourceType::MediaPlaybackState
|
/base/request/request/frameworks/js/napi/src/ |
H A D | request_event.cpp | 80 { State::PAUSED, SESSION_PAUSED },
468 if (infoRes.progress.state == State::PAUSED) {
in GetDownloadInfo()
|
H A D | request_module.cpp | 62 NapiUtils::SetUint32Property(env, state, "PAUSED", static_cast<uint32_t>(State::PAUSED));
in NapiCreateState()
|
/base/request/request/frameworks/js/napi/include/ |
H A D | js_common.h | 162 PAUSED = 0x30,
member in OHOS::Request::State
|
/base/request/request/services/src/manage/scheduler/state/ |
H A D | sql.rs | 301 const PAUSED: u8 = State::Paused.repr; consts 665 let states = [COMPLETED, FAILED, PAUSED, INIT]; in ut_account_unavailable()
|
Completed in 18 milliseconds