Searched defs:HiSysEventQueryRuleWrapper (Results 1 – 2 of 2) sorted by relevance
42 struct HiSysEventQueryRuleWrapper { struct48 typedef struct HiSysEventQueryRuleWrapper HiSysEventQueryRuleWrapper; argument
75 struct HiSysEventQueryRuleWrapper { struct77 pub domain: [u8; MAX_LENGTH_OF_EVENT_DOMAIN],80 pub event_list: [u8; MAX_EVENT_LIST_LEN],83 pub event_list_size: c_uint,86 pub condition: *const c_char,578 …ysEventQueryWrapper(query_arg: *const HiSysEventQueryArg, rules: *const HiSysEventQueryRuleWrapper, in HiSysEventQueryWrapper()