Home
last modified time | relevance | path

Searched refs:BackgroundTaskSubscriberProxy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_subscriber_proxy.cpp25 BackgroundTaskSubscriberProxy::BackgroundTaskSubscriberProxy(const sptr<IRemoteObject>& impl) in BackgroundTaskSubscriberProxy() function in OHOS::BackgroundTaskMgr::BackgroundTaskSubscriberProxy
27 BackgroundTaskSubscriberProxy::~BackgroundTaskSubscriberProxy() {} in ~BackgroundTaskSubscriberProxy()
29 void BackgroundTaskSubscriberProxy::OnConnected() in OnConnected()
51 void BackgroundTaskSubscriberProxy::OnDisconnected() in OnDisconnected()
228 void BackgroundTaskSubscriberProxy::OnContinuousTaskStart( in OnContinuousTaskStart()
262 void BackgroundTaskSubscriberProxy::OnContinuousTaskUpdate( in OnContinuousTaskUpdate()
295 void BackgroundTaskSubscriberProxy::OnContinuousTaskStop( in OnContinuousTaskStop()
357 void BackgroundTaskSubscriberProxy::OnAppEfficiencyResourcesApply( in OnAppEfficiencyResourcesApply()
390 void BackgroundTaskSubscriberProxy::OnAppEfficiencyResourcesReset( in OnAppEfficiencyResourcesReset()
424 void BackgroundTaskSubscriberProxy::OnProcEfficiencyResourcesApply( in OnProcEfficiencyResourcesApply()
[all …]
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dbackground_task_subscriber_proxy.h25 class BackgroundTaskSubscriberProxy : public IRemoteProxy<IBackgroundTaskSubscriber> {
27 BackgroundTaskSubscriberProxy() = delete;
28 explicit BackgroundTaskSubscriberProxy(const sptr<IRemoteObject>& impl);
29 ~BackgroundTaskSubscriberProxy() override;
30 DISALLOW_COPY_AND_MOVE(BackgroundTaskSubscriberProxy);
136 static inline BrokerDelegator<BackgroundTaskSubscriberProxy> delegator_;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_manager_unit_test.cpp358 sptr<BackgroundTaskSubscriberProxy> subscirberProxy1
359 = sptr<BackgroundTaskSubscriberProxy>(new BackgroundTaskSubscriberProxy(nullptr));
361 sptr<BackgroundTaskSubscriberProxy> subscirberProxy2
362 … = sptr<BackgroundTaskSubscriberProxy>(new BackgroundTaskSubscriberProxy(subscriber.GetImpl()));
379 sptr<BackgroundTaskSubscriberProxy> subscirberProxy1
380 = sptr<BackgroundTaskSubscriberProxy>(new BackgroundTaskSubscriberProxy(nullptr));
382 sptr<BackgroundTaskSubscriberProxy> subscirberProxy2
383 … = sptr<BackgroundTaskSubscriberProxy>(new BackgroundTaskSubscriberProxy(subscriber.GetImpl()));
450 sptr<BackgroundTaskSubscriberProxy> subscirberProxy1
451 = sptr<BackgroundTaskSubscriberProxy>(new BackgroundTaskSubscriberProxy(nullptr));
H A Dbg_continuous_task_mgr_test.cpp858 sptr<BackgroundTaskSubscriberProxy> subscirberProxy1
859 = sptr<BackgroundTaskSubscriberProxy>(new BackgroundTaskSubscriberProxy(nullptr));
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp400 BackgroundTaskSubscriberProxy subscirberProxy1 = BackgroundTaskSubscriberProxy(nullptr);
401BackgroundTaskSubscriberProxy subscirberProxy2 = BackgroundTaskSubscriberProxy(subscirberStub->AsO…
419 BackgroundTaskSubscriberProxy subscirberProxy1 = BackgroundTaskSubscriberProxy(nullptr);
420BackgroundTaskSubscriberProxy subscirberProxy2 = BackgroundTaskSubscriberProxy(subscirberStub->AsO…
450 BackgroundTaskSubscriberProxy subscirberProxy1 = BackgroundTaskSubscriberProxy(nullptr);
451BackgroundTaskSubscriberProxy subscirberProxy2 = BackgroundTaskSubscriberProxy(subscirberStub->AsO…
474 BackgroundTaskSubscriberProxy subscirberProxy1 = BackgroundTaskSubscriberProxy(nullptr);
475BackgroundTaskSubscriberProxy subscirberProxy2 = BackgroundTaskSubscriberProxy(subscirberStub->AsO…