Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialData.cpp219 const cppbor::Int* itemInt = ((*array)[n])->asInt(); in parseAccessControlProfileIds() local
220 if (itemInt == nullptr) { in parseAccessControlProfileIds()
224 accessControlProfileIds.push_back(itemInt->value()); in parseAccessControlProfileIds()