Searched refs:WRONG_KEY (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/weaver/aidl/vts/ |
D | VtsHalWeaverTargetTest.cpp | 32 const std::vector<uint8_t> WRONG_KEY{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable 122 const auto initialWriteRet = weaver->write(slotId, WRONG_KEY, VALUE); in TEST_P() 153 weaver->read(slotId, WRONG_KEY, &response); in TEST_P()
|
/hardware/interfaces/weaver/1.0/vts/functional/ |
D | VtsHalWeaverV1_0TargetTest.cpp | 33 const std::vector<uint8_t> WRONG_KEY{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable 154 const auto initialWriteRet = weaver->write(slotId, WRONG_KEY, VALUE); in TEST_P() 193 weaver->read(slotId, WRONG_KEY, [&](WeaverReadStatus s, WeaverReadResponse r) { in TEST_P()
|