Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
Dnative_memory_profiler_sa_stub.cpp24 …tiveMemoryProfilerSaStub::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
Dnative_memory_profiler_sa_proxy.cpp34 MessageParcel reply; in Start() local
39 data, reply, option); in Start()
60 MessageParcel reply; in DumpData() local
65 data, reply, option); in DumpData()
81 MessageParcel reply; in Stop() local
86 data, reply, option); in Stop()
102 MessageParcel reply; in Stop() local
107 data, reply, option); in Stop()
/developtools/smartperf_host/trace_streamer/doc/
Ddes_binder.md3 a binder event is identified by the sender and receive device, and a reply message only end
4 the last binder msg which reply the calling one.
7 ## TAG TT need reply!!! needReply = !isReply && !(flags & 0x01)
9 …tion: transaction=25155526 dest_node=25155471 dest_proc=506 dest_thread=0 reply=0 flags=0x10 code=…
18 …: transaction=25155529 dest_node=25155527 dest_proc=1592 dest_thread=2267 reply=0 flags=0x10 code=…
21 ### the flowing is for TAG A, this is the reply for TAG A
23 …ansaction: transaction=25155530 dest_node=0 dest_proc=506 dest_thread=537 reply=1 flags=0x8 code=0…
33 …: transaction=25155532 dest_node=25155527 dest_proc=1592 dest_thread=2267 reply=0 flags=0x10 code=…
40 ## the reply message is not in db Session D, this is the reply for TAG B
42 …ansaction: transaction=25155533 dest_node=0 dest_proc=506 dest_thread=537 reply=1 flags=0x0 code=0…
[all …]
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
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/
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()
120 uint8_t *buf = reply.data(); in ProcessIncoming()
123 HiLog::Info(LABEL, "ProcessIncoming reply%{public}d :%{public}c", i, reply[i]); in ProcessIncoming()
/developtools/hdc/hdcd_user_permit/src/
Dconnection.cpp61 MessageParcel reply; in OnAbilityConnectDone() local
97 … ret = remoteObject->SendRequest(IAbilityConnection::ON_ABILITY_CONNECT_DONE, data, reply, option); in OnAbilityConnectDone()
/developtools/ace_js2bundle/ace-loader/sample/ServiceAbility/
Dservice.js35 onRemoteRequest(code, data, reply) {
/developtools/profiler/hiebpf/src/
Dhiebpf.cpp113 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/
Dhiperf_client.cpp579 std::string reply; in WaitCommandReply() local
596 reply.push_back(c); in WaitCommandReply()
607 HIPERF_HILOGD(MODULE_CPP_API, "Client:new reply:%" HILOG_PUBLIC "s\n", reply.c_str()); in WaitCommandReply()
608 if (reply == ReplyOK) { in WaitCommandReply()
/developtools/smartperf_host/trace_streamer/test/resource/
Dut_bytrace_input_full.txt13 …nsaction: transaction=25137708 dest_node=4336 dest_proc=924 dest_thread=0 reply=0 flags=0x10 code=…
68 …saction: transaction=25137709 dest_node=0 dest_proc=2519 dest_thread=2716 reply=1 flags=0x0 code=0…
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dbinder.proto99 int32 reply = 5; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dbinder.proto99 int32 reply = 5; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dbinder.proto99 int32 reply = 5; field
/developtools/hiperf/src/
Dsubcommand_record.cpp1136 std::string reply; in WaitFifoReply() local
1145 reply.push_back(c); in WaitFifoReply()
1156 if (reply == HiperfClient::ReplyOK) { in WaitFifoReply()
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
Dftrace_binder_event_formatter.cpp223 …msg.debug_id(), msg.target_node(), msg.to_proc(), msg.to_thread(), msg.reply(), msg.flags(), msg.c… in __anond47f41891d02()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dcpu_detail_parser.cpp335 bool isReply = transactionMsg.reply() == 1; in BinderTractionEvent()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/htrace_event_parser/
Dhtrace_event_parser.cpp461 bool isReply = msg.reply() == 1; in BinderTractionEvent()
/developtools/profiler/hiebpf/include/
Dvmlinux.h34374 __u32 reply; member
34565 u32 reply; member
61953 void *reply; member
141898 uint32_t reply; member