Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp95 constexpr int32_t testInt32 = 123; in HWTEST_F() local
103 result = SetAttributeInt32(attribute, ATTR_RESULT_CODE, testInt32); in HWTEST_F()
136 constexpr int32_t testInt32 = 123; in HWTEST_F() local
144 result = SetAttributeInt32(attribute, ATTR_RESULT_CODE, testInt32); in HWTEST_F()
/drivers/peripheral/user_auth/test/unittest/attribute_test/
H A Dattribute_test.cpp526 int32_t testInt32 = 123; in HWTEST_F() local
530 result = SetAttributeInt32(originAttribute, ATTR_RESULT_CODE, testInt32); in HWTEST_F()
548 EXPECT_EQ(parsedInt32, testInt32); in HWTEST_F()

Completed in 4 milliseconds