Searched defs:UserData (Results 1 – 2 of 2) sorted by relevance
434 struct UserData { in TEST_P() struct435 uint32_t userId; in TEST_P()436 hidl_vec<uint8_t> password; in TEST_P()437 GatekeeperResponse enrollRsp; in TEST_P()438 GatekeeperResponse verifyRsp; in TEST_P()439 UserData(int id) { userId = id; } in TEST_P() function
400 struct UserData { in TEST_P() struct401 uint32_t userId; in TEST_P()402 std::vector<uint8_t> password; in TEST_P()403 GatekeeperEnrollResponse enrollRsp; in TEST_P()404 GatekeeperVerifyResponse verifyRsp; in TEST_P()405 UserData(int id) { userId = id; } in TEST_P() function