Home
last modified time | relevance | path

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

/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp234 TaskController fore; in HWTEST_F() local
237 fore.NewForeground(uid, tid); in HWTEST_F()
238 fore.NewBackground(uid, tid); in HWTEST_F()
239 fore.NewAppStart(uid, tid, ""); in HWTEST_F()
240 fore.NewForeground(uid, tid); in HWTEST_F()
241 fore.NewBackground(uid, tid); in HWTEST_F()
242 fore.ContinuousTaskProcess(uid, tid, static_cast<int>(MSG_CONTINUOUS_TASK_START)); in HWTEST_F()
243 fore.FocusStatusProcess(uid, tid, static_cast<int>(MSG_GET_FOCUS)); in HWTEST_F()
244 fore.FocusStatusProcess(uid, tid, static_cast<int>(MSG_LOSE_FOCUS)); in HWTEST_F()
245 fore in HWTEST_F()
[all...]

Completed in 1 milliseconds