Home
last modified time | relevance | path

Searched refs:InitExecutorPlugin (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dres_sched_mgr_test.cpp156 ResSchedMgr::GetInstance().InitExecutorPlugin();
157 ResSchedMgr::GetInstance().InitExecutorPlugin(true);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dres_sched_mgr.h72 void InitExecutorPlugin(bool isProcessInit = false);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dres_sched_mgr.cpp153 InitExecutorPlugin(true); in Init()
185 void ResSchedMgr::InitExecutorPlugin(bool isProcessInit) in InitExecutorPlugin() function in OHOS::ResourceSchedule::ResSchedMgr
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service_ability.cpp90 ResSchedMgr::GetInstance().InitExecutorPlugin(); in OnAddSystemAbility()