Lines Matching full:api

60      * @brief API to perform initial setup before manager claims Bus name.
70 * @brief An API to check if system VPD is already published.
77 * @brief API to process all FRUs presnt in config JSON file.
79 * This API based on config JSON passed/selected for the system, will
83 * to make use of this API.
89 * @brief API to parse VPD data
96 * @brief An API to populate DBus interfaces for a FRU.
98 * Note: Call this API to populate D-Bus. Also caller should handle empty
110 * @brief An API to delete FRU VPD over DBus.
119 * @brief API to get status of VPD collection process.
129 * @brief API to get system config JSON object
139 * @brief API to get active thread count.
141 * Each FRU is collected in a separate thread. This API gives the active
152 * @brief API to get list of EEPROMs for which thread creation failed.
154 * This API returns reference to list of EEPROM paths for which VPD
168 * @brief An API to parse and publish a FRU VPD over D-Bus.
170 * Note: This API will handle all the exceptions internally and will only
181 * @brief An API to set appropriate device tree and JSON.
183 * This API based on system chooses corresponding device tree and JSON.
192 * @brief API to select system specific JSON.
194 * The API based on the IM value of VPD, will select appropriate JSON for
205 * @brief An API to read IM value from VPD.
214 * @brief An API to read HW version from VPD.
223 * @brief An API to parse given VPD file path.
234 * @brief An API to parse and publish system VPD on D-Bus.
243 * @brief An API to process extrainterfaces w.r.t a FRU.
254 * @brief An API to process embedded and synthesized FRUs.
263 * @brief An API to read process FRU based in CCIN.
276 * @brief API to process json's inherit flag.
288 * @brief API to process json's "copyRecord" flag.
302 * @brief An API to populate IPZ VPD property map.
313 * @brief An API to populate Kwd VPD property map.
322 * @brief API to populate all required interface for a FRU.
347 * @brief API to prime inventory Objects.
355 * @brief API to process preAction(base_action) defined in config JSON.
358 * important to ensure proper processing. The API will process all the
388 * @brief API to process postAction(base_action) defined in config JSON.
391 * important to ensure proper processing. The API will process all the
436 * @brief An API to perform backup or restore of VPD.
443 * @brief API to update "Functional" property.
445 * The API sets the default value for "Functional" property once if the
458 * @brief API to update "enabled" property.
460 * The API sets the default value for "enabled" property once if the
473 * @brief API to form asset tag string for the system.
485 * @brief API to prime system blueprint.
487 * The API will traverse the system config JSON and will prime all the FRU
493 * @brief API to set symbolic link for system config JSON.
503 * @brief API to set present property.
505 * This API updates the present property of the given FRU with the given
515 * @brief API to check if the path needs to be skipped for collection.
527 * @brief API to check if present property should be handled for given FRU.
531 * This API assumes "handlePresence" tag is a subset of "synthesized" tag.