Searched refs:BackgroundTaskSubscriberProxy (Results 1 – 5 of 5) sorted by relevance
25 BackgroundTaskSubscriberProxy::BackgroundTaskSubscriberProxy(const sptr<IRemoteObject>& impl) in BackgroundTaskSubscriberProxy() function in OHOS::BackgroundTaskMgr::BackgroundTaskSubscriberProxy27 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 …]
25 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_;
358 sptr<BackgroundTaskSubscriberProxy> subscirberProxy1359 = sptr<BackgroundTaskSubscriberProxy>(new BackgroundTaskSubscriberProxy(nullptr));361 sptr<BackgroundTaskSubscriberProxy> subscirberProxy2362 … = sptr<BackgroundTaskSubscriberProxy>(new BackgroundTaskSubscriberProxy(subscriber.GetImpl()));379 sptr<BackgroundTaskSubscriberProxy> subscirberProxy1380 = sptr<BackgroundTaskSubscriberProxy>(new BackgroundTaskSubscriberProxy(nullptr));382 sptr<BackgroundTaskSubscriberProxy> subscirberProxy2383 … = sptr<BackgroundTaskSubscriberProxy>(new BackgroundTaskSubscriberProxy(subscriber.GetImpl()));450 sptr<BackgroundTaskSubscriberProxy> subscirberProxy1451 = sptr<BackgroundTaskSubscriberProxy>(new BackgroundTaskSubscriberProxy(nullptr));
858 sptr<BackgroundTaskSubscriberProxy> subscirberProxy1859 = sptr<BackgroundTaskSubscriberProxy>(new BackgroundTaskSubscriberProxy(nullptr));
400 BackgroundTaskSubscriberProxy subscirberProxy1 = BackgroundTaskSubscriberProxy(nullptr);401 …BackgroundTaskSubscriberProxy subscirberProxy2 = BackgroundTaskSubscriberProxy(subscirberStub->AsO…419 BackgroundTaskSubscriberProxy subscirberProxy1 = BackgroundTaskSubscriberProxy(nullptr);420 …BackgroundTaskSubscriberProxy subscirberProxy2 = BackgroundTaskSubscriberProxy(subscirberStub->AsO…450 BackgroundTaskSubscriberProxy subscirberProxy1 = BackgroundTaskSubscriberProxy(nullptr);451 …BackgroundTaskSubscriberProxy subscirberProxy2 = BackgroundTaskSubscriberProxy(subscirberStub->AsO…474 BackgroundTaskSubscriberProxy subscirberProxy1 = BackgroundTaskSubscriberProxy(nullptr);475 …BackgroundTaskSubscriberProxy subscirberProxy2 = BackgroundTaskSubscriberProxy(subscirberStub->AsO…