Searched refs:incrementUsageCount (Results 1 – 5 of 5) sorted by relevance
| /system/security/identity/binder/android/security/identity/ |
| D | ICredential.aidl | 53 in boolean incrementUsageCount); in selectAuthKey() argument 61 in boolean incrementUsageCount); in getEntries() argument
|
| /system/security/identity/ |
| D | Credential.h | 72 bool incrementUsageCount, int64_t* _aidl_return) override; 78 bool allowUsingExpiredKeys, bool incrementUsageCount,
|
| D | CredentialData.h | 116 bool incrementUsageCount);
|
| D | Credential.cpp | 134 bool incrementUsageCount, int64_t* _aidl_return) { in selectAuthKey() argument 149 data->selectAuthKey(allowUsingExhaustedKeys, allowUsingExpiredKeys, incrementUsageCount); in selectAuthKey() 249 bool allowUsingExpiredKeys, bool incrementUsageCount, in getEntries() argument 417 allowUsingExhaustedKeys, allowUsingExpiredKeys, incrementUsageCount); in getEntries()
|
| D | CredentialData.cpp | 557 bool incrementUsageCount) { in selectAuthKey() argument 575 if (incrementUsageCount) { in selectAuthKey()
|