Lines Matching +full:multi +full:- +full:node
9 #include <oem-handler/ibm_handler.hpp>
18 * It also implements methods to be exposed over D-Bus required to access/edit
34 * @param[in] ioCon - IO context.
35 * @param[in] iFace - interface to implement.
36 * @param[in] progressiFace - Interface to track collection progress.
37 * @param[in] connection - Dbus Connection.
62 * @param[in] i_vpdPath - Path (inventory object path/FRU EEPROM path).
63 * @param[in] i_paramsToWriteData - Input details.
66 * -1.
85 * @param[in] i_fruPath - EEPROM path of the FRU.
86 * @param[in] i_paramsToWriteData - Input details.
89 * -1.
106 * @param[in] i_fruPath - EEPROM path.
107 * @param[in] i_paramsToReadData - Input details.
125 * @param[in] i_dbusObjPath - D-bus object path
134 * @param[in] i_dbusObjPath - D-bus object path
144 * @param[in] i_unexpandedLocationCode - Unexpanded location code.
145 * @param[in] i_nodeNumber - Denotes the node in case of a multi-node
146 * configuration, defaulted to zero incase of single node system.
158 * @brief Get D-Bus object path of FRUs from expanded location code.
160 * An API to get list of FRU D-Bus object paths for a given expanded
163 * @param[in] i_expandedLocationCode - Expanded location code.
168 * @return List of FRUs D-Bus object paths for the given location code.
174 * @brief Get D-Bus object path of FRUs from unexpanded location code.
176 * An API to get list of FRU D-Bus object paths for a given unexpanded
179 * @param[in] i_unexpandedLocationCode - Unexpanded location code.
180 * @param[in] i_nodeNumber - Denotes the node in case of a multi-node
181 * configuration, defaulted to zero incase of single node system.
186 * @return List of FRUs D-Bus object paths for the given location code.
196 * @param[in] i_dbusObjPath - D-bus object path
212 * An API to get unexpanded location code and node number from expanded
215 * @param[in] i_expandedLocationCode - Expanded location code.
220 * @return Location code in unexpanded format and its node number.
244 * @param[in] i_locationCode - Unexpanded location code.