/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | constants.h | 37 enum class ContentInfoType : int32_t { class
|
H A D | ui_content.h | 130 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 D | frontend.h | 40 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 D | declarative_frontend_ng.h | 142 const std::string& contentInfo, ContentInfoType type) override; 143 std::string GetContentInfo(ContentInfoType type) const override;
|
H A D | page_router_manager.h | 196 std::unique_ptr<JsonValue> GetStackInfo(ContentInfoType type); 201 std::unique_ptr<JsonValue> stackInfo, ContentInfoType type);
|
H A D | declarative_frontend_ng.cpp | 573 const std::string& contentInfo, ContentInfoType type) in RestoreRouterStack() 581 std::string DeclarativeFrontendNG::GetContentInfo(ContentInfoType type) const in GetContentInfo()
|
H A D | frontend_delegate_declarative_ng.h | 46 const std::string& contentInfo, ContentInfoType type) override 50 std::string GetContentInfo(ContentInfoType type) override;
|
H A D | page_router_manager.cpp | 942 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 D | frontend_delegate_declarative_ng.cpp | 1193 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 D | mock_uicontent.h | 43 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 D | mock_ui_content.h | 45 napi_value storage, ContentInfoType type)); 46 MOCK_CONST_METHOD1(GetContentInfo, std::string(ContentInfoType type));
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.h | 65 napi_value storage, ContentInfoType type) override { 68 std::string GetContentInfo(ContentInfoType type) const override;
|
H A D | ace_container.h | 267 static std::string GetContentInfo(int32_t instanceId, ContentInfoType type);
|
H A D | ui_content_impl.cpp | 322 std::string UIContentImpl::GetContentInfo(ContentInfoType type) const in GetContentInfo()
|
/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_uicontent.h | 50 napi_value storage, ContentInfoType type)); 51 MOCK_CONST_METHOD1(GetContentInfo, std::string(ContentInfoType type));
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 141 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 D | declarative_frontend.h | 194 const std::string& contentInfo, ContentInfoType type) override; 195 std::string GetContentInfo(ContentInfoType type) const override;
|
H A D | frontend_delegate_declarative.h | 125 const std::string& contentInfo, ContentInfoType type) override; 126 std::string GetContentInfo(ContentInfoType type) override;
|
H A D | frontend_delegate_declarative.cpp | 3261 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 D | declarative_frontend.cpp | 787 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 D | ui_content_impl.h | 78 napi_value storage, ContentInfoType type) override; 79 std::string GetContentInfo(ContentInfoType type) const override;
|
H A D | ace_container.h | 461 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 D | window_impl.cpp | 296 Ace::ContentInfoType::CONTINUATION : Ace::ContentInfoType::APP_RECOVERY); in NapiSetUIContent()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 54 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 D | window_session_impl.cpp | 60 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()
|