/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | recovery_param.h | 40 APP_RECOVERY, enumerator
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | constants.h | 40 APP_RECOVERY = 2, // app recovery member in OHOS::Ace::ContentInfoType
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/recovery/ |
H A D | recovery_param.h | 40 APP_RECOVERY, enumerator
|
/foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_constant/ |
H A D | ability_constant_module.cpp | 56 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 D | ability_constant_module.cpp | 58 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 D | ability_recovery.cpp | 117 int32_t status = ability->OnSaveState(AppExecFwk::StateType::APP_RECOVERY, wantParams); in SaveAbilityState()
|
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 802 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 D | wm_common.h | 427 APP_RECOVERY = 2, // app recovery member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::BackupAndRestoreType
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 296 Ace::ContentInfoType::CONTINUATION : Ace::ContentInfoType::APP_RECOVERY); in NapiSetUIContent()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ui_ability.cpp | 722 return scene_->GetContentInfo(Rosen::BackupAndRestoreType::APP_RECOVERY); in GetContentInfoForRecovery()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.cpp | 777 Rosen::BackupAndRestoreType::APP_RECOVERY); in AbilityContinuationOrRecover()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.cpp | 1206 if (type == ContentInfoType::CONTINUATION || type == ContentInfoType::APP_RECOVERY) { in GetContentInfo()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_test2.cpp | 961 ASSERT_EQ(window->GetContentInfo(BackupAndRestoreType::APP_RECOVERY), ""); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 3269 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 D | window_impl.cpp | 61 case BackupAndRestoreType::APP_RECOVERY: in GetAceContentInfoType() 62 contentInfoType = Ace::ContentInfoType::APP_RECOVERY; in GetAceContentInfoType()
|
H A D | window_session_impl.cpp | 67 case BackupAndRestoreType::APP_RECOVERY: in GetAceContentInfoType() 68 contentInfoType = Ace::ContentInfoType::APP_RECOVERY; in GetAceContentInfoType()
|