Home
last modified time | relevance | path

Searched refs:testUint8Buffer (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp97 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 Dattribute_test.cpp560 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