Searched defs:writeRet (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/weaver/aidl/vts/ |
D | VtsHalWeaverTargetTest.cpp | 89 const auto writeRet = weaver->write(lastSlot, KEY, VALUE); in TEST_P() local 176 const auto writeRet = weaver->write(config.slots, KEY, VALUE); in TEST_P() local 220 const auto writeRet = weaver->write(slotId, bigKey, VALUE); in TEST_P() local 235 const auto writeRet = weaver->write(slotId, KEY, bigValue); in TEST_P() local
|
/hardware/interfaces/weaver/1.0/vts/functional/ |
D | VtsHalWeaverV1_0TargetTest.cpp | 115 const auto writeRet = weaver->write(lastSlot, KEY, VALUE); in TEST_P() local 222 const auto writeRet = weaver->write(config.slots, KEY, VALUE); in TEST_P() local 279 const auto writeRet = weaver->write(slotId, bigKey, VALUE); in TEST_P() local 300 const auto writeRet = weaver->write(slotId, KEY, bigValue); in TEST_P() local
|