Home
last modified time | relevance | path

Searched refs:reply (Results 1 - 12 of 12) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
H A Dnative_memory_profiler_sa_stub.cpp24 int32_t NativeMemoryProfilerSaStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, in OnRemoteRequest() argument
35 return StubStart(data, reply); in OnRemoteRequest()
38 return StubStopPid(data, reply); in OnRemoteRequest()
41 return StubStopName(data, reply); in OnRemoteRequest()
44 return StubDumpFile(data, reply); in OnRemoteRequest()
48 return IPCObjectStub::OnRemoteRequest(code, data, reply, options); in OnRemoteRequest()
53 int32_t NativeMemoryProfilerSaStub::StubStart(MessageParcel &data, MessageParcel &reply) in StubStart() argument
62 int32_t NativeMemoryProfilerSaStub::StubStopPid(MessageParcel &data, MessageParcel &reply) in StubStopPid() argument
69 int32_t NativeMemoryProfilerSaStub::StubStopName(MessageParcel &data, MessageParcel &reply) in StubStopName() argument
76 int32_t NativeMemoryProfilerSaStub::StubDumpFile(MessageParcel &data, MessageParcel &reply) in StubDumpFile() argument
[all...]
H A Dnative_memory_profiler_sa_proxy.cpp34 MessageParcel reply; in Start() local
39 data, reply, option); in Start()
61 MessageParcel reply; in DumpData() local
66 data, reply, option); in DumpData()
82 MessageParcel reply; in Stop() local
87 data, reply, option); in Stop()
103 MessageParcel reply; in Stop() local
108 data, reply, option); in Stop()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
H A Dnative_memory_profiler_sa_stub.h33 virtual int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply,
37 int32_t StubStart(MessageParcel &data, MessageParcel &reply);
38 int32_t StubStopPid(MessageParcel &data, MessageParcel &reply);
39 int32_t StubStopName(MessageParcel &data, MessageParcel &reply);
40 int32_t StubDumpFile(MessageParcel &data, MessageParcel &reply);
/developtools/hdc/src/test/jdwp/
H A DHdcJdwpSimulator.cpp114 vector<uint8_t> reply; in ProcessIncoming() local
115 reply.clear(); in ProcessIncoming()
116 reply.insert(reply.end(), HANDSHAKE_MESSAGE.c_str(), in ProcessIncoming()
118 reply.insert(reply.end(), buf->base, buf->base + nread); in ProcessIncoming()
119 HiLog::Info(LABEL, "ProcessIncoming--reply server"); in ProcessIncoming()
120 uint8_t *buf = reply.data(); in ProcessIncoming()
123 HiLog::Info(LABEL, "ProcessIncoming reply%{public}d :%{public}c", i, reply[ in ProcessIncoming()
[all...]
/developtools/hdc/hdcd_user_permit/src/
H A Dconnection.cpp32 MessageParcel reply; in OnAbilityConnectDone() local
63 int32_t ret = remoteObject->SendRequest(IAbilityConnection::ON_ABILITY_CONNECT_DONE, data, reply, option); in OnAbilityConnectDone()
/developtools/profiler/hiebpf/src/
H A Dhiebpf.cpp86 HHLOGE(true, "send reply(0x%x) failed", cmd); in HandleIpcMessage()
91 HHLOGE(true, "send reply(0x%x) failed\n", cmd); in HandleIpcMessage()
105 CHECK_TRUE(client.RecvMessage(buf, size, timeout), false, "recv reply failed\n"); in SendIpcCommand()
107 HHLOGE(true, "recv reply timeout(%dms)\n", timeout); in SendIpcCommand()
110 HHLOGE(true, "recv reply size error(%zu)\n", size); in SendIpcCommand()
113 HiebpfIpcCommand reply = *(reinterpret_cast<HiebpfIpcCommand*>(buf)); in SendIpcCommand() local
114 CHECK_TRUE(reply == HiebpfIpcCommand::RET_OK, false, "recv unknown reply: 0x%x\n", reply); in SendIpcCommand()
/developtools/hiperf/interfaces/innerkits/native/src/
H A Dhiperf_client.cpp638 std::string reply; in WaitCommandReply() local
655 reply.push_back(c); in WaitCommandReply()
666 HIPERF_HILOGI(MODULE_CPP_API, "Client:new reply:%" HILOG_PUBLIC "s\n", reply.c_str()); in WaitCommandReply()
667 if (reply == ReplyOK) { in WaitCommandReply()
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
H A Dftrace_binder_event_formatter.cpp222 "binder_transaction: transaction=%d dest_node=%d dest_proc=%d dest_thread=%d reply=%d flags=0x%x code=0x%x",
223 msg.debug_id(), msg.target_node(), msg.to_proc(), msg.to_thread(), msg.reply(), msg.flags(), msg.code());
/developtools/hiperf/src/
H A Dsubcommand_record.cpp1075 HLOGI("wait reply check end."); in ProcessControl()
1143 // need open for read first, because server maybe send reply before client wait to read in SendFifoAndWaitReply()
1176 std::string reply; in WaitFifoReply() local
1185 reply.push_back(c); in WaitFifoReply()
1196 if (reply == HiperfClient::ReplyOK) { in WaitFifoReply()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
H A Dcpu_detail_parser.cpp388 bool isReply = transactionMsg.reply() == 1; in BinderTractionEvent()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/htrace_parser/
H A Dhtrace_event_parser.cpp494 bool isReply = msg.reply() == 1; in BinderTractionEvent()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h34374 __u32 reply; member
34565 u32 reply; member
61953 void *reply; global() member
141898 uint32_t reply; global() member
[all...]

Completed in 429 milliseconds