Home
last modified time | relevance | path

Searched refs:WorkSchedServiceProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_proxy.cpp26 int32_t WorkSchedServiceProxy::StartWork(WorkInfo& workInfo) in StartWork()
36 if (!data.WriteInterfaceToken(WorkSchedServiceProxy::GetDescriptor())) { in StartWork()
58 int32_t WorkSchedServiceProxy::StopWork(WorkInfo& workInfo) in StopWork()
67 if (!data.WriteInterfaceToken(WorkSchedServiceProxy::GetDescriptor())) { in StopWork()
88 int32_t WorkSchedServiceProxy::StopAndCancelWork(WorkInfo& workInfo) in StopAndCancelWork()
97 if (!data.WriteInterfaceToken(WorkSchedServiceProxy::GetDescriptor())) { in StopAndCancelWork()
119 int32_t WorkSchedServiceProxy::StopAndClearWorks() in StopAndClearWorks()
127 if (!data.WriteInterfaceToken(WorkSchedServiceProxy::GetDescriptor())) { in StopAndClearWorks()
152 if (!data.WriteInterfaceToken(WorkSchedServiceProxy::GetDescriptor())) { in IsLastWorkTimeout()
277 int32_t WorkSchedServiceProxy::PauseRunningWorks(int32_t uid) in PauseRunningWorks()
[all …]
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_sched_service_proxy.h29 class WorkSchedServiceProxy : public IRemoteProxy<IWorkSchedService> {
31 …explicit WorkSchedServiceProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IWorkSchedService>(… in WorkSchedServiceProxy() function
32 ~WorkSchedServiceProxy() = default;
33 DISALLOW_COPY_AND_MOVE(WorkSchedServiceProxy);
119 static inline BrokerDelegator<WorkSchedServiceProxy> delegator_;