Lines Matching defs:fabricAdapterPath
43 const std::string& serviceName, const std::string& fabricAdapterPath)
46 serviceName, fabricAdapterPath,
68 const std::string& serviceName, const std::string& fabricAdapterPath)
71 serviceName, fabricAdapterPath, "xyz.openbmc_project.Inventory.Item",
94 const std::string& serviceName, const std::string& fabricAdapterPath)
97 serviceName, fabricAdapterPath,
122 const std::string& fabricAdapterPath, const std::string& serviceName)
141 getFabricAdapterLocation(asyncResp, serviceName, fabricAdapterPath);
142 asset_utils::getAssetInfo(asyncResp, serviceName, fabricAdapterPath,
144 getFabricAdapterState(asyncResp, serviceName, fabricAdapterPath);
145 getFabricAdapterHealth(asyncResp, serviceName, fabricAdapterPath);
146 getLocationIndicatorActive(asyncResp, fabricAdapterPath);
152 const std::string& fabricAdapterPath,
157 std::string fabricAdapterPath;
161 callback(ec, fabricAdapterPath, serviceName);
171 fabricAdapterPath = adapterPath;
176 callback(ec, fabricAdapterPath, serviceName);
182 const std::string& fabricAdapterPath,
195 const boost::system::error_code& ec, const std::string& fabricAdapterPath,
211 if (fabricAdapterPath.empty() || serviceName.empty())
217 doAdapterGet(asyncResp, systemName, adapterId, fabricAdapterPath,
251 const boost::system::error_code& ec, const std::string& fabricAdapterPath,
267 if (fabricAdapterPath.empty() || serviceName.empty())
276 setLocationIndicatorActive(asyncResp, fabricAdapterPath,
389 const std::string& fabricAdapterPath, const std::string& serviceName)
404 if (fabricAdapterPath.empty() || serviceName.empty())