Searched defs:ProcessInfo (Results 1 – 5 of 5) sorted by relevance
22 struct ProcessInfo { struct44 const ProcessInfo& processInfo, ProcessStateEvent event); argument
33 struct ProcessInfo { struct34 int pid;35 std::string name;
23 ProcessInfo::ProcessInfo(const std::string &name, const pid_t &pid) : processName_(name), pid_(pid) in ProcessInfo() function in OHOS::AppExecFwk::ProcessInfo
365 typedef struct ProcessInfo { struct369 bool operator==(const ProcessInfo &other) const argument379 } ProcessInfo; typedef
2224 SystemProcessInfo ProcessInfo; variable2239 SystemProcessInfo ProcessInfo; variable