Home
last modified time | relevance | path

Searched refs:deleteUser (Results 1 – 3 of 3) sorted by relevance

/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.h68 ::android::hardware::Return<void> deleteUser(uint32_t uid, deleteUser_cb _hidl_cb) override;
Dtrusty_gatekeeper.cpp136 Return<void> TrustyGateKeeperDevice::deleteUser(uint32_t uid, deleteUser_cb _hidl_cb) { in deleteUser() function in gatekeeper::TrustyGateKeeperDevice
/system/core/gatekeeperd/
Dgatekeeperd.cpp359 hw_device->deleteUser(hw_userId, [](const GatekeeperResponse&) {}); in clearSecureUserId()