Lines Matching defs:serviceName
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);
153 const std::string& serviceName)>& callback,
158 std::string serviceName;
161 callback(ec, fabricAdapterPath, serviceName);
172 serviceName = serviceMap.begin()->first;
176 callback(ec, fabricAdapterPath, serviceName);
183 const std::string& serviceName)>&& callback)
196 const std::string& serviceName)
211 if (fabricAdapterPath.empty() || serviceName.empty())
218 serviceName);
252 const std::string& serviceName)
267 if (fabricAdapterPath.empty() || serviceName.empty())
389 const std::string& fabricAdapterPath, const std::string& serviceName)
404 if (fabricAdapterPath.empty() || serviceName.empty())