Searched refs:testUint8Buffer (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | executor_message_test.cpp | 97 uint8_t testUint8Buffer[] = { 'a', 'b', 'c' }; in HWTEST_F() local 99 Uint8Array testUint8Array = { testUint8Buffer, sizeof(testUint8Buffer) }; in HWTEST_F() 138 uint8_t testUint8Buffer[] = { 'a', 'b', 'c' }; in HWTEST_F() local 140 Uint8Array testUint8Array = { testUint8Buffer, sizeof(testUint8Buffer) }; in HWTEST_F() 165 uint8_t testUint8Buffer[] = { 'a', 'b', 'c' }; in HWTEST_F() local 166 Uint8Array dataTlv = { testUint8Buffer, sizeof(testUint8Buffer) }; in HWTEST_F() 167 Uint8Array signData = { testUint8Buffer, sizeo in HWTEST_F() 269 uint8_t testUint8Buffer[] = { 'a', 'b', 'c' }; HWTEST_F() local 317 uint8_t testUint8Buffer[] = { 'a', 'b', 'c' }; HWTEST_F() local [all...] |
/drivers/peripheral/user_auth/test/unittest/attribute_test/ |
H A D | attribute_test.cpp | 560 uint8_t testUint8Buffer[] = { 'a', 'b', 'c' }; in HWTEST_F() local 562 Uint8Array testUint8Array = { testUint8Buffer, sizeof(testUint8Buffer) / sizeof(testUint8Buffer[0]) }; in HWTEST_F()
|
Completed in 3 milliseconds