Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/host/
H A Dhost_app.rs98 mode_type: config::AppModeType,
102 config::AppModeType::Install => String::from("App install"),
103 config::AppModeType::UnInstall => String::from("App uninstall"),
144 let mode = config::AppModeType::try_from(payload[0]);
/developtools/hdc/hdc_rust/src/daemon_lib/
H A Ddaemon_app.rs284 let mode = config::AppModeType::UnInstall as u8;
320 let mode = config::AppModeType::Install as u8;
370 let mode = config::AppModeType::Install as u8;
/developtools/hdc/hdc_rust/src/
H A Dconfig.rs251 pub enum AppModeType { enum
256 impl TryFrom<u8> for AppModeType {

Completed in 2 milliseconds