Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/
Dconfig.rs251 pub enum AppModeType { enum
256 impl TryFrom<u8> for AppModeType { implementation
/developtools/hdc/hdc_rust/src/host/
Dhost_app.rs98 mode_type: config::AppModeType, in check_install_continue()