Searched refs:OTHER_VALUE (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/weaver/aidl/vts/ |
D | VtsHalWeaverTargetTest.cpp | 34 const std::vector<uint8_t> OTHER_VALUE{0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 255, 255}; variable 125 const auto overwriteRet = weaver->write(slotId, KEY, OTHER_VALUE); in TEST_P() 137 EXPECT_EQ(readValue, OTHER_VALUE); in TEST_P()
|
/hardware/interfaces/weaver/1.0/vts/functional/ |
D | VtsHalWeaverV1_0TargetTest.cpp | 35 const std::vector<uint8_t> OTHER_VALUE{0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 255, 255}; variable 158 const auto overwriteRet = weaver->write(slotId, KEY, OTHER_VALUE); in TEST_P() 175 EXPECT_EQ(readValue, OTHER_VALUE); in TEST_P()
|