Home
last modified time | relevance | path

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

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