summaryrefslogtreecommitdiff
path: root/identity/CredentialStoreFactory.h
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@google.com>2020-02-11 22:08:27 -0500
committerDavid Zeuthen <zeuthen@google.com>2020-02-14 13:41:52 -0500
commita6f9fba382f9ca6c9346494b850bce7aeba9c5f5 (patch)
tree933cf47f9341aa3314fc59e37041e83c7eb85293 /identity/CredentialStoreFactory.h
parentc0ef4595c81db55ba45aa969a520c286ab35f1e5 (diff)
downloadsecurity-a6f9fba382f9ca6c9346494b850bce7aeba9c5f5.tar.gz
Port credstore to IdentityCredential AIDL.
Bug: 111446262 Test: atest android.security.identity.cts Test: VtsHalIdentityTargetTest Test: android.hardware.identity-support-lib-test Change-Id: I338b35f57f2bb7345c3f8f0c608c7a6213a0dc6b
Diffstat (limited to 'identity/CredentialStoreFactory.h')
-rw-r--r--identity/CredentialStoreFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/CredentialStoreFactory.h b/identity/CredentialStoreFactory.h
index 3aef6188..b944b264 100644
--- a/identity/CredentialStoreFactory.h
+++ b/identity/CredentialStoreFactory.h
@@ -38,7 +38,7 @@ class CredentialStoreFactory : public BnCredentialStoreFactory {
sp<ICredentialStore>* _aidl_return) override;
private:
- CredentialStore* createCredentialStore(const string& serviceName);
+ CredentialStore* createCredentialStore(const string& instanceName);
string dataPath_;