Home
last modified time | relevance | path

Searched refs:ifaceArray (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dhypervisor_system.hpp663 nlohmann::json& ifaceArray = asyncResp->res.jsonValue["Members"]; in handleHypervisorEthernetInterfaceCollectionGet() local
664 ifaceArray = nlohmann::json::array(); in handleHypervisorEthernetInterfaceCollectionGet()
677 ifaceArray.emplace_back(std::move(ethIface)); in handleHypervisorEthernetInterfaceCollectionGet()
679 asyncResp->res.jsonValue["Members@odata.count"] = ifaceArray.size(); in handleHypervisorEthernetInterfaceCollectionGet()
H A Dethernet.hpp2147 nlohmann::json& ifaceArray = in requestEthernetInterfacesRoutes() local
2149 ifaceArray = nlohmann::json::array(); in requestEthernetInterfacesRoutes()
2156 ifaceArray.push_back(std::move(iface)); in requestEthernetInterfacesRoutes()
2160 ifaceArray.size(); in requestEthernetInterfacesRoutes()
H A Dsystems.hpp2810 nlohmann::json& ifaceArray = asyncResp->res.jsonValue["Members"]; in handleComputerSystemCollectionGet() local
2811 ifaceArray = nlohmann::json::array(); in handleComputerSystemCollectionGet()
2822 ifaceArray.emplace_back(std::move(system)); in handleComputerSystemCollectionGet()
2831 ifaceArray.emplace_back(std::move(hypervisor)); in handleComputerSystemCollectionGet()