Searched refs:testUint8Array (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/user_auth/test/unittest/attribute_test/ |
H A D | attribute_test.cpp | 562 …Uint8Array testUint8Array = { testUint8Buffer, sizeof(testUint8Buffer) / sizeof(testUint8Buffer[0]… variable 564 ResultCode result = SetAttributeUint8Array(originAttribute, ATTR_SIGNATURE, testUint8Array); 582 EXPECT_EQ(testUint8Array.len, parsedUint8Array.len); 583 EXPECT_EQ(testUint8Array.data[2], parsedUint8Array.data[2]);
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | executor_message_test.cpp | 99 Uint8Array testUint8Array = { testUint8Buffer, sizeof(testUint8Buffer) }; variable 107 result = SetAttributeUint8Array(attribute, ATTR_SIGNATURE, testUint8Array); 140 Uint8Array testUint8Array = { testUint8Buffer, sizeof(testUint8Buffer) }; variable 148 result = SetAttributeUint8Array(attribute, ATTR_SIGNATURE, testUint8Array);
|