Lines Matching refs:fabricAdapterPath
29 const std::string& serviceName, const std::string& fabricAdapterPath) in getFabricAdapterLocation() argument
32 serviceName, fabricAdapterPath, in getFabricAdapterLocation()
54 const std::string& serviceName, const std::string& fabricAdapterPath) in getFabricAdapterAsset() argument
57 serviceName, fabricAdapterPath, in getFabricAdapterAsset()
59 [fabricAdapterPath, asyncResp{asyncResp}]( in getFabricAdapterAsset()
112 const std::string& serviceName, const std::string& fabricAdapterPath) in getFabricAdapterState() argument
115 serviceName, fabricAdapterPath, "xyz.openbmc_project.Inventory.Item", in getFabricAdapterState()
138 const std::string& serviceName, const std::string& fabricAdapterPath) in getFabricAdapterHealth() argument
141 serviceName, fabricAdapterPath, in getFabricAdapterHealth()
166 const std::string& fabricAdapterPath, const std::string& serviceName) in doAdapterGet() argument
181 getFabricAdapterLocation(asyncResp, serviceName, fabricAdapterPath); in doAdapterGet()
182 getFabricAdapterAsset(asyncResp, serviceName, fabricAdapterPath); in doAdapterGet()
183 getFabricAdapterState(asyncResp, serviceName, fabricAdapterPath); in doAdapterGet()
184 getFabricAdapterHealth(asyncResp, serviceName, fabricAdapterPath); in doAdapterGet()
190 const std::string& fabricAdapterPath, in afterGetValidFabricAdapterPath() argument
195 std::string fabricAdapterPath; in afterGetValidFabricAdapterPath() local
199 callback(ec, fabricAdapterPath, serviceName); in afterGetValidFabricAdapterPath()
209 fabricAdapterPath = adapterPath; in afterGetValidFabricAdapterPath()
214 callback(ec, fabricAdapterPath, serviceName); in afterGetValidFabricAdapterPath()
220 const std::string& fabricAdapterPath, in getValidFabricAdapterPath() argument
233 const boost::system::error_code& ec, const std::string& fabricAdapterPath, in afterHandleFabricAdapterGet() argument
249 if (fabricAdapterPath.empty() || serviceName.empty()) in afterHandleFabricAdapterGet()
255 doAdapterGet(asyncResp, systemName, adapterId, fabricAdapterPath, in afterHandleFabricAdapterGet()
357 const std::string& fabricAdapterPath, const std::string& serviceName) in afterHandleFabricAdapterHead() argument
372 if (fabricAdapterPath.empty() || serviceName.empty()) in afterHandleFabricAdapterHead()