Home
last modified time | relevance | path

Searched defs:reply (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/toolchain/tooling/
Dprotocol_handler.cpp88 std::unique_ptr<PtJson> reply = PtJson::CreateObject(); in SendResponse() local
104 std::unique_ptr<PtJson> reply = events.ToJson(); in SendNotification() local
109 void ProtocolHandler::SendReply(const PtJson &reply) in SendReply()