Searched refs:reply (Results 1 – 2 of 2) sorted by relevance
88 std::unique_ptr<PtJson> reply = PtJson::CreateObject(); in SendResponse() local89 reply->Add("id", request.GetCallId()); in SendResponse()96 reply->Add("result", resultObj); in SendResponse()97 SendReply(*reply); in SendResponse()98 reply->ReleaseRoot(); in SendResponse()104 std::unique_ptr<PtJson> reply = events.ToJson(); in SendNotification() local105 SendReply(*reply); in SendNotification()106 reply->ReleaseRoot(); in SendNotification()109 void ProtocolHandler::SendReply(const PtJson &reply) in SendReply() argument111 std::string str = reply.Stringify(); in SendReply()
53 void SendReply(const PtJson &reply);