/foundation/resourceschedule/memmgr/services/memmgrservice/src/memory_level_manager/ |
H A D | memory_level_manager.cpp | 70 info.level = SystemMemoryLevel::MEMORY_LEVEL_LOW; in CalcSystemMemoryLevel() 116 case SystemMemoryLevel::MEMORY_LEVEL_LOW: { in NotifyMemoryLevel() 118 appMgrClient_->NotifyMemoryLevel(AppExecFwk::MemoryLevel::MEMORY_LEVEL_LOW); in NotifyMemoryLevel()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mem_info.h | 23 MEMORY_LEVEL_LOW = 1, enumerator
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/purgeable_mem_manager/ |
H A D | purgeable_mem_constants.h | 27 constexpr unsigned int MEMORY_LEVEL_LOW = 3;
member
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/memory_level_manager/ |
H A D | memory_level_constants.h | 37 MEMORY_LEVEL_LOW = 3, member in OHOS::Memory::SystemMemoryLevel
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | memory_level_info.cpp | 77 case MEMORY_LEVEL_LOW: in ReadFromParcel()
|
/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | memory_level_manager_test.cpp | 97 info.level = SystemMemoryLevel::MEMORY_LEVEL_LOW; in HWTEST_F()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/ |
H A D | dump_command_dispatcher.h | 121 case MEMORY_LEVEL_LOW:
in DispatchTriggerMemLevel() 122 info.level = SystemMemoryLevel::MEMORY_LEVEL_LOW;
in DispatchTriggerMemLevel()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/ |
H A D | kswapd_observer.cpp | 142 SystemMemoryInfo info = {MemorySource::KSWAPD, SystemMemoryLevel::MEMORY_LEVEL_LOW};
in HandleKswapdReport()
|
/foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_constant/ |
H A D | ability_constant_module.cpp | 27 MEMORY_LEVEL_LOW = 1, member in OHOS::AAFwk::MemoryLevel 138 NAPI_CALL(env, SetEnumItem(env, object, "MEMORY_LEVEL_LOW", in InitMemoryLevelObject() 139 static_cast<int>(MemoryLevel::MEMORY_LEVEL_LOW))); in InitMemoryLevelObject()
|
/foundation/ability/ability_runtime/frameworks/js/napi/ability_constant/ |
H A D | ability_constant_module.cpp | 28 MEMORY_LEVEL_LOW = 1, member in OHOS::AAFwk::MemoryLevel 161 NAPI_CALL(env, SetEnumItem(env, object, "MEMORY_LEVEL_LOW", in InitMemoryLevelObject() 162 static_cast<int>(MemoryLevel::MEMORY_LEVEL_LOW))); in InitMemoryLevelObject()
|
/foundation/ability/ability_runtime/test/unittest/ams_app_mgr_client_test/ |
H A D | ams_app_mgr_client_test.cpp | 455 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_LOW); in HWTEST_F() 500 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_LOW); in HWTEST_F()
|
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/ |
H A D | player_mem_manage.cpp | 289 case Memory::SystemMemoryLevel::MEMORY_LEVEL_LOW: // remain 700MB trigger in HandleOnTrim()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 4168 case Memory::SystemMemoryLevel::MEMORY_LEVEL_LOW:
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 2159 level == OHOS::AppExecFwk::MemoryLevel::MEMORY_LEVEL_LOW)) { in NotifyMemoryLevel()
|