Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/compiler_service/interface/
Daot_compiler_interface_stub.cpp24 MessageParcel& reply, in OnRemoteRequest()
53 MessageParcel &reply) in CommandAOTCompiler()
88 int32_t AotCompilerInterfaceStub::CommandStopAOTCompiler(MessageParcel& reply) in CommandStopAOTCompiler()
98 int32_t AotCompilerInterfaceStub::CommandGetAOTVersion(MessageParcel& reply) in CommandGetAOTVersion()
114 MessageParcel& reply) in CommandNeedReCompile()
Daot_compiler_interface_proxy.cpp27 MessageParcel reply; in AotCompiler() local
85 MessageParcel reply; in StopAotCompiler() local
117 MessageParcel reply; in GetAOTVersion() local
151 MessageParcel reply; in NeedReCompile() local
/arkcompiler/toolchain/tooling/
Dprotocol_handler.cpp92 std::unique_ptr<PtJson> reply = PtJson::CreateObject(); in SendResponse() local
108 std::unique_ptr<PtJson> reply = events.ToJson(); in SendNotification() local
113 void ProtocolHandler::SendReply(const PtJson &reply) in SendReply()
/arkcompiler/toolchain/test/fuzztest/protocolhandlersendreply_fuzzer/
Dprotocolhandlersendreply_fuzzer.cpp40 std::unique_ptr<PtJson> reply = PtJson::CreateObject(); in ProtocolHandlerSendReplyFuzzTest() local
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/compilerinterfacestub_fuzzer/
Dcompilerinterfacestub_fuzzer.cpp53 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local