Home
last modified time | relevance | path

Searched refs:GetAllowToBackupRestore (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_json_entity_extension_config.h49 bool GetAllowToBackupRestore() const;
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_json_entity_extension_config_test.cpp500 EXPECT_FALSE(extCfg.GetAllowToBackupRestore());
524 EXPECT_FALSE(cache.GetAllowToBackupRestore());
548 EXPECT_FALSE(cache.GetAllowToBackupRestore());
572 EXPECT_TRUE(cache.GetAllowToBackupRestore());
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_json_entity_extension_config.cpp89 bool BJsonEntityExtensionConfig::GetAllowToBackupRestore() const in GetAllowToBackupRestore() function in OHOS::FileManagement::Backup::BJsonEntityExtensionConfig
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup.cpp122 …if (cache.GetAllowToBackupRestore() || WasFromSpecialVersion() || SpecialVersionForCloneAndCloud()… in AllowToBackupRestore()
H A Dsub_ext_extension.cpp835 if (!cache.GetAllowToBackupRestore()) { in IfAllowToBackupRestore()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp84 …return {cache.GetAllowToBackupRestore(), cache.GetFullBackupOnly(), ext.name, cache.GetRestoreDeps… in GetAllowAndExtName()
182 backupPara.allToBackup = cache.GetAllowToBackupRestore(); in GetBackupExtConfig()