Searched refs:i_keywordValue (Results 1 – 4 of 4) sorted by relevance
/openbmc/openpower-vpd-parser/vpd-tool/include/ |
H A D | tool_utils.hpp | 155 inline std::string getPrintableValue(const types::BinaryVector& i_keywordValue) in getPrintableValue() argument 158 std::all_of(i_keywordValue.begin(), i_keywordValue.end(), in getPrintableValue() 164 l_oss << std::string(i_keywordValue.begin(), i_keywordValue.end()); in getPrintableValue() 169 for (const auto& l_byte : i_keywordValue) in getPrintableValue() 236 const std::string& i_keywordValue) in saveToFile() argument 240 if (i_keywordValue.empty()) in saveToFile() 249 std::string l_keywordValue{i_keywordValue}; in saveToFile() 250 if (i_keywordValue.substr(0, 2).compare("0x") == constants::STR_CMP_SUCCESS) in saveToFile() 252 l_keywordValue = i_keywordValue.substr(2); in saveToFile()
|
H A D | vpd_tool.hpp | 301 const std::string& i_keywordValue,
|
/openbmc/openpower-vpd-parser/vpd-tool/src/ |
H A D | vpd_tool_main.cpp | 83 const std::string& i_keywordValue) in writeKeyword() argument 98 if (!i_keywordValueOption->empty() && i_keywordValue.empty()) in writeKeyword() 118 i_keywordValue, !i_hardwareFlag->empty()); in writeKeyword()
|
H A D | vpd_tool.cpp | 397 const std::string& i_keywordName, const std::string& i_keywordValue, in writeKeyword() argument 404 i_keywordName.empty() || i_keywordValue.empty()) in writeKeyword() 411 utils::convertToBinary(i_keywordValue)); in writeKeyword() 1143 const types::BinaryVector& i_keywordValue) -> int { in handleMoreOption() argument 1149 i_recordName, i_keywordName, i_keywordValue); in handleMoreOption()
|