Lines Matching full:location
34 /** @brief An API to expand a given unexpanded location code.
35 * @param[in] locationCode - unexpanded location code.
36 * @param[in] nodeNumber - node on which we are looking for location code.
37 * @param[in] frusLocationCode - mapping of inventory path and location
39 * @return Expanded location code.
46 /** @brief An API to get list of all the FRUs at the given location code
47 * @param[in] - location code in unexpanded format
49 * @param[in] - mapping of location code and Inventory path
50 * @return list of Inventory paths at the given location
57 /** @brief An API to get list of all the FRUs at the given location code
58 * @param[in] - location code in unexpanded format
59 * @param[in] - mapping of location code and Inventory path
60 * @return list of Inventory paths at the given location
67 /** @brief An api to check validity of location code
68 * @param[in] - location code
73 /** @brief An API to split expanded location code to its un-expanded
75 * @param[in] Location code in expanded format.
76 * @return Location code in un-expanded format and its node number.