Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp155 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 Dvpd_tool.hpp241 * @param[in] i_keywordValue - Keyword value.
249 const std::string& i_keywordValue,
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool_main.cpp49 * @param[in] i_keywordValue - Value to be updated in keyword. in writeKeyword()
56 const std::string& i_keywordValue) in writeKeyword()
74 if (!i_keywordValueOption->empty() && i_keywordValue.empty()) in writeKeyword()
94 i_keywordValue, !i_hardwareFlag->empty());
52 writeKeyword(const auto & i_hardwareFlag,const auto & i_keywordValueOption,const std::string & i_vpdPath,const std::string & i_recordName,const std::string & i_keywordName,const std::string & i_keywordValue) writeKeyword() argument
H A Dvpd_tool.cpp322 const std::string& i_keywordName, const std::string& i_keywordValue, in writeKeyword() argument
329 i_keywordName.empty() || i_keywordValue.empty()) in writeKeyword()
336 utils::convertToBinary(i_keywordValue)); in writeKeyword()
1041 const types::BinaryVector& i_keywordValue) -> int { in handleMoreOption()
1047 i_recordName, i_keywordName, i_keywordValue); in handleMoreOption()
1039 __anon3d204da40302(std::string io_vpdPath, const std::string& i_recordName, const std::string& i_keywordName, const types::BinaryVector& i_keywordValue) handleMoreOption() argument