Home
last modified time | relevance | path

Searched defs:ContextForward (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/common/
Dforward.h40 struct ContextForward { struct
58 using HCtxForward = struct ContextForward *; argument
/developtools/hdc/hdc_rust/src/common/
Dforward.rs101 pub struct ContextForward { struct
102 session_id: u32,
103 channel_id: u32,
104 check_order: bool,
105 is_master: bool,
106 id: u32,
107 fd: i32,
108 target_fd: i32,
109 forward_type: ForwardType,
110 local_args: Vec<String>,
[all …]