Home
last modified time | relevance | path

Searched refs:GetSupportScene (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_json_entity_extension_config.h70 std::string GetSupportScene() const;
H A Db_json_entity_caps.h132 std::string GetSupportScene() in GetSupportScene() function
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_json_entity_extension_config.cpp109 string BJsonEntityExtensionConfig::GetSupportScene() const in GetSupportScene() function in OHOS::FileManagement::Backup::BJsonEntityExtensionConfig
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_json_entity_extension_config_test.cpp983 string supportScene = cache1.GetSupportScene();
989 supportScene = cache2.GetSupportScene();
995 supportScene = cache3.GetSupportScene();
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp85 cache.GetSupportScene(), cache.GetExtraInfo()}; in GetAllowAndExtName()
186 backupPara.supportScene = cache.GetSupportScene(); in GetBackupExtConfig()