Searched defs:readRet (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/hardware/interfaces/weaver/vts/ |
H A D | VtsHalWeaverTargetTest.cpp | 287 const auto readRet = weaver_->read(slotId, KEY, &response); in TEST_P() local 308 const auto readRet = weaver_->read(slotId, KEY, &response); in TEST_P() local 325 const auto readRet = weaver_->read(slotId, WRONG_KEY, &response); in TEST_P() local 354 const auto readRet = weaver_->read(config_.slots, KEY, &response); in TEST_P() local 388 const auto readRet = weaver_->read(first_free_slot_, bigKey, &response); in TEST_P() local
|