Home
last modified time | relevance | path

Searched refs:GetBackupDir (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_context_js.cpp37 AbilityRuntime::BindNativeProperty(env, object, "backupDir", ExtBackupContextJS::GetBackupDir); in CreateExtBackupJsContext()
41 napi_value ExtBackupContextJS::GetBackupDir(napi_env env, napi_callback_info info) in GetBackupDir() function in OHOS::FileManagement::Backup::ExtBackupContextJS
62 std::string backupDir = context->GetBackupDir();
H A Dext_backup_context.cpp22 const std::string ExtBackupContext::GetBackupDir() in GetBackupDir() function in OHOS::FileManagement::Backup::ExtBackupContext
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_backup_context.h28 const std::string GetBackupDir();
H A Dext_backup_context_js.h29 static napi_value GetBackupDir(napi_env env, napi_callback_info info);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp117 GetBackupDir(keyDir, backupDir); in TryRestoreKey()
145 GetBackupDir(keyDir, backupDir); in TryRestoreUeceKey()
162 int32_t KeyBackup::GetBackupDir(std::string &origDir, std::string &backupDir) in GetBackupDir() function in OHOS::StorageDaemon::KeyBackup
190 int32_t ret = GetBackupDir(origDir, backupDir); in ListAndCheckDir()
H A Dbase_key.cpp399 KeyBackup::GetInstance().GetBackupDir(dir_, backupDir); in StoreKey()
802 KeyBackup::GetInstance().GetBackupDir(dir_, backupDir); in StoreKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h51 int32_t GetBackupDir(std::string &origDir, std::string &backupDir);