Searched refs:WRONG_KEY (Results 1 – 5 of 5) sorted by relevance
/external/nos/test/system-test-harness/src/ |
D | weaver_tests.cc | 53 const uint8_t WRONG_KEY[KEY_SIZE] = {100, 2, 3, 4, 5, 6, 7, 8, member in __anon196060f10111::WeaverTest 133 ASSERT_EQ(response.error(), ReadResponse::WRONG_KEY) << msg; in testReadWrongKey() 242 activateThrottle(WeaverTest::slot, TEST_KEY, WRONG_KEY, 30); in TEST_F() 243 testReadThrottle(__STAMP__, WeaverTest::slot, WRONG_KEY, 30); in TEST_F() 247 activateThrottle(WeaverTest::slot, TEST_KEY, WRONG_KEY, 30); in TEST_F() 249 testReadThrottle(__STAMP__, WeaverTest::slot, WRONG_KEY, 30); in TEST_F() 253 activateThrottle(WeaverTest::slot, TEST_KEY, WRONG_KEY, 30); in TEST_F() 255 testReadThrottle(__STAMP__, WeaverTest::slot, WRONG_KEY, 30); in TEST_F() 260 activateThrottle(WeaverTest::slot, TEST_KEY, WRONG_KEY, 30); in TEST_F() 262 testReadThrottle(__STAMP__, WeaverTest::slot, WRONG_KEY, 30 - waited); in TEST_F() [all …]
|
/external/libese/apps/weaver/tests/ |
D | weaver_test.cpp | 26 const uint8_t WRONG_KEY[kEseWeaverKeySize] = {0}; variable 79 ese_weaver_read(&mSession, slotId, WRONG_KEY, readValue, &timeout)); in TEST_F()
|
/external/nos/host/android/hals/weaver/ |
D | Weaver.cpp | 106 case ReadResponse::WRONG_KEY: in read()
|
/external/nos/host/generic/nugget/proto/nugget/app/weaver/ |
D | weaver.proto | 68 WRONG_KEY = 1; enumerator
|
/external/nos/host/android/hals/weaver/test/ |
D | test.cpp | 160 response.set_error(ReadResponse::WRONG_KEY); in TEST()
|