Home
last modified time | relevance | path

Searched refs:GetBackupConfig (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/
H A Dconfig_factory.h32 API_EXPORT BackupConfig *GetBackupConfig();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/
H A Dconfig_factory.cpp76 BackupConfig *ConfigFactory::GetBackupConfig() in GetBackupConfig() function in OHOS::DistributedData::ConfigFactory
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H A Dbootstrap.cpp131 auto *backupRules = ConfigFactory::GetInstance().GetBackupConfig(); in LoadBackup()