Home
last modified time | relevance | path

Searched defs:GetTagCount (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/android_keymaster/
Dauthorization_set.cpp550 size_t AuthorizationSet::GetTagCount(keymaster_tag_t tag) const { in GetTagCount() function in keymaster::AuthorizationSet
/system/keymaster/tests/
Dauthorization_set_test.cpp734 TEST(Proxy, GetTagCount) { in TEST() argument
/system/keymaster/include/keymaster/
Dauthorization_set.h706 template <typename... ARGS> size_t GetTagCount(ARGS&&... args) const { in GetTagCount() function