Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_scheduler_proxy.h25 class WorkSchedulerProxy : public IRemoteProxy<IWorkScheduler> {
27 explicit WorkSchedulerProxy(const sptr<IRemoteObject>& remote) in WorkSchedulerProxy() function
30 virtual ~WorkSchedulerProxy() {} in ~WorkSchedulerProxy()
47 static inline BrokerDelegator<WorkSchedulerProxy> delegator_;
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/zidl/
H A Dwork_scheduler_proxy_test.cpp36 static std::shared_ptr<WorkSchedulerProxy> workSchedulerProxy_;
39 std::shared_ptr<WorkSchedulerProxy> WorkSchedulerProxyTest::workSchedulerProxy_ = nullptr;
54 workSchedulerProxy_ = std::make_shared<WorkSchedulerProxy>(remoteObject); in SetUpTestCase()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_scheduler_proxy.cpp21 void WorkSchedulerProxy::OnWorkStart(WorkInfo& workInfo) in OnWorkStart()
35 void WorkSchedulerProxy::OnWorkStop(WorkInfo& workInfo) in OnWorkStop()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_connection.h51 sptr<WorkSchedulerProxy> proxy_ = nullptr;
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_connection.cpp40 proxy_ = (new (std::nothrow) WorkSchedulerProxy(remoteObject)); in OnAbilityConnectDone()