Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.h88 KeyStoreServiceReturnCode ungrant(const android::String16& name, int32_t granteeUid) override;
DIKeystoreService.cpp463 KeyStoreServiceReturnCode ungrant(const String16& name, int32_t granteeUid) override { in ungrant() function in android::BpKeystoreService
1124 int32_t ret = ungrant(name, granteeUid); in onTransact()
Dkey_store_service.cpp533 KeyStoreServiceReturnCode KeyStoreService::ungrant(const String16& name, int32_t granteeUid) { in ungrant() function in keystore::KeyStoreService
/system/security/keystore/include/keystore/
DIKeystoreService.h172 virtual ::keystore::KeyStoreServiceReturnCode ungrant(const String16& name,