Searched refs:cid (Results 1 - 4 of 4) sorted by relevance
/developtools/hdc/hdc_rust/src/common/ |
H A D | forward.rs | 283 pub async fn update(cid: u32, value: ContextForward) { 286 map.insert(cid, value.clone()); 289 pub async fn remove(cid: u32) { 290 crate::info!("ContextForward remove, cid:{}", cid); 293 let _ = map.remove(&cid); 296 pub async fn get(cid: u32) -> Option<ContextForward> { 299 let task = map.get(&cid); 303 crate::debug!("ContextForward result:is none,cid={:#?}", cid,); [all...] |
/developtools/hdc/src/common/ |
H A D | forward.h | 85 bool SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const int bufSize);
|
H A D | forward.cpp | 217 bool HdcForwardBase::SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const int bufSize) in SendToTask() argument 230 *reinterpret_cast<uint32_t *>(newBuf) = htonl(cid); in SendToTask()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 91927 unsigned int cid; global() member 138770 struct mmc_cid cid; global() member [all...] |
Completed in 437 milliseconds