Searched defs:saw (Results 1 - 3 of 3) 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 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);
657 int32_t ret = saw(name, uid, &matches);
H A Dkeystore.cpp1551 int32_t saw(const String16& prefix, int targetUid, Vector<String16>* matches) { function in class:android::KeyStoreProxy
1554 ALOGW("permission denied for %d: saw", callingUid);
1893 ALOGW("permission denied for %d: saw", callingUid);

Completed in 64 milliseconds