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

/system/security/keystore/
H A Dkeystore_cli.cpp148 static int saw(sp<IKeystoreService> service, const String16& name, int uid) { function
150 int32_t ret = service->saw(name, uid, &matches);
152 fprintf(stderr, "saw: could not connect: %d\n", ret);
155 fprintf(stderr, "saw: %s (%d)\n", responses[ret], ret);
196 if (strcmp(argv[1], "saw") == 0) {
197 return saw(service, argc < 3 ? String16("") : String16(argv[2]),
H A Dkeystore.cpp176 "saw",
1028 if (saw(prefix, &aliases, uid) != ::NO_ERROR) {
1158 ResponseCode saw(const android::String8& prefix, android::Vector<android::String16> *matches, function in class:KeyStore
1704 int32_t saw(const String16& prefix, int targetUid, Vector<String16>* matches) { function in class:android::KeyStoreProxy
1708 ALOGW("permission denied for %d: saw", callingUid);
1721 if (mKeyStore->saw(filename, matches, targetUid) != ::NO_ERROR) {
2003 ALOGW("permission denied for %d: saw", callingUid);
2345 if (mKeyStore->saw(prefix, &aliases, targetUid) != ::NO_ERROR) {
H A DIKeystoreService.cpp172 virtual int32_t saw(const String16& name, int uid, Vector<String16>* matches) function in class:android::BpKeystoreService
180 ALOGD("saw() could not contact remote: %d\n", status);
190 ALOGD("saw() caught exception %d\n", err);
716 int32_t ret = saw(name, uid, &matches);
/system/security/keystore/include/keystore/
H A DIKeystoreService.h86 virtual int32_t saw(const String16& name, int uid, Vector<String16>* matches) = 0;

Completed in 46 milliseconds