/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/ |
H A D | background_task_subscriber.cpp | 60 void BackgroundTaskSubscriber::OnAppEfficiencyResourcesApply( in OnAppEfficiencyResourcesApply() function in OHOS::BackgroundTaskMgr::BackgroundTaskSubscriber 78 void BackgroundTaskSubscriber::BackgroundTaskSubscriberImpl::OnAppEfficiencyResourcesApply( in OnAppEfficiencyResourcesApply() function in OHOS::BackgroundTaskMgr::BackgroundTaskSubscriber::BackgroundTaskSubscriberImpl 81 subscriber_.OnAppEfficiencyResourcesApply(resourceInfo); in OnAppEfficiencyResourcesApply()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | background_task_subscriber.h | 123 …virtual void OnAppEfficiencyResourcesApply(const std::shared_ptr<ResourceCallbackInfo> &resourceIn… 232 …void OnAppEfficiencyResourcesApply(const std::shared_ptr<ResourceCallbackInfo> &resourceInfo) over…
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | scheduler_bg_task_subscriber.h | 31 void OnAppEfficiencyResourcesApply(
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | scheduler_bg_task_subscriber.cpp | 49 void SchedulerBgTaskSubscriber::OnAppEfficiencyResourcesApply( in OnAppEfficiencyResourcesApply() function in OHOS::WorkScheduler::SchedulerBgTaskSubscriber
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | background_task_observer.h | 45 void OnAppEfficiencyResourcesApply(
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/ |
H A D | ibackground_task_subscriber.h | 119 virtual void OnAppEfficiencyResourcesApply(
|
H A D | background_task_subscriber_proxy.h | 113 …void OnAppEfficiencyResourcesApply(const std::shared_ptr<ResourceCallbackInfo> &resourceInfo) over…
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bg_efficiency_resources_mgr_test.cpp | 81 …void OnAppEfficiencyResourcesApply(const std::shared_ptr<ResourceCallbackInfo> &resourceInfo) over… in OnAppEfficiencyResourcesApply() function in OHOS::BackgroundTaskMgr::TestBackgroundTaskSubscriber 306 subscriberImpl->OnAppEfficiencyResourcesApply(resourceInfo); 342 subscriber->OnAppEfficiencyResourcesApply(resourceInfo); 349 subscriberImpl->OnAppEfficiencyResourcesApply(resourceInfo);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/ |
H A D | bgtask_client_unit_test.cpp | 149 …void OnAppEfficiencyResourcesApply(const std::shared_ptr<ResourceCallbackInfo> &resourceInfo) over… in OnAppEfficiencyResourcesApply() function in OHOS::BackgroundTaskMgr::TestBackgroundTaskSubscriber 393 subscriberImpl->OnAppEfficiencyResourcesApply(nullptr); 426 subscriber.OnAppEfficiencyResourcesApply(nullptr);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/ |
H A D | bgtask_framework_unit_test.cpp | 95 …void OnAppEfficiencyResourcesApply(const std::shared_ptr<ResourceCallbackInfo> &resourceInfo) over… in OnAppEfficiencyResourcesApply() function in OHOS::BackgroundTaskMgr::TestBackgroundTaskSubscriberStub 476 subscirberProxy1.OnAppEfficiencyResourcesApply(nullptr); 477 subscirberProxy2.OnAppEfficiencyResourcesApply(nullptr); 485 subscirberProxy2.OnAppEfficiencyResourcesApply(info);
|
H A D | bgtask_framework_abnormal_unit_test.cpp | 79 …void OnAppEfficiencyResourcesApply(const std::shared_ptr<ResourceCallbackInfo> &resourceInfo) over… in OnAppEfficiencyResourcesApply() function in OHOS::BackgroundTaskMgr::TestBackgroundTaskSubscriberStub
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/ |
H A D | background_task_observer.h | 44 virtual void OnAppEfficiencyResourcesApply(
|
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/ |
H A D | workschedulerstartwork_fuzzer.cpp | 339 subscriber.OnAppEfficiencyResourcesApply(nullptr); in OnProcEfficiencyResourcesChange() 345 subscriber.OnAppEfficiencyResourcesApply(resourceInfo); in OnProcEfficiencyResourcesChange()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | background_task_observer.cpp | 80 void BackgroundTaskObserver::OnAppEfficiencyResourcesApply( in OnAppEfficiencyResourcesApply() function in OHOS::AAFwk::BackgroundTaskObserver
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/ |
H A D | resources_subscriber_mgr.cpp | 113 (*iter)->OnAppEfficiencyResourcesApply(callbackInfo); in OnResourceChanged()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/ |
H A D | background_task_subscriber_stub.cpp | 249 OnAppEfficiencyResourcesApply(resourceCallbackInfo); in HandleOnAppEfficiencyResourcesApply()
|
H A D | background_task_subscriber_proxy.cpp | 357 void BackgroundTaskSubscriberProxy::OnAppEfficiencyResourcesApply( in OnAppEfficiencyResourcesApply() function in OHOS::BackgroundTaskMgr::BackgroundTaskSubscriberProxy
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
H A D | background_task_observer.cpp | 203 void BackgroundTaskObserver::OnAppEfficiencyResourcesApply( in OnAppEfficiencyResourcesApply() function in OHOS::ResourceSchedule::BackgroundTaskObserver
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | workschedulerservice_test.cpp | 643 subscriber.OnAppEfficiencyResourcesApply(nullptr); 649 subscriber.OnAppEfficiencyResourcesApply(resourceInfo);
|