Lines Matching refs:MemMgrProxy
25 const std::string TAG = "MemMgrProxy";
28 int32_t MemMgrProxy::GetBundlePriorityList(BundlePriorityList &bundlePrioList)
62 int32_t MemMgrProxy::NotifyDistDevStatus(int32_t pid, int32_t uid, const std::string &name, bool connected)
96 int32_t MemMgrProxy::GetKillLevelOfLmkd(int32_t &killLevel)
129 int32_t MemMgrProxy::RegisterActiveApps(int32_t pid, int32_t uid)
162 int32_t MemMgrProxy::DeregisterActiveApps(int32_t pid, int32_t uid)
195 int32_t MemMgrProxy::SubscribeAppState(const sptr<IAppStateSubscriber> &subscriber)
232 int32_t MemMgrProxy::UnsubscribeAppState(const sptr<IAppStateSubscriber> &subscriber)
269 int32_t MemMgrProxy::GetAvailableMemory(int32_t &memSize)
297 int32_t MemMgrProxy::GetTotalMemory(int32_t &memSize)
326 int32_t MemMgrProxy::OnWindowVisibilityChanged(const std::vector<sptr<MemMgrWindowInfo>> &MemMgrWindowInfo)
365 int32_t MemMgrProxy::GetReclaimPriorityByPid(int32_t pid, int32_t &priority)
400 int32_t MemMgrProxy::NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo)
433 int32_t MemMgrProxy::NotifyProcessStateChangedAsync(const MemMgrProcessStateInfo &processStateInfo)
466 int32_t MemMgrProxy::NotifyProcessStatus(int32_t pid, int32_t type, int32_t status, int32_t saId)
505 int32_t MemMgrProxy::SetCritical(int32_t pid, bool critical, int32_t saId)