Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 9 of 9) sorted by relevance

/DragonReach/parse_test/
H A Dshell.service5 Type=simple key
H A Dtest_timer_unit.service5 Type=simple key
H A Dtest2.service7 Type=simple key
H A Dtest1.service7 Type=simple key
H A Dtest.service8 Type=simple key
/DragonReach/src/systemctl/ctl_parser/
H A Dmod.rs84 Type(UnitType), enumerator
123 Pattern::Type(t) => format!("{}={:?}", "type".to_string(), t), in to_string()
231 map.insert("type", Pattern::Type(UnitType::Unknown));
350 Pattern::Type(_) => Pattern::Type(UnitParseUtil::parse_type(words[1])), in parse_pattern()
/DragonReach/src/unit/service/
H A Dmod.rs251 Type, enumerator
296 ServiceUnitAttr::Type => match val { in set_attr()
/DragonReach/src/manager/ctl_manager/
H A Dmod.rs208 Pattern::Type(t) => { in filter_units()
/DragonReach/src/parse/
H A Dmod.rs75 unit_attr_table.insert("Type", ServiceUnitAttr::Type);