Searched refs:GetStaticActs (Results 1 – 4 of 4) sorted by relevance
66 const ConcurrentMap<std::string, std::shared_ptr<StaticActs>> &GetStaticActs();
47 const ConcurrentMap<std::string, std::shared_ptr<StaticActs>> &FeatureSystem::GetStaticActs() in GetStaticActs() function in OHOS::DistributedData::FeatureSystem
625 auto staticActs = FeatureSystem::GetInstance().GetStaticActs(); in OnUninstall()635 auto staticActs = FeatureSystem::GetInstance().GetStaticActs(); in OnUpdate()645 auto staticActs = FeatureSystem::GetInstance().GetStaticActs(); in OnInstall()674 auto staticActs = FeatureSystem::GetInstance().GetStaticActs(); in ClearAppStorage()
88 …urrentMap<std::string, std::shared_ptr<StaticActs>>& staticActsMap = featureSystem.GetStaticActs();