Home
last modified time | relevance | path

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

/hardware/interfaces/health/storage/test_common/include/health-storage-test/
Dcommon.h25 const uint64_t kDevGcTimeoutSec = 120; variable
26 const std::chrono::seconds kDevGcTimeout{kDevGcTimeoutSec};
/hardware/interfaces/health/storage/1.0/vts/functional/
DVtsHalHealthStorageV1_0TargetTest.cpp102 auto ret = fs->garbageCollect(kDevGcTimeoutSec, nullptr); in TEST_P()
117 auto ret = fs->garbageCollect(kDevGcTimeoutSec, cb); in TEST_P()
/hardware/interfaces/health/storage/aidl/vts/functional/
DVtsHalHealthStorageTargetTest.cpp106 ASSERT_OK(storage_->garbageCollect(kDevGcTimeoutSec, nullptr)); in TEST_P()
119 ASSERT_OK(storage_->garbageCollect(kDevGcTimeoutSec, cb)); in TEST_P()