Searched defs:writeRet (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/hardware/interfaces/weaver/vts/ |
H A D | VtsHalWeaverTargetTest.cpp | 273 const auto writeRet = weaver_->write(last_free_slot_, KEY, VALUE); in TEST_P() local 321 const auto writeRet = weaver_->write(slotId, KEY, VALUE); in TEST_P() local 340 const auto writeRet = weaver_->write(config_.slots, KEY, VALUE); in TEST_P() local 367 const auto writeRet = weaver_->write(first_free_slot_, bigKey, VALUE); in TEST_P() local 377 const auto writeRet = weaver_->write(first_free_slot_, KEY, bigValue); in TEST_P() local
|