Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/
H A Dconfig_factory.h27 API_EXPORT std::vector<ComponentConfig> *GetComponentConfig();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/
H A Dconfig_factory.cpp51 std::vector<ComponentConfig> *ConfigFactory::GetComponentConfig() in GetComponentConfig() function in OHOS::DistributedData::ConfigFactory
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dconfig_factory_test.cpp62 auto *components = ConfigFactory::GetInstance().GetComponentConfig();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H A Dbootstrap.cpp56 auto *comps = ConfigFactory::GetInstance().GetComponentConfig(); in LoadComponents()