Lines Matching defs:dps
46 auto dps = GetMemMgrService();
47 if (dps == nullptr) {
51 return dps->GetBundlePriorityList(bundlePrioList);
58 auto dps = GetMemMgrService();
59 if (dps == nullptr) {
63 return dps->NotifyDistDevStatus(pid, uid, name, connected);
69 auto dps = GetMemMgrService();
70 if (dps == nullptr) {
74 return dps->GetKillLevelOfLmkd(killLevel);
81 auto dps = GetMemMgrService();
82 if (dps == nullptr) {
86 return dps->RegisterActiveApps(pid, uid);
92 auto dps = GetMemMgrService();
93 if (dps == nullptr) {
97 return dps->DeregisterActiveApps(pid, uid);
103 auto dps = GetMemMgrService();
104 if (dps == nullptr) {
113 return dps->SubscribeAppState(subscriberSptr);
119 auto dps = GetMemMgrService();
120 if (dps == nullptr) {
129 return dps->UnsubscribeAppState(subscriberSptr);
135 auto dps = GetMemMgrService();
136 if (dps == nullptr) {
140 return dps->GetAvailableMemory(memSize);
146 auto dps = GetMemMgrService();
147 if (dps == nullptr) {
151 return dps->GetTotalMemory(memSize);
217 auto dps = GetMemMgrService();
218 if (dps == nullptr) {
222 return dps->OnWindowVisibilityChanged(MemMgrWindowInfo);
228 auto dps = GetMemMgrService();
229 if (dps == nullptr) {
233 return dps->GetReclaimPriorityByPid(pid, priority);
239 auto dps = GetMemMgrService();
240 if (dps == nullptr) {
244 return dps->NotifyProcessStateChangedSync(processStateInfo);
250 auto dps = GetMemMgrService();
251 if (dps == nullptr) {
255 return dps->NotifyProcessStateChangedAsync(processStateInfo);
261 auto dps = GetMemMgrService();
262 if (dps == nullptr) {
266 return dps->NotifyProcessStatus(pid, type, status, saId);
272 auto dps = GetMemMgrService();
273 if (dps == nullptr) {
277 return dps->SetCritical(pid, critical, saId);