Lines Matching defs:pid
76 pid_t pid = 0;
99 * @param pid process pid.
102 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) {}
211 * kill the processes by pid list given.
213 * @param pids, the pid list of processes are going to be killed.
308 * Get running process information by pid.
310 * @param pid process id.
314 void GetRunningProcessInfoByPid(const pid_t pid, OHOS::AppExecFwk::RunningProcessInfo &info) const;
319 * @param pid, pid.
322 void SetAbilityForegroundingFlagToAppRecord(const pid_t pid) const;
403 * @param pid The process id.
407 int GetAbilityRecordsByProcessID(const int pid, std::vector<sptr<IRemoteObject>> &tokens);
412 * @param pid The process id.
417 int GetApplicationInfoByProcessID(const int pid, AppExecFwk::ApplicationInfo &application, bool &debug);
422 * @param pid The process id.
426 void SetProcessCacheStatus(int32_t pid, bool isSupport);
430 * @param pid pid
435 virtual int32_t NotifyAppMgrRecordExitReason(int32_t pid, int32_t reason, const std::string &exitMsg);
455 * Get bundleName by pid.
457 * @param pid process id.
462 int32_t GetBundleNameByPid(const int pid, std::string &bundleName, int32_t &uid);
558 * whether the abilities of process specified by pid type only UIAbility.
561 bool IsProcessContainsOnlyUIAbility(const pid_t pid);
604 * @param pid process pid.
607 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) override;