Home
last modified time | relevance | path

Searched refs:APP_RECOVERY (Results 1 - 16 of 16) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Drecovery_param.h40 APP_RECOVERY, enumerator
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dconstants.h40 APP_RECOVERY = 2, // app recovery member in OHOS::Ace::ContentInfoType
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/recovery/
H A Drecovery_param.h40 APP_RECOVERY, enumerator
/foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_constant/
H A Dability_constant_module.cpp56 NAPI_CALL(env, SetEnumItem(env, object, "APP_RECOVERY", LAUNCHREASON_APP_RECOVERY)); in InitLaunchReasonObject()
127 NAPI_CALL(env, SetEnumItem(env, object, "APP_RECOVERY", AppExecFwk::APP_RECOVERY)); in InitStateTypeEnum()
/foundation/ability/ability_runtime/frameworks/js/napi/ability_constant/
H A Dability_constant_module.cpp58 NAPI_CALL(env, SetEnumItem(env, object, "APP_RECOVERY", LAUNCHREASON_APP_RECOVERY)); in InitLaunchReasonObject()
148 NAPI_CALL(env, SetEnumItem(env, object, "APP_RECOVERY", AppExecFwk::APP_RECOVERY)); in InitStateTypeEnum()
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dability_recovery.cpp117 int32_t status = ability->OnSaveState(AppExecFwk::StateType::APP_RECOVERY, wantParams); in SaveAbilityState()
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h802 APP_RECOVERY = 2, // app recovery member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSessionType::WindowTag::BackupAndRestoreType
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h427 APP_RECOVERY = 2, // app recovery member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::BackupAndRestoreType
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp296 Ace::ContentInfoType::CONTINUATION : Ace::ContentInfoType::APP_RECOVERY); in NapiSetUIContent()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability.cpp722 return scene_->GetContentInfo(Rosen::BackupAndRestoreType::APP_RECOVERY); in GetContentInfoForRecovery()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp777 Rosen::BackupAndRestoreType::APP_RECOVERY); in AbilityContinuationOrRecover()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp1206 if (type == ContentInfoType::CONTINUATION || type == ContentInfoType::APP_RECOVERY) { in GetContentInfo()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp961 ASSERT_EQ(window->GetContentInfo(BackupAndRestoreType::APP_RECOVERY), ""); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp3269 if (type == ContentInfoType::CONTINUATION || type == ContentInfoType::APP_RECOVERY) { in RestoreRouterStack()
3362 if (type == ContentInfoType::CONTINUATION || type == ContentInfoType::APP_RECOVERY) { in GetContentInfo()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp61 case BackupAndRestoreType::APP_RECOVERY: in GetAceContentInfoType()
62 contentInfoType = Ace::ContentInfoType::APP_RECOVERY; in GetAceContentInfoType()
H A Dwindow_session_impl.cpp67 case BackupAndRestoreType::APP_RECOVERY: in GetAceContentInfoType()
68 contentInfoType = Ace::ContentInfoType::APP_RECOVERY; in GetAceContentInfoType()

Completed in 35 milliseconds