Searched refs:StageContext (Results 1 – 4 of 4) sorted by relevance
19 StageContext::StageContext() in StageContext() function in OHOS::Ace::StageContext24 void StageContext::Parse(const std::string& contents) in Parse()35 const RefPtr<StageAppInfo>& StageContext::GetAppInfo() const in GetAppInfo()40 const RefPtr<StageHapModuleInfo>& StageContext::GetHapModuleInfo() const in GetHapModuleInfo()45 const RefPtr<StagePkgContextInfo>& StageContext::GetPkgContextInfo() const in GetPkgContextInfo()
31 class StageContext : public Context {32 DECLARE_ACE_TYPE(StageContext, Context);35 StageContext();36 ~StageContext() override = default;46 ACE_DISALLOW_COPY_AND_MOVE(StageContext);
53 context = AceType::MakeRefPtr<StageContext>(); in CreateContext()
418 auto stageContext = AceType::DynamicCast<StageContext>(context); in InitializeAppInfo()