Home
last modified time | relevance | path

Searched refs:GetBackupDebugOverrideAccount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_ohos/startup/
H A Dbackup_para.h37 std::tuple<bool, int32_t> GetBackupDebugOverrideAccount();
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_ohos/startup/
H A Dbackup_para.cpp83 tuple<bool, int32_t> BackupPara::GetBackupDebugOverrideAccount() in GetBackupDebugOverrideAccount() function in OHOS::FileManagement::Backup::BackupPara
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_incremental.cpp68 auto [isDebug, debugId] = BackupPara().GetBackupDebugOverrideAccount(); in GetUserIdDefault()
H A Dservice.cpp95 auto [isDebug, debugId] = BackupPara().GetBackupDebugOverrideAccount(); in GetUserIdDefault()