Home
last modified time | relevance | path

Searched refs:SetStageCardConfig (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.h218 void SetStageCardConfig(const std::string& pageProfile, const std::string& selectUrl);
H A Dace_ability.cpp317 container->SetStageCardConfig(runArgs_.pageProfile, runArgs_.url); in InitEnv()
H A Dace_container.cpp285 void AceContainer::SetStageCardConfig(const std::string& pageProfile, const std::string& selectUrl) in SetStageCardConfig() function in OHOS::Ace::Platform::AceContainer