Home
last modified time | relevance | path

Searched refs:PAUSED (Results 1 - 13 of 13) sorted by relevance

/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h36 PAUSED, enumerator
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_manager_impl.cpp100 case NWebDownloadItemState::PAUSED: in DownloadDidUpdate()
H A Dwebview_ffi.cpp1560 if (state != NWebDownloadItemState::PAUSED) { in FfiOHOSWebDownloadItemImplResume()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_native_media_player.h38 enum class PlaybackStatus { PAUSED = 0, PLAYING }; member in OHOS::NWeb::PlaybackStatus
H A Dnweb_handler.h195 PAUSED, member in OHOS::NWeb::MediaPlayingState
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_manager.cpp99 case NWebDownloadItemState::PAUSED: in DownloadDidUpdate()
H A Dnapi_web_download_item.cpp594 if (state != NWebDownloadItemState::PAUSED) { in JS_Resume()
868 "PAUSED", in ExportWebDownloadStateEnum()
870 env, static_cast<int32_t>(NWebDownloadItemState::PAUSED))), in ExportWebDownloadStateEnum()
H A Dnapi_native_media_player.cpp226 "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 Dwebview_controller.h82 PAUSED, member in OHOS::NWeb::ResourceType::MediaPlaybackState
/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp80 { State::PAUSED, SESSION_PAUSED },
468 if (infoRes.progress.state == State::PAUSED) { in GetDownloadInfo()
H A Drequest_module.cpp62 NapiUtils::SetUint32Property(env, state, "PAUSED", static_cast<uint32_t>(State::PAUSED)); in NapiCreateState()
/base/request/request/frameworks/js/napi/include/
H A Djs_common.h162 PAUSED = 0x30, member in OHOS::Request::State
/base/request/request/services/src/manage/scheduler/state/
H A Dsql.rs301 const PAUSED: u8 = State::Paused.repr; consts
665 let states = [COMPLETED, FAILED, PAUSED, INIT]; in ut_account_unavailable()

Completed in 18 milliseconds