Home
last modified time | relevance | path

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

/hardware/interfaces/gatekeeper/aidl/android/hardware/gatekeeper/
DIGatekeeper.aidl66 void deleteUser(in int uid); in deleteUser() method
/hardware/interfaces/gatekeeper/aidl/aidl_api/android.hardware.gatekeeper/1/android/hardware/gatekeeper/
DIGatekeeper.aidl38 void deleteUser(in int uid); in deleteUser() method
/hardware/interfaces/gatekeeper/aidl/aidl_api/android.hardware.gatekeeper/current/android/hardware/gatekeeper/
DIGatekeeper.aidl38 void deleteUser(in int uid); in deleteUser() method
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.cpp104 Return<void> SoftGateKeeperDevice::deleteUser(uint32_t /*uid*/, deleteUser_cb _hidl_cb) { in deleteUser() function in android::SoftGateKeeperDevice
/hardware/interfaces/gatekeeper/aidl/software/
DGateKeeper.cpp139 ::ndk::ScopedAStatus SoftGateKeeperDevice::deleteUser(int32_t /*uid*/) { in deleteUser() function in aidl::android::hardware::gatekeeper::SoftGateKeeperDevice
/hardware/interfaces/gatekeeper/1.0/default/
DGatekeeper.cpp118 Return<void> Gatekeeper::deleteUser(uint32_t uid, deleteUser_cb cb) { in deleteUser() function in android::hardware::gatekeeper::V1_0::implementation::Gatekeeper