Home
last modified time | relevance | path

Searched refs:incrementUsageCount (Results 1 – 5 of 5) sorted by relevance

/system/security/identity/binder/android/security/identity/
DICredential.aidl53 in boolean incrementUsageCount); in selectAuthKey() argument
61 in boolean incrementUsageCount); in getEntries() argument
/system/security/identity/
DCredential.h72 bool incrementUsageCount, int64_t* _aidl_return) override;
78 bool allowUsingExpiredKeys, bool incrementUsageCount,
DCredentialData.h116 bool incrementUsageCount);
DCredential.cpp134 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()
DCredentialData.cpp557 bool incrementUsageCount) { in selectAuthKey() argument
575 if (incrementUsageCount) { in selectAuthKey()