Home
last modified time | relevance | path

Searched refs:rtgEnabled_ (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp123 TaskController::GetInstance().rtgEnabled_ = false; in HWTEST_F()
125 TaskController::GetInstance().rtgEnabled_ = true; in HWTEST_F()
136 TaskController::GetInstance().rtgEnabled_ = false; in HWTEST_F()
138 TaskController::GetInstance().rtgEnabled_ = true; in HWTEST_F()
149 TaskController::GetInstance().rtgEnabled_ = false; in HWTEST_F()
151 TaskController::GetInstance().rtgEnabled_ = true; in HWTEST_F()
/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h110 bool rtgEnabled_ = false; member in OHOS::ConcurrentTask::TaskController
/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp413 if (!rtgEnabled_) { in TryCreateSystemGroup()
414 rtgEnabled_ = EnableRtg(true) < 0 ? false : true; in TryCreateSystemGroup()
415 if (!rtgEnabled_) { in TryCreateSystemGroup()

Completed in 3 milliseconds