Home
last modified time | relevance | path

Searched defs:ungrant (Results 1 – 9 of 9) sorted by relevance

/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreService.aidl44 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreService.aidl44 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DIKeystoreService.aidl47 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/4/android/system/keystore2/
DIKeystoreService.aidl47 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant() method
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreService.aidl195 void ungrant(in KeyDescriptor key, in int granteeUid); in ungrant() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreService.aidl47 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/5/android/system/keystore2/
DIKeystoreService.aidl47 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant() method
/system/security/keystore2/src/
Dservice.rs390 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> Result<()> { in ungrant() method
444 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> binder::Result<()> { in ungrant() method
Ddatabase.rs2914 pub fn ungrant( in ungrant() method