Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dhttp_message_handler.h57 post_message_(nullptr),
126 std::unique_ptr<std::string> post_message_; variable
Dhttp_message_handler.cc84 post_message_ = std::make_unique<std::string>(post_message, len); in ParsePostParam()
85 MS_EXCEPTION_IF_NULL(post_message_); in ParsePostParam()
86 int ret = evhttp_parse_query_str(post_message_->c_str(), &post_params_); in ParsePostParam()