/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | workscheduler_srv_client.cpp | 205 ErrCode WorkSchedulerSrvClient::SetWorkSchedulerConfig(const std::string &configData, int32_t sourc… in SetWorkSchedulerConfig() function in OHOS::WorkScheduler::WorkSchedulerSrvClient 213 return iWorkSchedService_->SetWorkSchedulerConfig(configData, sourceType); in SetWorkSchedulerConfig()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | iwork_sched_service.h | 116 virtual int32_t SetWorkSchedulerConfig(const std::string &configData, int32_t sourceType) = 0;
|
H A D | workscheduler_srv_client.h | 114 ErrCode SetWorkSchedulerConfig(const std::string &configData, int32_t sourceType);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/ |
H A D | work_sched_service_proxy.h | 117 int32_t SetWorkSchedulerConfig(const std::string &configData, int32_t sourceType) override;
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | work_sched_client_test.cpp | 240 …ErrCode ret = WorkSchedulerSrvClient::GetInstance().SetWorkSchedulerConfig(configData, sourceType);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | work_scheduler_service.h | 288 int32_t SetWorkSchedulerConfig(const std::string &configData, int32_t sourceType) override;
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/ |
H A D | work_sched_service_stub.cpp | 95 int32_t ret = SetWorkSchedulerConfig(configData, sourceType); in HandleSetWorkSchedulerConfig()
|
H A D | work_sched_service_proxy.cpp | 341 int32_t WorkSchedServiceProxy::SetWorkSchedulerConfig(const std::string &configData, int32_t source… in SetWorkSchedulerConfig() function in OHOS::WorkScheduler::WorkSchedServiceProxy
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | workschedulerservice_test.cpp | 118 int32_t SetWorkSchedulerConfig(const std::string &configData, int32_t sourceType) { return 0; } in SetWorkSchedulerConfig() function in OHOS::WorkScheduler::MyWorkSchedulerService
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_service.cpp | 1349 int32_t WorkSchedulerService::SetWorkSchedulerConfig(const std::string &configData, int32_t sourceT… in SetWorkSchedulerConfig() function in OHOS::WorkScheduler::WorkSchedulerService
|