Searched refs:EventType (Results 1 – 2 of 2) sorted by relevance
1098 type EventType int type1100 EventTypeDomainShutdown EventType = 11101 EventTypeDomainDeath EventType = 21102 EventTypeDiskEject EventType = 31103 EventTypeOperationComplete EventType = 41104 EventTypeDomainCreateConsoleAvailable EventType = 51112 Type EventType
3911 func NewEvent(etype EventType) (*Event, error) { argument3934 x.Type = EventType(xc._type)3964 if EventType(xc._type) != EventTypeDomainShutdown {3974 if EventType(xc._type) != EventTypeDiskEject {3987 if EventType(xc._type) != EventTypeOperationComplete {
Completed in 15 milliseconds