Home
last modified time | relevance | path

Searched refs:ungrant (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/security/keystore2/src/
H A Dservice.rs343 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> Result<()> { in ungrant() method
345 db.borrow_mut().ungrant(&key, ThreadState::get_calling_uid(), grantee_uid as u32, |k| { in ungrant()
403 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> binder::public_api::Result<()> { in ungrant() method
405 map_or_log_err(self.ungrant(key, grantee_uid), Ok) in ungrant()
H A Ddatabase.rs3096 pub fn ungrant( in ungrant() method
3834 db.ungrant(&app_key, CALLER_UID, GRANTEE_UID, |_| Ok(()))?; in test_grant_ungrant()
3835 db.ungrant(&selinux_key, CALLER_UID, GRANTEE_UID, |_| Ok(()))?; in test_grant_ungrant()
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyStore2.java234 public void ungrant(KeyDescriptor descriptor, int granteeUid) in ungrant() method in KeyStore2
237 service.ungrant(descriptor, granteeUid); in ungrant()
/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/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/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/packages/apps/KeyChain/src/com/android/keychain/
H A DKeyChainService.java751 KeyStore2.getInstance().ungrant(makeKeyDescriptor(alias), uid);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50764 Landroid/security/IKeystoreService$Stub$Proxy;->ungrant(Ljava/lang/String;I)I
51779 Landroid/security/KeyStore;->ungrant(Ljava/lang/String;I)Z