Searched refs:staticActs (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/ |
H A D | feature_system.cpp | 41 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 D | feature_test.cpp | 83 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 D | feature_system.h | 65 int32_t RegisterStaticActs(const std::string &name, std::shared_ptr<StaticActs> staticActs);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.cpp | 793 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 3 milliseconds