Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h322 bool WorkPolicyManagerInit(const std::shared_ptr<AppExecFwk::EventRunner>& runner);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp416 if (!WorkPolicyManagerInit(runner)) { in Init()
513 bool WorkSchedulerService::WorkPolicyManagerInit(const std::shared_ptr<AppExecFwk::EventRunner>& ru… in WorkPolicyManagerInit() function in OHOS::WorkScheduler::WorkSchedulerService