Searched refs:accessControlProfileIds (Results 1 – 5 of 5) sorted by relevance
25 int[] accessControlProfileIds;
108 for (int32_t id : entryData.accessControlProfileIds) { in saveToDisk()203 vector<int32_t> accessControlProfileIds; in parseAccessControlProfileIds() local210 accessControlProfileIds.push_back(itemInt->value()); in parseAccessControlProfileIds()212 return accessControlProfileIds; in parseAccessControlProfileIds()337 optional<vector<int32_t>> accessControlProfileIds = in loadFromDisk() local339 if (!accessControlProfileIds) { in loadFromDisk()353 data.accessControlProfileIds = accessControlProfileIds.value(); in loadFromDisk()
130 for (int32_t id : eParcel.accessControlProfileIds) { in calcExpectedProofOfProvisioningSize()209 std::copy(eParcel.accessControlProfileIds.begin(), in personalize()210 eParcel.accessControlProfileIds.end(), std::back_inserter(ids)); in personalize()229 eData.accessControlProfileIds = std::move(ids); in personalize()
211 for (int32_t id : data.value().accessControlProfileIds) { in getEntries()359 di.accessControlProfileIds = entryData.value().accessControlProfileIds; in getEntries()418 data.value().accessControlProfileIds); in getEntries()
49 vector<int32_t> accessControlProfileIds; member