HomeSort by relevance Sort by last modified time
    Searched refs:clear_uid (Results 1 - 8 of 8) sorted by null

  /external/sepolicy/
system_app.te 69 clear_uid
access_vectors 916 clear_uid
system_server.te 386 clear_uid
  /system/security/keystore/include/keystore/
IKeystoreService.h 67 CLEAR_UID = IBinder::FIRST_CALL_TRANSACTION + 22,
125 virtual int32_t clear_uid(int64_t uid) = 0;
  /frameworks/base/keystore/java/android/security/
KeyStore.java 327 return mBinder.clear_uid(uid) == NO_ERROR;
  /frameworks/base/core/java/android/security/
IKeystoreService.java 465 public int clear_uid(long uid) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
655 public int clear_uid(long uid) throws RemoteException; method in interface:IKeystoreService
  /system/security/keystore/
IKeystoreService.cpp 564 virtual int32_t clear_uid(int64_t uid) function in class:android::BpKeystoreService
569 status_t status = remote()->transact(BnKeystoreService::CLEAR_UID, data, &reply);
571 ALOGD("clear_uid() could not contact remote: %d\n", status);
577 ALOGD("clear_uid() caught exception %d\n", err);
    [all...]
keystore.cpp 186 "clear_uid",
2321 int32_t clear_uid(int64_t targetUid64) { function in class:android::KeyStoreProxy
    [all...]

Completed in 403 milliseconds