Searched refs:enroll (Results 1 – 5 of 5) sorted by relevance
/system/core/gatekeeperd/binder/android/service/gatekeeper/ |
D | IGateKeeperService.aidl | 42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll() method
|
/system/core/gatekeeperd/ |
D | gatekeeperd.h | 54 Status enroll(int32_t userId, const std::optional<std::vector<uint8_t>>& currentPasswordHandle,
|
D | gatekeeperd.cpp | 171 Status GateKeeperProxy::enroll(int32_t userId, in enroll() function in android::GateKeeperProxy 226 auto result = aidl_hw_device->enroll(hw_userId, curPwdHandle, curPwd, newPwd, &rsp); in enroll() 241 Return<void> hwRes = hw_device->enroll( in enroll()
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.h | 55 ::ndk::ScopedAStatus enroll(int32_t uid, const std::vector<uint8_t>& currentPasswordHandle,
|
D | trusty_gatekeeper.cpp | 78 ::ndk::ScopedAStatus TrustyGateKeeperDevice::enroll( in enroll() function in aidl::android::hardware::gatekeeper::TrustyGateKeeperDevice
|