Searched refs:reenrollRsp (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/gatekeeper/1.0/vts/functional/ |
D | VtsHalGatekeeperV1_0TargetTest.cpp | 249 GatekeeperResponse reenrollRsp; in TEST_P() local 268 doEnroll(reenrollReq, reenrollRsp); in TEST_P() 269 checkEnroll(reenrollRsp, true); in TEST_P() 270 verifyPassword(newPassword, reenrollRsp.data, 0, reenrollVerifyRsp, true); in TEST_P() 287 GatekeeperResponse reenrollRsp; in TEST_P() local 300 enrollNewPassword(newPassword, reenrollRsp, true); in TEST_P() 301 verifyPassword(newPassword, reenrollRsp.data, 0, reenrollVerifyRsp, true); in TEST_P()
|