Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/
H A Dfeature_system.cpp41 int32_t FeatureSystem::RegisterStaticActs(const std::string &name, std::shared_ptr<StaticActs> staticActs) in RegisterStaticActs() argument
43 staticActs_.InsertOrAssign(name, std::move(staticActs)); in RegisterStaticActs()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dfeature_test.cpp83 std::shared_ptr<StaticActs> staticActs = std::make_shared<StaticActs>(); in HWTEST_F() local
85 int32_t result = featureSystem.RegisterStaticActs(staticActsName, staticActs); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H A Dfeature_system.h65 int32_t RegisterStaticActs(const std::string &name, std::shared_ptr<StaticActs> staticActs);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp793 auto staticActs = FeatureSystem::GetInstance().GetStaticActs(); in OnUninstall() local
794 staticActs.ForEachCopies([bundleName, user, index](const auto &, const std::shared_ptr<StaticActs>& acts) { in OnUninstall()
803 auto staticActs = FeatureSystem::GetInstance().GetStaticActs(); in OnUpdate() local
804 staticActs.ForEachCopies([bundleName, user, index](const auto &, const std::shared_ptr<StaticActs>& acts) { in OnUpdate()
813 auto staticActs = FeatureSystem::GetInstance().GetStaticActs(); in OnInstall() local
814 staticActs.ForEachCopies([bundleName, user, index](const auto &, const std::shared_ptr<StaticActs>& acts) { in OnInstall()
842 auto staticActs = FeatureSystem::GetInstance().GetStaticActs(); in ClearAppStorage() local
843 staticActs.ForEachCopies( in ClearAppStorage()

Completed in 4 milliseconds