Lines Matching refs:slotId
138 constexpr uint32_t slotId = 0; in TEST_F() local
139 const auto ret = weaver->write(slotId, KEY, VALUE); in TEST_F()
147 const auto readRet = weaver->read(slotId, KEY, [&](WeaverReadStatus s, WeaverReadResponse r) { in TEST_F()
166 constexpr uint32_t slotId = 0; in TEST_F() local
167 const auto initialWriteRet = weaver->write(slotId, WRONG_KEY, VALUE); in TEST_F()
171 const auto overwriteRet = weaver->write(slotId, KEY, OTHER_VALUE); in TEST_F()
179 const auto readRet = weaver->read(slotId, KEY, [&](WeaverReadStatus s, WeaverReadResponse r) { in TEST_F()
197 constexpr uint32_t slotId = 0; in TEST_F() local
198 const auto ret = weaver->write(slotId, KEY, VALUE); in TEST_F()
206 weaver->read(slotId, WRONG_KEY, [&](WeaverReadStatus s, WeaverReadResponse r) { in TEST_F()
291 constexpr uint32_t slotId = 0; in TEST_F() local
292 const auto writeRet = weaver->write(slotId, bigKey, VALUE); in TEST_F()
312 constexpr uint32_t slotId = 0; in TEST_F() local
313 const auto writeRet = weaver->write(slotId, KEY, bigValue); in TEST_F()
333 constexpr uint32_t slotId = 0; in TEST_F() local
339 weaver->read(slotId, bigKey, [&](WeaverReadStatus s, WeaverReadResponse r) { in TEST_F()