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