Home
last modified time | relevance | path

Searched refs:BackupAndRestoreType (Results 1 - 25 of 28) sorted by relevance

12

/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_scene.h154 std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION) const;
H A Dwindow.h1382 BackupAndRestoreType type = BackupAndRestoreType::NONE, sptr<IRemoteObject> token = nullptr, in NapiSetUIContent()
1421 virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION) in GetContentInfo() argument
1381 NapiSetUIContent(const std::string& contentInfo, napi_env env, napi_value storage, BackupAndRestoreType type = BackupAndRestoreType::NONE, sptr<IRemoteObject> token = nullptr, AppExecFwk::Ability* ability = nullptr) NapiSetUIContent() argument
H A Dwm_common.h424 enum class BackupAndRestoreType : int32_t { class in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag
/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, in NapiSetUIContent()
157 virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION) {return "";} in GetContentInfo() argument
154 NapiSetUIContent(const std::string& contentInfo, napi_env env, napi_value storage, BackupAndRestoreType type = BackupAndRestoreType::NONE, sptr<IRemoteObject> token = nullptr, AppExecFwk::Ability* ability = nullptr) NapiSetUIContent() argument
/foundation/window/window_manager/previewer/include/
H A Dwindow.h245 BackupAndRestoreType type = BackupAndRestoreType::NONE, sptr<IRemoteObject> token = nullptr,
257 virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION) = 0;
H A Dwindow_impl.h180 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
181 virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION) override;
H A Dwm_common.h799 enum class BackupAndRestoreType : int32_t { class in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSessionType::WindowTag
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h82 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
126 std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION) override;
456 WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ability,
459 WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ability);
H A Dwindow_impl.h279 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
284 virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION) override;
424 WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ability);
H A Dwindow_extension_session_impl.h59 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp278 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) in NapiSetUIContent()
294 if (type != BackupAndRestoreType::NONE) { in NapiSetUIContent()
295 uiContent->Restore(this, contentInfo, storage, type == BackupAndRestoreType::CONTINUATION ? in NapiSetUIContent()
320 std::string WindowImpl::GetContentInfo(BackupAndRestoreType type) in GetContentInfo()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp960 ASSERT_EQ(window->GetContentInfo(BackupAndRestoreType::CONTINUATION), ""); in HWTEST_F()
961 ASSERT_EQ(window->GetContentInfo(BackupAndRestoreType::APP_RECOVERY), ""); in HWTEST_F()
962 ASSERT_EQ(window->GetContentInfo(BackupAndRestoreType::NONE), ""); in HWTEST_F()
964 window->GetContentInfo(BackupAndRestoreType::NONE); in HWTEST_F()
1150 BackupAndRestoreType restoreType = BackupAndRestoreType::NONE; in HWTEST_F()
1872 EXPECT_EQ(window->NapiSetUIContent("info", nullptr, nullptr, BackupAndRestoreType::NONE, nullptr, nullptr), in HWTEST_F()
H A Dwindow_session_impl_test4.cpp555 BackupAndRestoreType::NONE, nullptr); in HWTEST_F()
780 window->InitUIContent("", nullptr, nullptr, WindowSetUIContentType::BY_ABC, BackupAndRestoreType::NONE, in HWTEST_F()
868 WMError res1 = window->NapiSetUIContent(url, nullptr, nullptr, BackupAndRestoreType::CONTINUATION, in HWTEST_F()
H A Dwindow_session_impl_test.cpp1471 BackupAndRestoreType::NONE, nullptr, aceRet); in HWTEST_F()
1527 BackupAndRestoreType::NONE, nullptr, aceRet); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp60 Ace::ContentInfoType GetAceContentInfoType(BackupAndRestoreType type) in GetAceContentInfoType()
64 case BackupAndRestoreType::CONTINUATION: in GetAceContentInfoType()
67 case BackupAndRestoreType::APP_RECOVERY: in GetAceContentInfoType()
70 case BackupAndRestoreType::RESOURCESCHEDULE_RECOVERY: in GetAceContentInfoType()
73 case BackupAndRestoreType::NONE: in GetAceContentInfoType()
1163 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) in NapiSetUIContent()
1166 type == BackupAndRestoreType::NONE ? WindowSetUIContentType::DEFAULT : WindowSetUIContentType::RESTORE, in NapiSetUIContent()
1174 BackupAndRestoreType::NONE, ability); in SetUIContentByName()
1181 BackupAndRestoreType::NONE, ability); in SetUIContentByAbc()
1192 WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreTyp in InitUIContent()
[all...]
H A Dwindow_scene.cpp232 std::string WindowScene::GetContentInfo(BackupAndRestoreType type) const in GetContentInfo()
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()
574 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) in NapiSetUIContent()
577 type == BackupAndRestoreType::NONE ? WindowSetUIContentType::DEFAULT : WindowSetUIContentType::RESTORE, in NapiSetUIContent()
585 BackupAndRestoreType::NONE, ability); in SetUIContentByName()
592 BackupAndRestoreType::NONE, ability); in SetUIContentByAbc()
596 WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreTyp in SetUIContentInner()
[all...]
H A Dwindow_extension_session_impl.cpp497 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) in NapiSetUIContent()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability.cpp712 return scene_->GetContentInfo(Rosen::BackupAndRestoreType::CONTINUATION); in GetContentInfo()
722 return scene_->GetContentInfo(Rosen::BackupAndRestoreType::APP_RECOVERY); in GetContentInfoForRecovery()
732 return scene_->GetContentInfo(Rosen::BackupAndRestoreType::RESOURCESCHEDULE_RECOVERY); in GetContentInfoForDefaultRecovery()
/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, parentToken); in LoadContentTask()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp753 abilityContext_->GetContentStorage()->GetNapiValue(), Rosen::BackupAndRestoreType::CONTINUATION); in RestorePageStack()
777 Rosen::BackupAndRestoreType::APP_RECOVERY); in AbilityContinuationOrRecover()
H A Djs_ability.cpp605 abilityContext_->GetContentStorage()->GetNapiValue(), Rosen::BackupAndRestoreType::CONTINUATION); in RestorePageStack()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp244 window_->NapiSetUIContent(url, nullptr, nullptr, Rosen::BackupAndRestoreType::NONE); in InitContainer()
1219 dialogWindow_->NapiSetUIContent("", nullptr, nullptr, Rosen::BackupAndRestoreType::NONE); in InitToastDialogView()
/foundation/window/window_manager/wm/test/unittest/ui_extension/
H A Dwindow_extension_session_impl_test.cpp959 window_->NapiSetUIContent(contentInfo, env, storage, BackupAndRestoreType::NONE, token, nullptr)); in HWTEST_F()
968 window_->NapiSetUIContent(contentInfo, env, storage, BackupAndRestoreType::NONE, token, nullptr)); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_content_session.cpp744 Rosen::BackupAndRestoreType::NONE, parentToken); in OnLoadContent()

Completed in 57 milliseconds

12