Searched refs:GetAllowToBackupRestore (Results 1 – 6 of 6) sorted by relevance
49 bool GetAllowToBackupRestore() const;
500 EXPECT_FALSE(extCfg.GetAllowToBackupRestore());524 EXPECT_FALSE(cache.GetAllowToBackupRestore());548 EXPECT_FALSE(cache.GetAllowToBackupRestore());572 EXPECT_TRUE(cache.GetAllowToBackupRestore());
89 bool BJsonEntityExtensionConfig::GetAllowToBackupRestore() const in GetAllowToBackupRestore() function in OHOS::FileManagement::Backup::BJsonEntityExtensionConfig
122 …if (cache.GetAllowToBackupRestore() || WasFromSpecialVersion() || SpecialVersionForCloneAndCloud()… in AllowToBackupRestore()
835 if (!cache.GetAllowToBackupRestore()) { in IfAllowToBackupRestore()
84 …return {cache.GetAllowToBackupRestore(), cache.GetFullBackupOnly(), ext.name, cache.GetRestoreDeps… in GetAllowAndExtName()182 backupPara.allToBackup = cache.GetAllowToBackupRestore(); in GetBackupExtConfig()