Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H A Dfeature_system.h66 const ConcurrentMap<std::string, std::shared_ptr<StaticActs>> &GetStaticActs();
/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
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dfeature_test.cpp88 const OHOS::ConcurrentMap<std::string, std::shared_ptr<StaticActs>>& staticActsMap = featureSystem.GetStaticActs(); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp793 auto staticActs = FeatureSystem::GetInstance().GetStaticActs(); in OnUninstall()
803 auto staticActs = FeatureSystem::GetInstance().GetStaticActs(); in OnUpdate()
813 auto staticActs = FeatureSystem::GetInstance().GetStaticActs(); in OnInstall()
842 auto staticActs = FeatureSystem::GetInstance().GetStaticActs(); in ClearAppStorage()

Completed in 4 milliseconds