/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_scene.h | 154 std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION) const;
|
H A D | window.h | 1382 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 D | wm_common.h | 424 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 D | mock_window.h | 155 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 D | window.h | 245 BackupAndRestoreType type = BackupAndRestoreType::NONE, sptr<IRemoteObject> token = nullptr, 257 virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION) = 0;
|
H A D | window_impl.h | 180 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override; 181 virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION) override;
|
H A D | wm_common.h | 799 enum class BackupAndRestoreType : int32_t { class in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSessionType::WindowTag
|
/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 82 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 D | window_impl.h | 279 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 D | window_extension_session_impl.h | 59 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 278 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 D | window_session_impl_test2.cpp | 960 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 D | window_session_impl_test4.cpp | 555 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 D | window_session_impl_test.cpp | 1471 BackupAndRestoreType::NONE, nullptr, aceRet); in HWTEST_F() 1527 BackupAndRestoreType::NONE, nullptr, aceRet); in HWTEST_F()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 60 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 D | window_scene.cpp | 232 std::string WindowScene::GetContentInfo(BackupAndRestoreType type) const in GetContentInfo()
|
H A D | window_impl.cpp | 54 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 D | window_extension_session_impl.cpp | 497 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) in NapiSetUIContent()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ui_ability.cpp | 712 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 D | js_embeddable_window_stage.cpp | 271 ret = windowImpl->NapiSetUIContent(contextUrl, env, nativeStorage, BackupAndRestoreType::NONE, parentToken); in LoadContentTask()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.cpp | 753 abilityContext_->GetContentStorage()->GetNapiValue(), Rosen::BackupAndRestoreType::CONTINUATION); in RestorePageStack() 777 Rosen::BackupAndRestoreType::APP_RECOVERY); in AbilityContinuationOrRecover()
|
H A D | js_ability.cpp | 605 abilityContext_->GetContentStorage()->GetNapiValue(), Rosen::BackupAndRestoreType::CONTINUATION); in RestorePageStack()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 244 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 D | window_extension_session_impl_test.cpp | 959 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 D | js_ui_extension_content_session.cpp | 744 Rosen::BackupAndRestoreType::NONE, parentToken); in OnLoadContent()
|