Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dexit_resident_process_manager.cpp43 return currentMemorySizeState_ == MemorySizeState::MEMORY_SIZE_SUFFICIENT; in IsMemorySizeSufficient()
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()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dexit_resident_process_manager.h30 enum class MemorySizeState { class
59 MemorySizeState currentMemorySizeState_ = MemorySizeState::MEMORY_SIZE_SUFFICIENT;

Completed in 2 milliseconds