Home
last modified time | relevance | path

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

/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Doom_score_adj_utils_test.cpp73 ProcessPriorityInfo proc2(1002, bundle->uid_, bundle->priority_); in HWTEST_F()
77 bundle->AddProc(proc2); in HWTEST_F()
H A Dmulti_account_manager_test.cpp100 ProcessPriorityInfo proc2(1002, bundle->uid_, bundle->priority_); in HWTEST_F()
106 bundle->AddProc(proc2); in HWTEST_F()
123 ProcessPriorityInfo proc2(1002, bundle->uid_, bundle->priority_); in HWTEST_F()
129 bundle->AddProc(proc2); in HWTEST_F()
H A Dreclaim_priority_manager_test.cpp541 ProcessPriorityInfo &proc2 = bundle->FindProcByPid(pid2); in HWTEST_F() local
543 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_FOREGROUND); in HWTEST_F()
550 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_BACKGROUND); in HWTEST_F()
557 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_BG_DIST_DEVICE); in HWTEST_F()
564 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_BG_DIST_DEVICE); in HWTEST_F()
572 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_BACKGROUND); in HWTEST_F()
598 ProcessPriorityInfo &proc2 = bundle->FindProcByPid(targets2.pid); in HWTEST_F() local
600 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_FOREGROUND); in HWTEST_F()
607 ASSERT_EQ(proc2.priority_, RECLAIM_PRIORITY_BACKGROUND); in HWTEST_F()
614 ASSERT_EQ(proc2 in HWTEST_F()
[all...]

Completed in 3 milliseconds