Home
last modified time | relevance | path

Searched refs:SetWorkSchedulerConfig (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp205 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 Diwork_sched_service.h116 virtual int32_t SetWorkSchedulerConfig(const std::string &configData, int32_t sourceType) = 0;
H A Dworkscheduler_srv_client.h114 ErrCode SetWorkSchedulerConfig(const std::string &configData, int32_t sourceType);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_sched_service_proxy.h117 int32_t SetWorkSchedulerConfig(const std::string &configData, int32_t sourceType) override;
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp240 …ErrCode ret = WorkSchedulerSrvClient::GetInstance().SetWorkSchedulerConfig(configData, sourceType);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h288 int32_t SetWorkSchedulerConfig(const std::string &configData, int32_t sourceType) override;
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp95 int32_t ret = SetWorkSchedulerConfig(configData, sourceType); in HandleSetWorkSchedulerConfig()
H A Dwork_sched_service_proxy.cpp341 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 Dworkschedulerservice_test.cpp118 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 Dwork_scheduler_service.cpp1349 int32_t WorkSchedulerService::SetWorkSchedulerConfig(const std::string &configData, int32_t sourceT… in SetWorkSchedulerConfig() function in OHOS::WorkScheduler::WorkSchedulerService