Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/
H A Dconfig_factory.h29 API_EXPORT CheckerConfig *GetCheckerConfig();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/
H A Dconfig_factory.cpp61 CheckerConfig *ConfigFactory::GetCheckerConfig() in GetCheckerConfig() function in OHOS::DistributedData::ConfigFactory
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dconfig_factory_test.cpp82 auto *checker = ConfigFactory::GetInstance().GetCheckerConfig();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H A Dbootstrap.cpp87 auto *checkers = ConfigFactory::GetInstance().GetCheckerConfig(); in LoadCheckers()