Searched refs:WRONG_KEY (Results 1 - 5 of 5) sorted by relevance

/external/nos/test/system-test-harness/src/
H A Dweaver_tests.cc53 const uint8_t WRONG_KEY[KEY_SIZE] = {100, 2, 3, 4, 5, 6, 7, 8, member in class:__anon17431::WeaverTest
133 ASSERT_EQ(response.error(), ReadResponse::WRONG_KEY) << msg;
242 activateThrottle(WeaverTest::slot, TEST_KEY, WRONG_KEY, 30);
243 testReadThrottle(__STAMP__, WeaverTest::slot, WRONG_KEY, 30);
247 activateThrottle(WeaverTest::slot, TEST_KEY, WRONG_KEY, 30);
249 testReadThrottle(__STAMP__, WeaverTest::slot, WRONG_KEY, 30);
253 activateThrottle(WeaverTest::slot, TEST_KEY, WRONG_KEY, 30);
255 testReadThrottle(__STAMP__, WeaverTest::slot, WRONG_KEY, 30);
260 activateThrottle(WeaverTest::slot, TEST_KEY, WRONG_KEY, 30);
262 testReadThrottle(__STAMP__, WeaverTest::slot, WRONG_KEY, 3
[all...]
/external/libese/apps/weaver/tests/
H A Dweaver_test.cpp26 const uint8_t WRONG_KEY[kEseWeaverKeySize] = {0}; variable
79 ese_weaver_read(&mSession, slotId, WRONG_KEY, readValue, &timeout));
/external/nos/host/generic/nugget/proto/nugget/app/weaver/
H A Dweaver.proto68 WRONG_KEY = 1;
/external/nos/host/android/hals/weaver/
H A DWeaver.cpp106 case ReadResponse::WRONG_KEY:
/external/nos/host/android/hals/weaver/test/
H A Dtest.cpp160 response.set_error(ReadResponse::WRONG_KEY);

Completed in 556 milliseconds