Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dtask.hpp147 std::string strIdx = std::to_string(index); in populateResp() local
149 boost::urls::format("/redfish/v1/TaskService/Tasks/{}", strIdx); in populateResp()
153 res.jsonValue["Id"] = strIdx; in populateResp()
158 "/redfish/v1/TaskService/TaskMonitors/{}", strIdx); in populateResp()