/ohos5.0/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 | 1435 BackupAndRestoreType type = BackupAndRestoreType::NONE, sptr<IRemoteObject> token = nullptr, 1474 … virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION)
|
H A D | wm_common.h | 463 enum class BackupAndRestoreType : int32_t { enum
|
/ohos5.0/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, 157 …virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION)…
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 247 BackupAndRestoreType type = BackupAndRestoreType::NONE, sptr<IRemoteObject> token = nullptr, 259 …virtual std::string GetContentInfo(BackupAndRestoreType type = BackupAndRestoreType::CONTINUATION)…
|
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)…
|
H A D | wm_common.h | 820 enum class BackupAndRestoreType : int32_t { enum
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 82 … BackupAndRestoreType 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 D | window_impl.h | 279 … BackupAndRestoreType 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 D | window_extension_session_impl.h | 58 … BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
|
/ohos5.0/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 298 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 D | window_session_impl.cpp | 90 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 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() 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 D | window_scene.cpp | 232 std::string WindowScene::GetContentInfo(BackupAndRestoreType type) const in GetContentInfo()
|
H A D | window_extension_session_impl.cpp | 518 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) in NapiSetUIContent()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ui_ability.cpp | 692 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 D | js_embeddable_window_stage.cpp | 271 …ret = windowImpl->NapiSetUIContent(contextUrl, env, nativeStorage, BackupAndRestoreType::NONE, par… in LoadContentTask()
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_two_test.cpp | 1083 BackupAndRestoreType restoreType = BackupAndRestoreType::NONE;
|
H A D | window_extension_session_impl_test.cpp | 956 window_->NapiSetUIContent(contentInfo, env, storage, BackupAndRestoreType::CONTINUATION, 966 window_->NapiSetUIContent(contentInfo, env, storage, BackupAndRestoreType::CONTINUATION,
|
H A D | window_session_impl_test.cpp | 1424 BackupAndRestoreType::NONE, nullptr, aceRet); 1482 BackupAndRestoreType::NONE, nullptr, aceRet);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.cpp | 770 … abilityContext_->GetContentStorage()->GetNapiValue(), Rosen::BackupAndRestoreType::CONTINUATION); in RestorePageStack() 793 Rosen::BackupAndRestoreType::APP_RECOVERY); in AbilityContinuationOrRecover()
|
H A D | js_ability.cpp | 617 … abilityContext_->GetContentStorage()->GetNapiValue(), Rosen::BackupAndRestoreType::CONTINUATION); in RestorePageStack()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 226 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 D | js_ui_extension_content_session.cpp | 746 Rosen::BackupAndRestoreType::NONE, parentToken); in OnLoadContent()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window.cpp | 320 …ret = windowImpl->NapiSetUIContent(contextUrl, env, nativeStorage, BackupAndRestoreType::NONE, par… in LoadContentTask()
|