Home
last modified time | relevance | path

Searched refs:profilePrefix (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp268 const std::string profilePrefix = "$profile:"; in UIContentImpl() local
269 if (pageProfile_.compare(0, profilePrefix.size(), profilePrefix) == 0) { in UIContentImpl()
270 pageProfile_ = pageProfile_.substr(profilePrefix.length()).append(".json"); in UIContentImpl()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp1142 const std::string profilePrefix = "$profile:"; in CommonInitializeForm() local
1143 if (pageProfile.compare(0, profilePrefix.size(), profilePrefix) == 0) { in CommonInitializeForm()
1144 pageProfile = pageProfile.substr(profilePrefix.length()).append(".json"); in CommonInitializeForm()
1689 const std::string profilePrefix = "$profile:"; in CommonInitialize() local
1690 if (pageProfile.compare(0, profilePrefix.size(), profilePrefix) == 0) { in CommonInitialize()
1691 pageProfile = pageProfile.substr(profilePrefix.length()).append(".json"); in CommonInitialize()

Completed in 9 milliseconds