Searched refs:ifaceArray (Results 1 – 2 of 2) 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()
2155 nlohmann::json& ifaceArray = in requestEthernetInterfacesRoutes() local2157 ifaceArray = nlohmann::json::array(); in requestEthernetInterfacesRoutes()2164 ifaceArray.push_back(std::move(iface)); in requestEthernetInterfacesRoutes()2168 ifaceArray.size(); in requestEthernetInterfacesRoutes()