Searched refs:EventTypeStatus (Results 1 – 1 of 1) sorted by relevance
36 enum EventTypeStatus { enum42 static EventTypeStatus IsEventTypeSupported(const EventType& event_type) { in IsEventTypeSupported()45 return EventTypeStatus::SUPPORTED; in IsEventTypeSupported()51 return IsEventAttrSupported(attr, event_type.name) ? EventTypeStatus::SUPPORTED in IsEventTypeSupported()52 : EventTypeStatus::NOT_SUPPORTED; in IsEventTypeSupported()56 return EventTypeStatus::NOT_SUPPORTED; in IsEventTypeSupported()65 return EventTypeStatus::NOT_SUPPORTED; in IsEventTypeSupported()81 return EventTypeStatus::NOT_SUPPORTED; in IsEventTypeSupported()84 return (counter.value != 0u) ? EventTypeStatus::SUPPORTED : EventTypeStatus::MAY_NOT_SUPPORTED; in IsEventTypeSupported()106 EventTypeStatus status = IsEventTypeSupported(event_type); in PrintEventTypesOfType()[all …]