Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 - 3 of 3) sorted by relevance

/developtools/hdc/hdc_rust/src/transfer/
H A Duart_wrapper.rs135 retry_count: u32,
140 write!(f, "OutputData: session_id:{}, response:{}, option:{:#?}, package_index:{}, status:{:#?}, retry_count:{}, data size:{}", in fmt()
141 self.session_id, self.response, self.option, self.package_index, self.status, self.retry_count, self.data.len()) in fmt()
287 // 如果不是,则检查retry_count, 自减1,继续send, 同时继续超时wait(如果超时,则继续检查状态,retry count 减1,继续send, 超时wait)
313 let mut retry_count = first_pkg.retry_count; variables
326 retry_count -= 1;
327 first_pkg.retry_count = retry_count;
352 retry_count
[all...]
/developtools/hdc/hdc_rust/src/host/
H A Dserver.rs250 let mut retry_count = 0; variables
260 retry_count += 1;
261 if retry_count >= RETRY_MAX_COUNT {
262 retry_count = 0;
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h110803 long unsigned int retry_count; global() member
[all...]

Completed in 411 milliseconds