Searched refs:TaskType (Results 1 – 5 of 5) sorted by relevance
63 pub enum TaskType { enum77 pub type_: TaskType,89 impl Default for TaskType { implementation90 fn default() -> TaskType { in default()91 TaskType::Executable in default()
39 enum TaskType { enum44 TaskType type = 1;
36 use microdroid_payload_config::{Task, TaskType, VmPayloadConfig};554 TaskType::Executable => { in build_command()559 TaskType::MicrodroidLauncher => { in build_command()
44 public interface TaskType { interface in LogUtils
2110 .setTaskType(LogUtils.TaskType.DANGLING_CONTACTS_CLEANUP_TASK) in cleanupDanglingContacts()