Searched refs:entryName (Results 1 – 1 of 1) sorted by relevance
376 const std::string& entryName) { in checkMapEntry() argument377 const std::unique_ptr<cppbor::Item>& val = devInfo.get(entryName); in checkMapEntry()379 return entryName + " is missing.\n"; in checkMapEntry()382 return entryName + " has the wrong type.\n"; in checkMapEntry()390 return entryName + " is present but the value is empty.\n"; in checkMapEntry()395 return entryName + " is present but the value is empty.\n"; in checkMapEntry()405 const std::string& entryName, const cppbor::Array& allowList) { in checkMapEntry() argument406 std::string error = checkMapEntry(isFactory, devInfo, majorType, entryName); in checkMapEntry()415 const std::unique_ptr<cppbor::Item>& val = devInfo.get(entryName); in checkMapEntry()421 return entryName + " has an invalid value.\n"; in checkMapEntry()[all …]