Searched defs:reply (Results 1 – 1 of 1) sorted by relevance
88 std::unique_ptr<PtJson> reply = PtJson::CreateObject(); in SendResponse() local104 std::unique_ptr<PtJson> reply = events.ToJson(); in SendNotification() local109 void ProtocolHandler::SendReply(const PtJson &reply) in SendReply()