Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dconstants.h37 enum class ContentInfoType : int32_t { class
H A Dui_content.h130 ContentInfoType type = ContentInfoType::CONTINUATION) = 0;
131 virtual std::string GetContentInfo(ContentInfoType type = ContentInfoType::CONTINUATION) const = 0;
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h40 enum class ContentInfoType;
282 const std::string& contentInfo, ContentInfoType type) in RestoreRouterStack()
287 virtual std::string GetContentInfo(ContentInfoType type) const in GetContentInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.h142 const std::string& contentInfo, ContentInfoType type) override;
143 std::string GetContentInfo(ContentInfoType type) const override;
H A Dpage_router_manager.h196 std::unique_ptr<JsonValue> GetStackInfo(ContentInfoType type);
201 std::unique_ptr<JsonValue> stackInfo, ContentInfoType type);
H A Ddeclarative_frontend_ng.cpp573 const std::string& contentInfo, ContentInfoType type) in RestoreRouterStack()
581 std::string DeclarativeFrontendNG::GetContentInfo(ContentInfoType type) const in GetContentInfo()
H A Dfrontend_delegate_declarative_ng.h46 const std::string& contentInfo, ContentInfoType type) override
50 std::string GetContentInfo(ContentInfoType type) override;
H A Dpage_router_manager.cpp942 std::unique_ptr<JsonValue> PageRouterManager::GetStackInfo(ContentInfoType type) in GetStackInfo()
949 if (type == ContentInfoType::RESOURCESCHEDULE_RECOVERY) { in GetStackInfo()
964 if (type == ContentInfoType::RESOURCESCHEDULE_RECOVERY && !pageInfo->IsRecoverable()) { in GetStackInfo()
971 if (type == ContentInfoType::RESOURCESCHEDULE_RECOVERY) { in GetStackInfo()
990 std::unique_ptr<JsonValue> stackInfo, ContentInfoType type) in RestoreRouterStack()
1016 if (type == ContentInfoType::RESOURCESCHEDULE_RECOVERY) { in RestoreRouterStack()
H A Dfrontend_delegate_declarative_ng.cpp1193 std::string FrontendDelegateDeclarativeNG::GetContentInfo(ContentInfoType type) in GetContentInfo()
1199 if (type == ContentInfoType::RESOURCESCHEDULE_RECOVERY) { in GetContentInfo()
1206 if (type == ContentInfoType::CONTINUATION || type == ContentInfoType::APP_RECOVERY) { in GetContentInfo()
/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h43 napi_value storage, ContentInfoType type));
44 MOCK_CONST_METHOD1(GetContentInfo, std::string(ContentInfoType type));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h45 napi_value storage, ContentInfoType type));
46 MOCK_CONST_METHOD1(GetContentInfo, std::string(ContentInfoType type));
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h65 napi_value storage, ContentInfoType type) override {
68 std::string GetContentInfo(ContentInfoType type) const override;
H A Dace_container.h267 static std::string GetContentInfo(int32_t instanceId, ContentInfoType type);
H A Dui_content_impl.cpp322 std::string UIContentImpl::GetContentInfo(ContentInfoType type) const in GetContentInfo()
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h50 napi_value storage, ContentInfoType type));
51 MOCK_CONST_METHOD1(GetContentInfo, std::string(ContentInfoType type));
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h141 const std::string& contentInfo, ContentInfoType type) in RestoreRouterStack()
145 virtual std::string GetContentInfo(ContentInfoType type) in GetContentInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h194 const std::string& contentInfo, ContentInfoType type) override;
195 std::string GetContentInfo(ContentInfoType type) const override;
H A Dfrontend_delegate_declarative.h125 const std::string& contentInfo, ContentInfoType type) override;
126 std::string GetContentInfo(ContentInfoType type) override;
H A Dfrontend_delegate_declarative.cpp3261 const std::string& contentInfo, ContentInfoType type) in RestoreRouterStack()
3269 if (type == ContentInfoType::CONTINUATION || type == ContentInfoType::APP_RECOVERY) { in RestoreRouterStack()
3304 if (type == ContentInfoType::RESOURCESCHEDULE_RECOVERY) { in RestoreRouterStack()
3331 std::string FrontendDelegateDeclarative::GetContentInfo(ContentInfoType type) in GetContentInfo()
3345 if (type == ContentInfoType::RESOURCESCHEDULE_RECOVERY) { in GetContentInfo()
3362 if (type == ContentInfoType::CONTINUATION || type == ContentInfoType::APP_RECOVERY) { in GetContentInfo()
H A Ddeclarative_frontend.cpp787 const std::string& contentInfo, ContentInfoType type) in Initialize()
795 std::string DeclarativeFrontend::GetContentInfo(ContentInfoType type) const in Initialize()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h78 napi_value storage, ContentInfoType type) override;
79 std::string GetContentInfo(ContentInfoType type) const override;
H A Dace_container.h461 int32_t instanceId, const std::string& contentInfo, ContentInfoType type);
462 static std::string GetContentInfo(int32_t instanceId, ContentInfoType type);
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp296 Ace::ContentInfoType::CONTINUATION : Ace::ContentInfoType::APP_RECOVERY); in NapiSetUIContent()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp54 Ace::ContentInfoType GetAceContentInfoType(BackupAndRestoreType type) in GetAceContentInfoType()
56 auto contentInfoType = Ace::ContentInfoType::NONE; in GetAceContentInfoType()
59 contentInfoType = Ace::ContentInfoType::CONTINUATION; in GetAceContentInfoType()
62 contentInfoType = Ace::ContentInfoType::APP_RECOVERY; in GetAceContentInfoType()
65 contentInfoType = Ace::ContentInfoType::RESOURCESCHEDULE_RECOVERY; in GetAceContentInfoType()
H A Dwindow_session_impl.cpp60 Ace::ContentInfoType GetAceContentInfoType(BackupAndRestoreType type) in GetAceContentInfoType()
62 auto contentInfoType = Ace::ContentInfoType::NONE; in GetAceContentInfoType()
65 contentInfoType = Ace::ContentInfoType::CONTINUATION; in GetAceContentInfoType()
68 contentInfoType = Ace::ContentInfoType::APP_RECOVERY; in GetAceContentInfoType()
71 contentInfoType = Ace::ContentInfoType::RESOURCESCHEDULE_RECOVERY; in GetAceContentInfoType()

Completed in 41 milliseconds

12