Searched refs:cid (Results 1 – 4 of 4) sorted by relevance
| /developtools/hdc/hdc_rust/src/common/ |
| D | forward.rs | 66 async fn read(session_id: u32, channel_id: u32, cid: u32) { in read() 69 if map.get(&cid).is_none() { in read() 72 let arc_rd = map.get(&cid).unwrap(); in read() 89 cid, in read() 354 cid: u32, in forward_tcp_accept() 361 TcpWriteStreamMap::put(cid, wr).await; in forward_tcp_accept() 362 ylong_runtime::spawn(on_accept(session_id, channel_id, value.clone(), cid)); in forward_tcp_accept() 363 recv_tcp_msg(session_id, channel_id, rd, cid).await; in forward_tcp_accept() 367 pub async fn recv_tcp_msg(session_id: u32, channel_id: u32, mut rd: SplitReadHalf, cid: u32) { in recv_tcp_msg() 384 cid, in recv_tcp_msg() [all …]
|
| /developtools/hdc/src/common/ |
| D | forward.h | 85 bool SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const int bufSize);
|
| D | forward.cpp | 216 bool HdcForwardBase::SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const … in SendToTask() argument 229 *reinterpret_cast<uint32_t *>(newBuf) = htonl(cid); in SendToTask()
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 91927 unsigned int cid; member 138770 struct mmc_cid cid; member
|