/system/core/gatekeeperd/tests/ |
gatekeeper_test.cpp | 43 gatekeeper.Enroll(request, response); 60 gatekeeper.Enroll(request, &response); 124 // enroll new password 133 gatekeeper.Enroll(enroll_request, &enroll_response); 172 // enroll new password 178 gatekeeper.Enroll(enroll_request, &enroll_response);
|
/system/core/trusty/gatekeeper/ |
trusty_gatekeeper.h | 43 int Enroll(uint32_t uid, const uint8_t *current_password_handle, 93 static int enroll(const struct gatekeeper_device *dev, uint32_t uid,
|
trusty_gatekeeper.cpp | 53 device_.enroll = enroll; 80 int TrustyGateKeeperDevice::Enroll(uint32_t uid, const uint8_t *current_password_handle, 188 int TrustyGateKeeperDevice::enroll(const struct gatekeeper_device *dev, uint32_t uid, function in class:gatekeeper::TrustyGateKeeperDevice 208 return convert_device(dev)->Enroll(uid, current_password_handle, current_password_handle_length,
|
/system/gatekeeper/include/gatekeeper/ |
gatekeeper.h | 45 void Enroll(const EnrollRequest &request, EnrollResponse *response);
|
/system/core/gatekeeperd/ |
SoftGateKeeperDevice.cpp | 21 int SoftGateKeeperDevice::enroll(uint32_t uid, function in class:android::SoftGateKeeperDevice 58 impl_->Enroll(request, &response);
|
/system/gatekeeper/ |
gatekeeper.cpp | 25 void GateKeeper::Enroll(const EnrollRequest &request, EnrollResponse *response) {
|