Home
last modified time | relevance | path

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

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