Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/include/
H A Dbackup_manager.h40 void BackSchedule(std::shared_ptr<ExecutorPool> executors);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H A Dbootstrap.cpp141 BackupManager::GetInstance().BackSchedule(std::move(executors)); in LoadBackup()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp94 void BackupManager::BackSchedule(std::shared_ptr<ExecutorPool> executors) in BackSchedule() function in OHOS::DistributedData::BackupManager