Searched defs:HiSysEventQueryArg (Results 1 – 2 of 2) sorted by relevance
31 struct HiSysEventQueryArg { struct36 typedef struct HiSysEventQueryArg HiSysEventQueryArg; argument
61 struct HiSysEventQueryArg { struct63 pub begin_time: c_longlong,66 pub end_time: c_longlong,69 pub max_events: c_int,578 …fn HiSysEventQueryWrapper(query_arg: *const HiSysEventQueryArg, rules: *const HiSysEventQueryRuleW… in HiSysEventQueryWrapper()