/foundation/resourceschedule/memmgr/services/memmgrservice/src/memory_level_manager/ |
H A D | memory_level_manager.cpp | 68 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 D | app_mem_info.h | 24 MEMORY_LEVEL_CRITICAL = 2, enumerator
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/ |
H A D | rs_app_state_listener.cpp | 35 Memory::SystemMemoryLevel level = Memory::SystemMemoryLevel::MEMORY_LEVEL_CRITICAL; in ForceReclaim()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/purgeable_mem_manager/ |
H A D | purgeable_mem_constants.h | 28 constexpr unsigned int MEMORY_LEVEL_CRITICAL = 4;
member
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/memory_level_manager/ |
H A D | memory_level_constants.h | 38 MEMORY_LEVEL_CRITICAL = 4, member in OHOS::Memory::SystemMemoryLevel
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | memory_level_info.cpp | 78 case MEMORY_LEVEL_CRITICAL: in ReadFromParcel()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/ |
H A D | dump_command_dispatcher.h | 124 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 D | ability_constant_module.cpp | 28 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 D | ability_constant_module.cpp | 29 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 D | ams_app_mgr_client_test.cpp | 440 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 D | player_mem_manage.cpp | 293 case Memory::SystemMemoryLevel::MEMORY_LEVEL_CRITICAL: // remain 600MB trigger in HandleOnTrim()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/ |
H A D | purgeable_mem_manager.cpp | 625 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 D | rs_main_thread.cpp | 4161 case Memory::SystemMemoryLevel::MEMORY_LEVEL_CRITICAL:
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 2158 level == OHOS::AppExecFwk::MemoryLevel::MEMORY_LEVEL_CRITICAL || in NotifyMemoryLevel()
|