Searched refs:managedBy (Results 1 – 3 of 3) sorted by relevance
721 nlohmann::json::array_t managedBy; in handleHypervisorSystemGet() local725 managedBy.emplace_back(std::move(manager)); in handleHypervisorSystemGet()726 asyncResp->res.jsonValue["Links"]["ManagedBy"] = std::move(managedBy); in handleHypervisorSystemGet()
508 nlohmann::json::array_t managedBy; in handleDecoratorAssetProperties() local512 managedBy.emplace_back(std::move(manager)); in handleDecoratorAssetProperties()513 asyncResp->res.jsonValue["Links"]["ManagedBy"] = std::move(managedBy); in handleDecoratorAssetProperties()
3085 nlohmann::json::array_t managedBy; in handleComputerSystemGet() local3086 nlohmann::json& manager = managedBy.emplace_back(); in handleComputerSystemGet()3089 asyncResp->res.jsonValue["Links"]["ManagedBy"] = std::move(managedBy); in handleComputerSystemGet()