Searched defs:SystemProcessInfo (Results 1 – 3 of 3) sorted by relevance
26 struct SystemProcessInfo { struct42 virtual void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) = 0; argument
24 struct SystemProcessInfo { struct25 processName: String,26 pid: i32,27 uid: i32,100 fn GetSystemProcessInfo(said: i32) -> SystemProcessInfo; in GetSystemProcessInfo()123 on_start: fn(&SystemProcessInfo), in SubscribeSystemProcess()124 on_stop: fn(&SystemProcessInfo), in SubscribeSystemProcess()
218 pub fn get_system_process_info(said: i32) -> SystemProcessInfo { in get_system_process_info()240 on_start: fn(&SystemProcessInfo), in subscribe_system_process()241 on_stop: fn(&SystemProcessInfo), in subscribe_system_process()