Home
last modified time | relevance | path

Searched refs:MEMORY_LEVEL_CRITICAL (Results 1 - 14 of 14) sorted by relevance

/foundation/resourceschedule/memmgr/services/memmgrservice/src/memory_level_manager/
H A Dmemory_level_manager.cpp68 info.level = SystemMemoryLevel::MEMORY_LEVEL_CRITICAL; in CalcSystemMemoryLevel()
121 case SystemMemoryLevel::MEMORY_LEVEL_CRITICAL: { in NotifyMemoryLevel()
123 appMgrClient_->NotifyMemoryLevel(AppExecFwk::MemoryLevel::MEMORY_LEVEL_CRITICAL); in NotifyMemoryLevel()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mem_info.h24 MEMORY_LEVEL_CRITICAL = 2, enumerator
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_app_state_listener.cpp35 Memory::SystemMemoryLevel level = Memory::SystemMemoryLevel::MEMORY_LEVEL_CRITICAL; in ForceReclaim()
/foundation/resourceschedule/memmgr/services/memmgrservice/include/purgeable_mem_manager/
H A Dpurgeable_mem_constants.h28 constexpr unsigned int MEMORY_LEVEL_CRITICAL = 4; member
/foundation/resourceschedule/memmgr/services/memmgrservice/include/memory_level_manager/
H A Dmemory_level_constants.h38 MEMORY_LEVEL_CRITICAL = 4, member in OHOS::Memory::SystemMemoryLevel
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dmemory_level_info.cpp78 case MEMORY_LEVEL_CRITICAL: in ReadFromParcel()
/foundation/resourceschedule/memmgr/services/memmgrservice/include/
H A Ddump_command_dispatcher.h124 case MEMORY_LEVEL_CRITICAL: in DispatchTriggerMemLevel()
125 info.level = SystemMemoryLevel::MEMORY_LEVEL_CRITICAL; in DispatchTriggerMemLevel()
/foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_constant/
H A Dability_constant_module.cpp28 MEMORY_LEVEL_CRITICAL = 2, member in OHOS::AAFwk::MemoryLevel
140 NAPI_CALL(env, SetEnumItem(env, object, "MEMORY_LEVEL_CRITICAL", in InitMemoryLevelObject()
141 static_cast<int>(MemoryLevel::MEMORY_LEVEL_CRITICAL))); in InitMemoryLevelObject()
/foundation/ability/ability_runtime/frameworks/js/napi/ability_constant/
H A Dability_constant_module.cpp29 MEMORY_LEVEL_CRITICAL = 2, member in OHOS::AAFwk::MemoryLevel
163 NAPI_CALL(env, SetEnumItem(env, object, "MEMORY_LEVEL_CRITICAL", in InitMemoryLevelObject()
164 static_cast<int>(MemoryLevel::MEMORY_LEVEL_CRITICAL))); in InitMemoryLevelObject()
/foundation/ability/ability_runtime/test/unittest/ams_app_mgr_client_test/
H A Dams_app_mgr_client_test.cpp440 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_CRITICAL); in HWTEST_F()
485 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_CRITICAL); in HWTEST_F()
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_mem_manage.cpp293 case Memory::SystemMemoryLevel::MEMORY_LEVEL_CRITICAL: // remain 600MB trigger in HandleOnTrim()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dpurgeable_mem_manager.cpp625 if (info.level > SystemMemoryLevel::UNKNOWN && info.level <= SystemMemoryLevel::MEMORY_LEVEL_CRITICAL) { in TriggerByManualDump()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp4161 case Memory::SystemMemoryLevel::MEMORY_LEVEL_CRITICAL:
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp2158 level == OHOS::AppExecFwk::MemoryLevel::MEMORY_LEVEL_CRITICAL || in NotifyMemoryLevel()

Completed in 25 milliseconds