Home
last modified time | relevance | path

Searched refs:enroll (Results 1 – 5 of 5) sorted by relevance

/system/core/gatekeeperd/binder/android/service/gatekeeper/
DIGateKeeperService.aidl42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll() method
/system/core/gatekeeperd/
Dgatekeeperd.h54 Status enroll(int32_t userId, const std::optional<std::vector<uint8_t>>& currentPasswordHandle,
Dgatekeeperd.cpp171 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/
Dtrusty_gatekeeper.h55 ::ndk::ScopedAStatus enroll(int32_t uid, const std::vector<uint8_t>& currentPasswordHandle,
Dtrusty_gatekeeper.cpp78 ::ndk::ScopedAStatus TrustyGateKeeperDevice::enroll( in enroll() function in aidl::android::hardware::gatekeeper::TrustyGateKeeperDevice