Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dhttp_message_handler.cc234 void HttpMessageHandler::AddRespString(const std::string &str) { in AddRespString() function in mindspore::ps::core::HttpMessageHandler
263 AddRespString(body); in SimpleResponse()
270 AddRespString(out_error); in ErrorResponse()
Dhttp_message_handler.h89 void AddRespString(const std::string &str);
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dscheduler_node.cc596 resp->AddRespString(js.dump()); in ProcessScaleOut()
677 resp->AddRespString(js.dump()); in ProcessScaleIn()
715 resp->AddRespString(js.dump()); in ProcessGetNodesInfo()
736 resp->AddRespString(js.dump()); in ProcessGetClusterState()
800 resp->AddRespString(js.dump()); in ProcessNewInstance()
852 resp->AddRespString(js.dump()); in ProcessQueryInstance()
908 resp->AddRespString(js.dump()); in ProcessEnableFLS()
964 resp->AddRespString(js.dump()); in ProcessDisableFLS()