Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/
H A Dreclaim_strategy_manager.h33 void NotifyAccountPriorityChanged(int accountId, int priority);
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_strategy_manager_test.cpp102 ReclaimStrategyManager::GetInstance().NotifyAccountPriorityChanged(userId, score);
113 ReclaimStrategyManager::GetInstance().NotifyAccountPriorityChanged(userId, score + score);
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H A Dreclaim_strategy_manager.cpp160 void ReclaimStrategyManager::NotifyAccountPriorityChanged(int accountId, int priority) in NotifyAccountPriorityChanged() function in OHOS::Memory::ReclaimStrategyManager
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dmulti_account_manager.cpp113 …ReclaimStrategyManager::GetInstance().NotifyAccountPriorityChanged(accountId, accountInfo->GetPrio… in SetAccountPriority()