Home
last modified time | relevance | path

Searched refs:channel (Results 1 – 14 of 14) sorted by relevance

/developtools/smartperf_host/ide/src/hdc/hdcclient/
DHdcClient.ts117 public bindStream(channel: number, hdcStream: HdcStream): void {
118 this.cmdStreams.set(channel, hdcStream);
121 public unbindStream(channel: number): boolean {
122 this.cmdStreams['delete'](channel);
126 public unbindStopStream(channel: number): boolean {
127 this.cmdStreams['delete'](channel);
/developtools/hdc/scripts/
Dfile_path.cfg1 /src/common/channel.h
/developtools/hdc/src/host/
Dclient.cpp31 MallocChannel(&channel); // free by logic in HdcClient()
326 channel->remote = RemoteType::REMOTE_FILE; in ExecuteCommand()
329 channel->remote = RemoteType::REMOTE_APP; in ExecuteCommand()
353 if (uv_is_closing((const uv_handle_t *)&channel->hWorkTCP)) { in ConnectServerForClient()
374 … uv_tcp_connect(conn, (uv_tcp_t *)&channel->hWorkTCP, (const struct sockaddr *)&destv4, Connect); in ConnectServerForClient()
379 … uv_tcp_connect(conn, (uv_tcp_t *)&channel->hWorkTCP, (const struct sockaddr *)&dest, Connect); in ConnectServerForClient()
395 if (!thisClass->channel->handshakeOK) { in CommandWorker()
424 thisClass->Send(thisClass->channel->channelId, in CommandWorker()
509 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in Connect()
655 …Send(this->channel->channelId, reinterpret_cast<uint8_t *>(const_cast<char *>(this->command.c_str(… in WaitFor()
Dclient.h74 HChannel channel; variable
/developtools/profiler/protos/services/
Dplugin_service.proto27 // service will use this interface to push commands with streamed return channel.
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dplugin_service.proto27 // service will use this interface to push commands with streamed return channel.
/developtools/hdc/
DBUILD.gn30 "src/common/channel.cpp",
46 "src/common/channel.h",
/developtools/profiler/protos/types/plugins/memory_data/
Dmemory_plugin_result.proto167 string channel = 1; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/memory_data/
Dmemory_plugin_result.proto163 string channel = 1; field
/developtools/hdc/src/common/
Dchannel.cpp433 HChannel channel = reinterpret_cast<HChannel>(handle->data); in FreeChannelContinue() local
434 --channel->uvHandleRef; in FreeChannelContinue()
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dmemory_data_plugin_unittest.cpp313 std::string channel; member
1280 EXPECT_STREQ(profileMemInfo.channel().c_str(), g_profileInfo[i].channel.c_str());
/developtools/hdc/test/
DBUILD.gn26 "${hdc_path}/src/common/channel.cpp",
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_mem_parser.cpp649 auto channelIndex = traceDataCache_->GetDataIndex(profileMemInfo.channel().ToStdString()); in ParseProfileMemInfo()
/developtools/profiler/hiebpf/include/
Dvmlinux.h67919 int channel; member
102307 unsigned int channel; member
105906 struct mbox_chan___2 *channel; member
105976 int channel; member
106614 struct idmac_channel channel[32]; member
107629 u16 channel; member
116196 u8 channel; member
116239 unsigned int channel; member
116249 u32 channel; member
123129 unsigned int channel; member
[all …]