Searched refs:Enroll (Results 1 – 6 of 6) sorted by relevance
/system/core/gatekeeperd/tests/ |
D | gatekeeper_test.cpp | 42 gatekeeper.Enroll(request, response); in do_enroll() 59 gatekeeper.Enroll(request, &response); in TEST() 132 gatekeeper.Enroll(enroll_request, &enroll_response); in TEST() 177 gatekeeper.Enroll(enroll_request, &enroll_response); in TEST()
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.h | 43 int Enroll(uint32_t uid, const uint8_t *current_password_handle,
|
D | trusty_gatekeeper.cpp | 82 int TrustyGateKeeperDevice::Enroll(uint32_t uid, const uint8_t *current_password_handle, in Enroll() function in gatekeeper::TrustyGateKeeperDevice 210 return convert_device(dev)->Enroll(uid, current_password_handle, current_password_handle_length, in enroll()
|
/system/gatekeeper/include/gatekeeper/ |
D | gatekeeper.h | 45 void Enroll(const EnrollRequest &request, EnrollResponse *response);
|
/system/core/gatekeeperd/ |
D | SoftGateKeeperDevice.cpp | 58 impl_->Enroll(request, &response); in enroll()
|
/system/gatekeeper/ |
D | gatekeeper.cpp | 25 void GateKeeper::Enroll(const EnrollRequest &request, EnrollResponse *response) { in Enroll() function in gatekeeper::GateKeeper
|