Home
last modified time | relevance | path

Searched refs:HandleEventStart (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_manager.h241 void HandleEventStart(ProcessPriorityInfo &proc, AppAction &action, int64_t eventTime);
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp1080 void ReclaimPriorityManager::HandleEventStart(ProcessPriorityInfo &proc, AppAction &action, int64_t… in HandleEventStart() function in OHOS::Memory::ReclaimPriorityManager
1135 … changeProcMapping_[AppStateUpdateReason::EVENT_START] = &ReclaimPriorityManager::HandleEventStart; in InitChangeProcMapping()