Home
last modified time | relevance | path

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

/system/keymaster/tests/
Dauthorization_set_test.cpp88 uint32_t int_val = 0; in TEST() local
89 EXPECT_TRUE(set.GetTagValue(TAG_USER_ID, &int_val)); in TEST()
90 EXPECT_EQ(7U, int_val); in TEST()