Searched refs:pageProfile (Results 1 - 15 of 15) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | ace_card_test.cpp | 65 const std::string pageProfile = "form_config"; member 103 args.pageProfile = pageProfile; in main()
|
H A D | ace_phone_test.cpp | 37 const std::string pageProfile = "main_page"; member 102 args.pageProfile = pageProfile; in main()
|
H A D | ace_tablet_test.cpp | 61 const std::string pageProfile = "main_page"; member 102 args.pageProfile = pageProfile; in main()
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_container.h | 218 void SetStageCardConfig(const std::string& pageProfile, const std::string& selectUrl); 222 void SetPageProfile(const std::string& pageProfile) in SetPageProfile() argument 224 pageProfile_ = pageProfile; in SetPageProfile()
|
H A D | ace_run_args.h | 50 std::string pageProfile = ""; member
|
H A D | ace_ability.cpp | 89 LOGI("runArgs.pageProfile: %{private}s", runArgs.pageProfile.c_str()); in DumpAceRunArgs() 320 container->SetStageCardConfig(runArgs_.pageProfile, runArgs_.url); in InitEnv() 322 container->SetPageProfile((runArgs_.pageProfile.empty() ? "" : runArgs_.pageProfile + ".json")); in InitEnv()
|
H A D | ace_container.cpp | 285 void AceContainer::SetStageCardConfig(const std::string& pageProfile, const std::string& selectUrl) in SetStageCardConfig() argument 287 std::string fullPageProfile = pageProfile + ".json"; in SetStageCardConfig()
|
H A D | ui_content_impl.cpp | 267 pageProfile_ = options.pageProfile; in UIContentImpl()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.h | 175 void SetPageProfile(const std::string& pageProfile) in SetPageProfile() argument 177 pageProfile_ = pageProfile; in SetPageProfile()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | options.h | 94 std::string pageProfile; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 226 void SetPageProfile(const std::string& pageProfile) in SetPageProfile() argument 228 pageProfile_ = pageProfile; in SetPageProfile()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | ability_context.cpp | 78 TAG_LOGD(AAFwkTag::ABILITY_SIM, "pageProfile:%{public}s", options.pageProfile.c_str()); in SetOptions()
|
H A D | simulator.cpp | 293 options_.pageProfile = moduleInfo_->pages; in ParseBundleAndModuleInfo()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 1095 std::string pageProfile; in CommonInitializeForm() local 1141 pageProfile = hapModuleInfo->pages; in CommonInitializeForm() 1143 if (pageProfile.compare(0, profilePrefix.size(), profilePrefix) == 0) { in CommonInitializeForm() 1144 pageProfile = pageProfile.substr(profilePrefix.length()).append(".json"); in CommonInitializeForm() 1258 container->SetPageProfile(pageProfile); in CommonInitializeForm() 1653 std::string pageProfile; in CommonInitialize() local 1688 pageProfile = hapModuleInfo->pages; in CommonInitialize() 1690 if (pageProfile.compare(0, profilePrefix.size(), profilePrefix) == 0) { in CommonInitialize() 1691 pageProfile in CommonInitialize() [all...] |
H A D | ace_container.h | 349 void SetPageProfile(const std::string& pageProfile) in SetPageProfile() argument 351 pageProfile_ = pageProfile; in SetPageProfile()
|
Completed in 20 milliseconds