Home
last modified time | relevance | path

Searched refs:UnityRunmode (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/hdc_rust/src/
Dconfig.rs101 UnityRunmode, enumerator
180 1004 => Ok(Self::UnityRunmode), in try_from()
/developtools/hdc/hdc_rust/src/daemon/
Dtask.rs195 HdcCommand::UnityRunmode in daemon_file_task()
261 HdcCommand::UnityRunmode in check_control()
381 HdcCommand::UnityRunmode in dispatch_task()
Ddaemon_unity.rs245 HdcCommand::UnityRunmode => { in command_dispatch()
/developtools/hdc/hdc_rust/src/host/
Dparser.rs50 map.insert("tmode", HdcCommand::UnityRunmode);
Dclient.rs115 HdcCommand::UnityRunmode => self.unity_task().await, in execute_command()
Dtask.rs47 HdcCommand::UnityRunmode | HdcCommand::UnityRootrun => { in channel_task_dispatch()