Home
last modified time | relevance | path

Searched refs:dps (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_client.cpp46 auto dps = GetMemMgrService(); in GetBundlePriorityList() local
47 if (dps == nullptr) { in GetBundlePriorityList()
51 return dps->GetBundlePriorityList(bundlePrioList); in GetBundlePriorityList()
58 auto dps = GetMemMgrService(); in NotifyDistDevStatus() local
59 if (dps == nullptr) { in NotifyDistDevStatus()
63 return dps->NotifyDistDevStatus(pid, uid, name, connected); in NotifyDistDevStatus()
69 auto dps = GetMemMgrService(); in GetKillLevelOfLmkd() local
70 if (dps == nullptr) { in GetKillLevelOfLmkd()
74 return dps->GetKillLevelOfLmkd(killLevel); in GetKillLevelOfLmkd()
81 auto dps in RegisterActiveApps() local
92 auto dps = GetMemMgrService(); DeregisterActiveApps() local
103 auto dps = GetMemMgrService(); SubscribeAppState() local
119 auto dps = GetMemMgrService(); UnsubscribeAppState() local
135 auto dps = GetMemMgrService(); GetAvailableMemory() local
146 auto dps = GetMemMgrService(); GetTotalMemory() local
217 auto dps = GetMemMgrService(); OnWindowVisibilityChanged() local
228 auto dps = GetMemMgrService(); GetReclaimPriorityByPid() local
239 auto dps = GetMemMgrService(); NotifyProcessStateChangedSync() local
250 auto dps = GetMemMgrService(); NotifyProcessStateChangedAsync() local
261 auto dps = GetMemMgrService(); NotifyProcessStatus() local
272 auto dps = GetMemMgrService(); SetCritical() local
[all...]
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_proxy_test.cpp68 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); in HWTEST_F() local
69 if (dps == nullptr) { in HWTEST_F()
83 int32_t result = dps->PutDeviceProfile(profile); in HWTEST_F()
96 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); in HWTEST_F() local
97 if (dps == nullptr) { in HWTEST_F()
102 int32_t result = dps->DeleteDeviceProfile(serviceId); in HWTEST_F()
115 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); in HWTEST_F() local
116 if (dps == nullptr) { in HWTEST_F()
127 int32_t result = dps->SyncDeviceProfile(syncOptions, profileEventNotifier); in HWTEST_F()
H A Dprofile_crud_test.cpp121 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); in HWTEST_F() local
122 if (dps == nullptr) { in HWTEST_F()
146 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); in HWTEST_F() local
147 if (dps == nullptr) { in HWTEST_F()
171 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); in HWTEST_F() local
172 if (dps == nullptr) { in HWTEST_F()
195 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); in HWTEST_F() local
196 if (dps == nullptr) { in HWTEST_F()
216 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); in HWTEST_F() local
217 if (dps in HWTEST_F()
249 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
267 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
305 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
348 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
373 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
395 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
445 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
469 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
546 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
571 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
593 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
620 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
653 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
678 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
723 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
778 auto dps = DistributedDeviceProfileClient::GetInstance().GetDeviceProfileService(); HWTEST_F() local
[all...]
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp144 auto dps = GetDeviceProfileService(); in PutDeviceProfile() local
145 if (dps == nullptr) { in PutDeviceProfile()
149 return dps->PutDeviceProfile(profile); in PutDeviceProfile()
155 auto dps = GetDeviceProfileService(); in GetDeviceProfile() local
156 if (dps == nullptr) { in GetDeviceProfile()
159 return dps->GetDeviceProfile(udid, serviceId, profile); in GetDeviceProfile()
168 auto dps = GetDeviceProfileService(); in DeleteDeviceProfile() local
169 if (dps == nullptr) { in DeleteDeviceProfile()
172 return dps->DeleteDeviceProfile(serviceId); in DeleteDeviceProfile()
212 auto dps in SubscribeProfileEvents() local
264 auto dps = GetDeviceProfileService(); UnsubscribeProfileEvents() local
289 auto dps = GetDeviceProfileService(); SyncDeviceProfile() local
[all...]

Completed in 3 milliseconds