Searched refs:del (Results 1 - 4 of 4) sorted by relevance

/system/security/keystore/include/keystore/
H A DIKeystoreService.h82 virtual int32_t del(const String16& name, int uid) = 0;
/system/security/keystore/
H A Dkeystore_cli.cpp192 SINGLE_ARG_PLUS_UID_INT_RETURN(del);
H A Dkeystore.cpp1037 del(filename, ::TYPE_ANY, uid);
1136 ResponseCode del(const char *filename, const BlobType type, uid_t uid) { function in class:KeyStore
1662 int32_t del(const String16& name, int targetUid) { function in class:android::KeyStoreProxy
1666 ALOGW("permission denied for %d: del", callingUid);
1678 return mKeyStore->del(filename.string(), ::TYPE_GENERIC, targetUid);
2172 return mKeyStore->del(filename.string(), ::TYPE_KEY_PAIR, targetUid);
2352 mKeyStore->del(filename.string(), ::TYPE_ANY, targetUid);
H A DIKeystoreService.cpp132 virtual int32_t del(const String16& name, int uid) function in class:android::BpKeystoreService
140 ALOGD("del() could not contact remote: %d\n", status);
146 ALOGD("del() caught exception %d\n", err);
697 int32_t ret = del(name, uid);

Completed in 168 milliseconds