Lines Matching defs:value

78         types::BinaryVector value(kwdVal.second.begin(), kwdVal.second.end());
79 propertyValueMap.emplace(move(kwd), move(value));
107 types::BinaryVector value((*keywordValue).begin(),
109 propertyValueMap.emplace(move(kwd), move(value));
113 types::BinaryVector value((*keywordValue).begin(),
115 propertyValueMap.emplace(move(kwd), move(value));
151 "Failed to insert value into map, error : " +
168 for (const auto& propValuePair : interfacesPropPair.value().items())
172 if (propValuePair.value().is_boolean())
175 propValuePair.value().get<bool>());
177 else if (propValuePair.value().is_string())
182 std::string value =
184 propValuePair.value().get<std::string>(),
191 propValuePair.value().get<std::string>() +
196 propertyMap.emplace(property, value);
207 "Failed to insert value into map, error : " +
214 property, propValuePair.value().get<std::string>());
217 else if (propValuePair.value().is_array())
223 propValuePair.value().get<types::BinaryVector>());
230 else if (propValuePair.value().is_number())
232 // For now assume the value is a size_t. In the future it would
235 propValuePair.value().get<size_t>());
237 else if (propValuePair.value().is_object())
240 propValuePair.value().value("recordName", "");
242 propValuePair.value().value("keywordName", "");
244 propValuePair.value().value("encoding", "");
261 "Failed to get encoded keyword value for : ") +
287 "Failed to get encoded keyword value for : ") +
306 "Failed to get encoded keyword value for : " +
332 logging::logMessage("Failed to insert value into map, error : " +
346 // value equals 0xE7F9FF, then the cpu has no good cores and its treated as
374 if (singleFru.value("handlePresence", true))
385 logging::logMessage("Failed to insert value into map, error : " +
423 "Failed to get value for keyword PG, error : " +
489 logging::logMessage("Failed to get CCIN kwd value, error : " +
537 // again. Retain the old value.
543 // Implies value is not there in D-Bus. Populate it with default
544 // value "true".
583 // again. Retain the old value.
589 // Implies value is not there in D-Bus. Populate it with default
590 // value "true".
639 if (aFru.value("inherit", true))
658 if ((aFru.value("embedded", true)) &&
659 (!aFru.value("synthesized", false)))
703 m_parsedJson["frus"][i_vpdFilePath].at(0).value("inventoryPath",
742 // based on some CCIN value?
760 i_parsedVpd.value(), l_errCode))
1252 // Updates VPD specific interfaces property value under PIM for
1382 "Failed to insert value into map, error : " +
1411 "Failed to insert value into map, error : " +