Searched refs:resourceInStandby (Results 1 – 4 of 4) sorted by relevance
1463 resourceInStandby = 93, enumerator
923 nlohmann::json::object_t resourceInStandby();925 void resourceInStandby(crow::Response& res);
1477 nlohmann::json::object_t resourceInStandby() in resourceInStandby() function1479 return getLog(redfish::registries::Base::Index::resourceInStandby, {}); in resourceInStandby()1482 void resourceInStandby(crow::Response& res) in resourceInStandby() function1485 addMessageToErrorJson(res.jsonValue, resourceInStandby()); in resourceInStandby()
816 messages::resourceInStandby(asyncResp->res); in createDump()2140 messages::resourceInStandby(asyncResp->res); in requestRoutesCrashdumpCollect()