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.
75 * This API is used to update keyword value on the EEPROM path and its
77 * keyword value on DBus.
79 * To update IPZ type VPD, input parameter for writing should be in the form
80 * of (Record, Keyword, Value). Eg: ("VINI", "SN", {0x01, 0x02, 0x03}).
82 * To update Keyword type VPD, input parameter for writing should be in the
83 * form of (Keyword, Value). Eg: ("PE", {0x01, 0x02, 0x03}).
85 * @param[in] i_paramsToWriteData - Input details.
86 * @param[in] o_updatedValue - Actual value which has been updated on
90 * -1.
96 * @brief Update keyword value on hardware.
98 * This API is used to update keyword value on the hardware path.
100 * To update IPZ type VPD, input parameter for writing should be in the form
101 * of (Record, Keyword, Value). Eg: ("VINI", "SN", {0x01, 0x02, 0x03}).
103 * To update Keyword type VPD, input parameter for writing should be in the
104 * form of (Keyword, Value). Eg: ("PE", {0x01, 0x02, 0x03}).
106 * @param[in] i_paramsToWriteData - Input details.
109 * -1.
116 * @brief Update keyword value on redundant path.
118 * This API is used to update keyword value on the given redundant path(s).
120 * To update IPZ type VPD, input parameter for writing should be in the form
121 * of (Record, Keyword, Value). Eg: ("VINI", "SN", {0x01, 0x02, 0x03}).
123 * To update Keyword type VPD, input parameter for writing should be in the
124 * form of (Keyword, Value). Eg: ("PE", {0x01, 0x02, 0x03}).
126 * @param[in] i_fruPath - Redundant EEPROM path.
127 * @param[in] i_paramsToWriteData - Input details.
130 * -1.