Lines Matching refs:pid
55 * @param pid pid of the process whose state is changed.
59 virtual void OnAppStateChanged(int32_t pid, int32_t uid, int32_t state);
64 * @param pid pid of the process which need to reclaim.
67 virtual void ForceReclaim(int32_t pid, int32_t uid);
118 * @param pid pid of the process whose state is changed.
122 void OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) override;
127 * @param pid pid of the process which need to reclaim.
130 void ForceReclaim(int32_t pid, int32_t uid) override;