Home
last modified time | relevance | path

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

/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp55 using test_utils::SucceedOnce;
423 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
439 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
454 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
474 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
492 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
513 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
547 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
561 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
/hardware/interfaces/health/aidl/vts/functional/
DVtsHalHealthTargetTest.cpp38 using android::hardware::health::test_utils::SucceedOnce;
517 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
531 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
545 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
560 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
574 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
589 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
617 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
629 EXPECT_TRUE(SucceedOnce(gBatteryTestTimeout, testOnce)) in TEST_P()
/hardware/interfaces/health/utils/libhealthtest/include/health-test/
DTestUtils.h97 inline AssertionResult SucceedOnce(Duration d, Function f) { in SucceedOnce() function