Searched refs:hw_userId (Results 1 – 1 of 1) sorted by relevance
/aosp14/system/core/gatekeeperd/ |
H A D | gatekeeperd.cpp | 221 uint32_t hw_userId = adjust_userId(userId); in enroll() local 226 auto result = aidl_hw_device->enroll(hw_userId, curPwdHandle, curPwd, newPwd, &rsp); in enroll() 243 hw_userId, curPwdHandle, curPwd, newPwd, in enroll() 320 uint32_t hw_userId = adjust_userId(userId); in verifyChallenge() local 333 aidl_hw_device->verify(hw_userId, challenge, curPwdHandle, enteredPwd, &rsp); in verifyChallenge() 352 hw_userId, challenge, curPwdHandle, enteredPwd, in verifyChallenge() 432 uint32_t hw_userId = adjust_userId(userId); in clearSecureUserId() local 434 aidl_hw_device->deleteUser(hw_userId); in clearSecureUserId() 436 hw_device->deleteUser(hw_userId, [](const GatekeeperResponse&) {}); in clearSecureUserId()
|