Home
last modified time | relevance | path

Searched refs:BackupAndRestoreType (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_scene.h154 … std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION) const;
H A Dwindow.h1435 BackupAndRestoreType type = BackupAndRestoreType::NONE, sptr<IRemoteObject> token = nullptr,
1474 … virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION)
H A Dwm_common.h463 enum class BackupAndRestoreType : int32_t { enum
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h155 BackupAndRestoreType type = BackupAndRestoreType::NONE, sptr<IRemoteObject> token = nullptr,
157 …virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION)…
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h247 BackupAndRestoreType type = BackupAndRestoreType::NONE, sptr<IRemoteObject> token = nullptr,
259 …virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION)…
H A Dwindow_impl.h180BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
181 …virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION)…
H A Dwm_common.h820 enum class BackupAndRestoreType : int32_t { enum
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h82BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
133 …std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION) overrid…
469 …WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab…
472 …WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab…
H A Dwindow_impl.h279BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
284 …virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION)…
436 …WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab…
H A Dwindow_extension_session_impl.h58BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp298 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) in NapiSetUIContent()
314 if (type != BackupAndRestoreType::NONE) { in NapiSetUIContent()
315 uiContent->Restore(this, contentInfo, storage, type == BackupAndRestoreType::CONTINUATION ? in NapiSetUIContent()
340 std::string WindowImpl::GetContentInfo(BackupAndRestoreType type) in GetContentInfo()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp90 Ace::ContentInfoType GetAceContentInfoType(BackupAndRestoreType type) in GetAceContentInfoType()
94 case BackupAndRestoreType::CONTINUATION: in GetAceContentInfoType()
97 case BackupAndRestoreType::APP_RECOVERY: in GetAceContentInfoType()
100 case BackupAndRestoreType::RESOURCESCHEDULE_RECOVERY: in GetAceContentInfoType()
103 case BackupAndRestoreType::NONE: in GetAceContentInfoType()
1257 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) in NapiSetUIContent()
1268 BackupAndRestoreType::NONE, ability); in SetUIContentByName()
1275 BackupAndRestoreType::NONE, ability); in SetUIContentByAbc()
1306 auto type = GetAceContentInfoType(BackupAndRestoreType::RESOURCESCHEDULE_RECOVERY); in InitUIContent()
1801 std::string WindowSessionImpl::GetContentInfo(BackupAndRestoreType type) in GetContentInfo()
[all …]
H A Dwindow_impl.cpp54 Ace::ContentInfoType GetAceContentInfoType(BackupAndRestoreType type) in GetAceContentInfoType()
58 case BackupAndRestoreType::CONTINUATION: in GetAceContentInfoType()
61 case BackupAndRestoreType::APP_RECOVERY: in GetAceContentInfoType()
64 case BackupAndRestoreType::RESOURCESCHEDULE_RECOVERY: in GetAceContentInfoType()
67 case BackupAndRestoreType::NONE: in GetAceContentInfoType()
607 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) in NapiSetUIContent()
618 BackupAndRestoreType::NONE, ability); in SetUIContentByName()
625 BackupAndRestoreType::NONE, ability); in SetUIContentByAbc()
656 auto type = GetAceContentInfoType(BackupAndRestoreType::RESOURCESCHEDULE_RECOVERY); in SetUIContentInner()
772 std::string WindowImpl::GetContentInfo(BackupAndRestoreType type) in GetContentInfo()
[all …]
H A Dwindow_scene.cpp232 std::string WindowScene::GetContentInfo(BackupAndRestoreType type) const in GetContentInfo()
H A Dwindow_extension_session_impl.cpp518 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) in NapiSetUIContent()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability.cpp692 return scene_->GetContentInfo(Rosen::BackupAndRestoreType::CONTINUATION); in GetContentInfo()
702 return scene_->GetContentInfo(Rosen::BackupAndRestoreType::APP_RECOVERY); in GetContentInfoForRecovery()
712 return scene_->GetContentInfo(Rosen::BackupAndRestoreType::RESOURCESCHEDULE_RECOVERY); in GetContentInfoForDefaultRecovery()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/
H A Djs_embeddable_window_stage.cpp271 …ret = windowImpl->NapiSetUIContent(contextUrl, env, nativeStorage, BackupAndRestoreType::NONE, par… in LoadContentTask()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_two_test.cpp1083 BackupAndRestoreType restoreType = BackupAndRestoreType::NONE;
H A Dwindow_extension_session_impl_test.cpp956 window_->NapiSetUIContent(contentInfo, env, storage, BackupAndRestoreType::CONTINUATION,
966 window_->NapiSetUIContent(contentInfo, env, storage, BackupAndRestoreType::CONTINUATION,
H A Dwindow_session_impl_test.cpp1424 BackupAndRestoreType::NONE, nullptr, aceRet);
1482 BackupAndRestoreType::NONE, nullptr, aceRet);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp770 … abilityContext_->GetContentStorage()->GetNapiValue(), Rosen::BackupAndRestoreType::CONTINUATION); in RestorePageStack()
793 Rosen::BackupAndRestoreType::APP_RECOVERY); in AbilityContinuationOrRecover()
H A Djs_ability.cpp617 … abilityContext_->GetContentStorage()->GetNapiValue(), Rosen::BackupAndRestoreType::CONTINUATION); in RestorePageStack()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp226 window_->NapiSetUIContent(url, nullptr, nullptr, Rosen::BackupAndRestoreType::NONE); in InitContainer()
1207 dialogWindow_->NapiSetUIContent("", nullptr, nullptr, Rosen::BackupAndRestoreType::NONE); in InitToastDialogView()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_content_session.cpp746 Rosen::BackupAndRestoreType::NONE, parentToken); in OnLoadContent()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp320 …ret = windowImpl->NapiSetUIContent(contextUrl, env, nativeStorage, BackupAndRestoreType::NONE, par… in LoadContentTask()

12