Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp51 static int32_t g_extBackupCount = 0; variable
110 if (g_extBackupCount <= 0) { in PromiseCallback()
111 HILOGE("ExtBackup is invalid, count=%{public}d", g_extBackupCount); in PromiseCallback()
152 if (g_extBackupCount <= 0) { in PromiseCatchCallback()
153 HILOGE("ExtBackup is invalid, count=%{public}d", g_extBackupCount); in PromiseCatchCallback()
166 if (g_extBackupCount <= 0) { in PromiseCallbackEx()
167 HILOGE("ExtBackup is invalid, count=%{public}d", g_extBackupCount); in PromiseCallbackEx()
208 if (g_extBackupCount <= 0) { in PromiseCatchCallbackEx()
209 HILOGE("ExtBackup is invalid, count=%{public}d", g_extBackupCount); in PromiseCatchCallbackEx()
458 g_extBackupCount += 1; in ExtBackupJs()
[all …]