Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_pkg_context_info.h32 void SetPkgContextInfoAndAliasMap(const std::map<std::string, std::string>& map);
H A Dstage_pkg_context_info.cpp29 void StagePkgContextInfo::SetPkgContextInfoAndAliasMap(const std::map<std::string, std::string>& ma… in SetPkgContextInfoAndAliasMap() function in OHOS::Ace::StagePkgContextInfo
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp314 pkgcontextinfo->SetPkgContextInfoAndAliasMap(runArgs_.pkgContextInfoJsonStringMap); in InitEnv()