Home
last modified time | relevance | path

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

/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/host/smartperf/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/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/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/
Dbinder.proto99 int32 reply = 5; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dbinder.proto99 int32 reply = 5; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dbinder.proto99 int32 reply = 5; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dbinder.proto99 int32 reply = 5; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dbinder.proto99 int32 reply = 5; field
/developtools/hiperf/src/
Dsubcommand_record.cpp1038 std::string reply; in WaitFifoReply() local
1047 reply.push_back(c); in WaitFifoReply()
1058 if (reply == HiperfClient::ReplyOK) { in WaitFifoReply()
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
Dftrace_binder_event_formatter.cpp216 …msg.debug_id(), msg.target_node(), msg.to_proc(), msg.to_thread(), msg.reply(), msg.flags(), msg.c… in __anonfa41cb481d02()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/htrace_event_parser/
Dhtrace_event_parser.cpp336 bool isReply = msg.reply() == 1; in BinderTractionEvent()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/htrace_event_parser/
Dhtrace_event_parser.cpp337 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