diff --git a/services/src/concurrent_task_controller_interface.cpp b/services/src/concurrent_task_controller_interface.cpp index dd54ed7ab8b1426fa06c399375dde09815dd0c6d..2161aed7baf5bb06f00e2a996f1c642c4735ad19 100644 --- a/services/src/concurrent_task_controller_interface.cpp +++ b/services/src/concurrent_task_controller_interface.cpp @@ -103,6 +103,7 @@ void TaskControllerInterface::Init() CONCUR_LOGI("TaskControllerInterface load function success."); inited_ = true; initFunc_(); + qosPolicy_.Init(); } void TaskControllerInterface::Release()