Searched refs:tryCounter (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | evloop_timer_unit_test.cpp | 219 int tryCounter = 0; in HWTEST_F() local 221 tryCounter++; in HWTEST_F() 222 if (tryCounter >= MAX_RETRY_TIMES) { in HWTEST_F() 275 int tryCounter = 1; in HWTEST_F() local 276 while (!running && tryCounter <= MAX_RETRY_TIMES) { in HWTEST_F() 278 tryCounter++; in HWTEST_F() 335 int tryCounter = 1; in HWTEST_F() local 336 while (!running && tryCounter <= MAX_RETRY_TIMES) { in HWTEST_F() 338 tryCounter++; in HWTEST_F() 392 int tryCounter in HWTEST_F() local [all...] |
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/ |
H A D | audio_capturer.cpp | 1448 int32_t tryCounter = 5; in RestoreTheadLoop() local 1452 while (!result && tryCounter > 0) { in RestoreTheadLoop() 1453 tryCounter--; in RestoreTheadLoop() 1462 AUDIO_ERR_LOG("RestoreAudioStream Failed, %{public}d attempts remaining", tryCounter); in RestoreTheadLoop()
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
H A D | audio_renderer.cpp | 1752 int32_t tryCounter = 10; in RestoreTheadLoop() local 1755 while (!restoreResult && tryCounter > 0) { in RestoreTheadLoop() 1756 tryCounter--; in RestoreTheadLoop() 1769 AUDIO_ERR_LOG("restore audio stream failed, %{public}d attempts remaining", tryCounter); in RestoreTheadLoop()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 482 int32_t tryCounter = 5; in RecoveryPreferredDevices() local 491 while (result != SUCCESS && tryCounter-- > 0) { in RecoveryPreferredDevices() 501 ", deviceType:%{public}d, usageOrSourceType:%{public}d, tryCounter:%{public}d", in RecoveryPreferredDevices() 502 iter->second->deviceType_, iter->second->usageOrSourceType_, tryCounter); in RecoveryPreferredDevices()
|
Completed in 24 milliseconds