Home
last modified time | relevance | path

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

/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
H A DIKeystoreService.aidl44 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant() method
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
H A DIKeystoreService.aidl190 void ungrant(in KeyDescriptor key, in int granteeUid); in ungrant() method
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
H A DIKeystoreService.aidl44 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant() method
/aosp12/system/security/keystore2/src/
H A Dservice.rs343 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> Result<()> { in ungrant() method
403 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> binder::public_api::Result<()> { in ungrant() method
H A Ddatabase.rs3096 pub fn ungrant( in ungrant() method
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyStore2.java234 public void ungrant(KeyDescriptor descriptor, int granteeUid) in ungrant() method in KeyStore2