Lines Matching +full:input +full:- +full:value

27      * @param[in] vpdFilePath - Path to the VPD file.
28 * @param[in] parsedJson - Parsed JSON.
53 * @brief Update keyword value.
55 * This API is used to update keyword value on the EEPROM path and its
57 * keyword value on DBus.
59 * To update IPZ type VPD, input parameter for writing should be in the form
60 * of (Record, Keyword, Value). Eg: ("VINI", "SN", {0x01, 0x02, 0x03}).
62 * To update Keyword type VPD, input parameter for writing should be in the
63 * form of (Keyword, Value). Eg: ("PE", {0x01, 0x02, 0x03}).
65 * @param[in] i_paramsToWriteData - Input details.
68 * -1.
73 * @brief Update keyword value on hardware.
75 * This API is used to update keyword value on the hardware path.
77 * To update IPZ type VPD, input parameter for writing should be in the form
78 * of (Record, Keyword, Value). Eg: ("VINI", "SN", {0x01, 0x02, 0x03}).
80 * To update Keyword type VPD, input parameter for writing should be in the
81 * form of (Keyword, Value). Eg: ("PE", {0x01, 0x02, 0x03}).
83 * @param[in] i_paramsToWriteData - Input details.
86 * -1.
93 * @brief Update keyword value on redundant path.
95 * This API is used to update keyword value on the given redundant path(s).
97 * To update IPZ type VPD, input parameter for writing should be in the form
98 * of (Record, Keyword, Value). Eg: ("VINI", "SN", {0x01, 0x02, 0x03}).
100 * To update Keyword type VPD, input parameter for writing should be in the
101 * form of (Keyword, Value). Eg: ("PE", {0x01, 0x02, 0x03}).
103 * @param[in] i_fruPath - Redundant EEPROM path.
104 * @param[in] i_paramsToWriteData - Input details.
107 * -1.