Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp94 constexpr uint32_t testUint32 = 123; variable
101 result = SetAttributeUint32(attribute, ATTR_IDENTIFY_MODE, testUint32);
135 constexpr uint32_t testUint32 = 123; variable
142 result = SetAttributeUint32(attribute, ATTR_IDENTIFY_MODE, testUint32);
/ohos5.0/drivers/peripheral/user_auth/test/unittest/attribute_test/
H A Dattribute_test.cpp525 uint32_t testUint32 = 123; variable
528 ResultCode result = SetAttributeUint32(originAttribute, ATTR_IDENTIFY_MODE, testUint32);
546 EXPECT_EQ(parsedUint32, testUint32);