Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dexit_resident_process_manager.cpp43 return currentMemorySizeState_ == MemorySizeState::MEMORY_SIZE_SUFFICIENT; in IsMemorySizeSufficent()
49 if (currentMemorySizeState_ == MemorySizeState::MEMORY_SIZE_SUFFICIENT) { in RecordExitResidentBundleName()
66 if (currentMemorySizeState_ != MemorySizeState::MEMORY_SIZE_SUFFICIENT) { in HandleMemorySizeInSufficent()
70 currentMemorySizeState_ = MemorySizeState::MEMORY_SIZE_INSUFFICIENT; in HandleMemorySizeInSufficent()
77 if (currentMemorySizeState_ == MemorySizeState::MEMORY_SIZE_SUFFICIENT) { in HandleMemorySizeSufficient()
81 currentMemorySizeState_ = MemorySizeState::MEMORY_SIZE_SUFFICIENT; in HandleMemorySizeSufficient()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dexit_resident_process_manager.h30 enum class MemorySizeState { enum
59 MemorySizeState currentMemorySizeState_ = MemorySizeState::MEMORY_SIZE_SUFFICIENT;