Home
last modified time | relevance | path

Searched refs:cid (Results 1 - 4 of 4) sorted by relevance

/developtools/hdc/hdc_rust/src/common/
H A Dforward.rs283 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 Dforward.h85 bool SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const int bufSize);
H A Dforward.cpp217 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 Dvmlinux.h91927 unsigned int cid; global() member
138770 struct mmc_cid cid; global() member
[all...]

Completed in 437 milliseconds