Home
last modified time | relevance | path

Searched refs:CanBackup (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dbackup_rule_manager_test.cpp33 bool CanBackup() override in CanBackup() function in BackupRuleManagerTest::TestRule
50 ASSERT_FALSE(BackupRuleManager::GetInstance().CanBackup());
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/backuprule/
H A Dbackup_rule_manager.h27 virtual bool CanBackup() = 0;
34 API_EXPORT bool CanBackup();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/backuprule/
H A Dbackup_rule_manager.cpp45 bool BackupRuleManager::CanBackup() in CanBackup() function in OHOS::DistributedData::BackupRuleManager
51 if (!rule->CanBackup()) { in CanBackup()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp104 if (!CanBackup()) { in BackSchedule()
155 bool BackupManager::CanBackup() in CanBackup() function in OHOS::DistributedData::BackupManager
157 if (!BackupRuleManager::GetInstance().CanBackup()) { in CanBackup()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/backup_rule/include/
H A Dcharging.h25 bool CanBackup() override;
H A Dscreen_off.h25 bool CanBackup() override;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/backup_rule/src/
H A Dscreen_off.cpp30 bool ScreenOff::CanBackup() in CanBackup() function in OHOS::DistributedData::ScreenOff
H A Dcharging.cpp30 bool Charging::CanBackup() in CanBackup() function in OHOS::DistributedData::Charging
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/include/
H A Dbackup_manager.h49 bool CanBackup();