Home
last modified time | relevance | path

Searched refs:STATE_WAITING_FOR_KILL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/kill_strategy_manager/
H A Dlow_memory_killer.cpp101 if (bundle.GetState() == BundleState::STATE_WAITING_FOR_KILL) { in KillOneBundleByPrio()
115 BundleState::STATE_WAITING_FOR_KILL); in KillOneBundleByPrio()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_constants.h90 STATE_WAITING_FOR_KILL, enumerator
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_priority_manager_test.cpp750 accountId * USER_ID_SHIFT + 1, 100, 1, BundleState::STATE_WAITING_FOR_KILL);
764 EXPECT_EQ(bundle3->GetState(), BundleState::STATE_WAITING_FOR_KILL);
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp279 if (bundle->GetState() == BundleState::STATE_WAITING_FOR_KILL) { in GetOneKillableBundle()