Home
last modified time | relevance | path

Searched defs:deleteUser (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeperDevice.cpp104 Return<void> SoftGateKeeperDevice::deleteUser(uint32_t /*uid*/, deleteUser_cb _hidl_cb) { in deleteUser() function in android::SoftGateKeeperDevice
/aosp12/hardware/interfaces/gatekeeper/1.0/default/
H A DGatekeeper.cpp118 Return<void> Gatekeeper::deleteUser(uint32_t uid, deleteUser_cb cb) { in deleteUser() function in android::hardware::gatekeeper::V1_0::implementation::Gatekeeper
/aosp12/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp136 Return<void> TrustyGateKeeperDevice::deleteUser(uint32_t uid, deleteUser_cb _hidl_cb) { in deleteUser() function in gatekeeper::TrustyGateKeeperDevice
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java907 public void deleteUser(@UserIdInt int userId) { in deleteUser() method in WatchdogPerfHandler