Searched defs:attempts (Results 1 - 3 of 3) sorted by path

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalManager_test.cpp367 int attempts = 0; local
368 while (StatusCode::TRY_AGAIN == actualStatusCode && ++attempts < 10) {
373 ASSERT_EQ(kRetriablePropMockedAttempts + 1, attempts);
438 int attempts = 0; local
439 while (StatusCode::TRY_AGAIN == actualStatusCode && ++attempts < 10) {
444 ASSERT_EQ(kRetriablePropMockedAttempts + 1, attempts);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger_event_defs.h354 u8 attempts; member in struct:__anon4274
364 u8 attempts; member in struct:__anon4275
H A Dwifilogger_vendor_tag_defs.h36 u8 attempts; member in struct:__anon4286

Completed in 180 milliseconds