Searched refs:busyRetryTime (Results 1 – 2 of 2) sorted by relevance
68 int32_t busyRetryTime = 0; in ExecSqlWithRetry() local70 while (busyRetryTime < MAX_BUSY_TRY_TIMES && currentTime <= MAX_TRY_TIMES) { in ExecSqlWithRetry()79 busyRetryTime++; in ExecSqlWithRetry()80 …A_ERR_LOG("ExecuteSqlInternal busy, ret:%{public}d, busyRetryTime:%{public}d", err, busyRetryTime); in ExecSqlWithRetry()
152 int32_t busyRetryTime = 0; in ExecSqlWithRetry() local155 while (busyRetryTime < MAX_BUSY_TRY_TIMES && currentTime <= MAX_TRY_TIMES) { in ExecSqlWithRetry()164 busyRetryTime++; in ExecSqlWithRetry()165 … MEDIA_ERR_LOG("execSql busy, err:%{public}d, busyRetryTime:%{public}d", err, busyRetryTime); in ExecSqlWithRetry()