Home
last modified time | relevance | path

Searched refs:testUint8Array (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/attribute_test/
H A Dattribute_test.cpp562 …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 Dexecutor_message_test.cpp99 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);