Searched refs:ifaceArray (Results 1 – 3 of 3) sorted by relevance
663 nlohmann::json& ifaceArray = asyncResp->res.jsonValue["Members"]; in handleHypervisorEthernetInterfaceCollectionGet() local664 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()
2147 nlohmann::json& ifaceArray = in requestEthernetInterfacesRoutes() local2149 ifaceArray = nlohmann::json::array(); in requestEthernetInterfacesRoutes()2156 ifaceArray.push_back(std::move(iface)); in requestEthernetInterfacesRoutes()2160 ifaceArray.size(); in requestEthernetInterfacesRoutes()
2810 nlohmann::json& ifaceArray = asyncResp->res.jsonValue["Members"]; in handleComputerSystemCollectionGet() local2811 ifaceArray = nlohmann::json::array(); in handleComputerSystemCollectionGet()2822 ifaceArray.emplace_back(std::move(system)); in handleComputerSystemCollectionGet()2831 ifaceArray.emplace_back(std::move(hypervisor)); in handleComputerSystemCollectionGet()