Home
last modified time | relevance | path

Searched refs:staticActs_ (Results 1 - 10 of 10) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/
H A Dfeature_system.cpp43 staticActs_.InsertOrAssign(name, std::move(staticActs)); in RegisterStaticActs()
49 return staticActs_; in GetStaticActs()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.h67 std::shared_ptr<ObjectStatic> staticActs_; member in OHOS::DistributedObject::ObjectServiceImpl::Factory
H A Dobject_service_impl.cpp55 staticActs_ = std::make_shared<ObjectStatic>(); in Factory()
56 FeatureSystem::GetInstance().RegisterStaticActs("data_object", staticActs_); in Factory()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H A Dfeature_system.h77 ConcurrentMap<std::string, std::shared_ptr<StaticActs>> staticActs_; member in OHOS::DistributedData::FeatureSystem
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.h107 std::shared_ptr<DataShareStatic> staticActs_; member in OHOS::DataShare::DataShareServiceImpl::Factory
H A Ddata_share_service_impl.cpp93 staticActs_ = std::make_shared<DataShareStatic>(); in Factory()
94 FeatureSystem::GetInstance().RegisterStaticActs("data_share", staticActs_); in Factory()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h144 std::shared_ptr<RdbStatic> staticActs_; member in OHOS::DistributedRdb::RdbServiceImpl::Factory
H A Drdb_service_impl.cpp85 staticActs_ = std::make_shared<RdbStatic>(); in Factory()
86 FeatureSystem::GetInstance().RegisterStaticActs(RdbServiceImpl::SERVICE_NAME, staticActs_); in Factory()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h88 std::shared_ptr<CloudStatic> staticActs_; member in OHOS::CloudData::CloudServiceImpl::Factory
H A Dcloud_service_impl.cpp77 staticActs_ = std::make_shared<CloudStatic>();
78 FeatureSystem::GetInstance().RegisterStaticActs(CloudServiceImpl::SERVICE_NAME, staticActs_);

Completed in 9 milliseconds