Home
last modified time | relevance | path

Searched refs:GetStaticActs (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H A Dfeature_system.h66 const ConcurrentMap<std::string, std::shared_ptr<StaticActs>> &GetStaticActs();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/
H A Dfeature_system.cpp47 const ConcurrentMap<std::string, std::shared_ptr<StaticActs>> &FeatureSystem::GetStaticActs() in GetStaticActs() function in OHOS::DistributedData::FeatureSystem
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp625 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()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dfeature_test.cpp88 …urrentMap<std::string, std::shared_ptr<StaticActs>>& staticActsMap = featureSystem.GetStaticActs();