Home
last modified time | relevance | path

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

/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H A Dreclaim_strategy_manager.cpp89 if (userId < VALID_USER_ID_MIN) { // invalid userId in InitProcessBeforeMemmgr()
112 if (reclaimPara->accountId_ < VALID_USER_ID_MIN) { in HandleAppStateChanged_()
114 reclaimPara->accountId_, VALID_USER_ID_MIN); in HandleAppStateChanged_()
152 if (accountId < VALID_USER_ID_MIN) { in NotifyAccountDied()
154 accountId, VALID_USER_ID_MIN); in NotifyAccountDied()
166 if (accountId < VALID_USER_ID_MIN) { in NotifyAccountPriorityChanged()
168 accountId, VALID_USER_ID_MIN); in NotifyAccountPriorityChanged()
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/
H A Dreclaim_strategy_constants.h41 constexpr int VALID_USER_ID_MIN = 100; member
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_strategy_manager_test.cpp180 int userId2 = VALID_USER_ID_MIN - 1; in HWTEST_F()

Completed in 2 milliseconds