Home
last modified time | relevance | path

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

/foundation/resourceschedule/memmgr/services/memmgrservice/src/memory_level_manager/
H A Dmemory_level_manager.cpp70 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 Dapp_mem_info.h23 MEMORY_LEVEL_LOW = 1, enumerator
/foundation/resourceschedule/memmgr/services/memmgrservice/include/purgeable_mem_manager/
H A Dpurgeable_mem_constants.h27 constexpr unsigned int MEMORY_LEVEL_LOW = 3; member
/foundation/resourceschedule/memmgr/services/memmgrservice/include/memory_level_manager/
H A Dmemory_level_constants.h37 MEMORY_LEVEL_LOW = 3, member in OHOS::Memory::SystemMemoryLevel
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dmemory_level_info.cpp77 case MEMORY_LEVEL_LOW: in ReadFromParcel()
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dmemory_level_manager_test.cpp97 info.level = SystemMemoryLevel::MEMORY_LEVEL_LOW; in HWTEST_F()
/foundation/resourceschedule/memmgr/services/memmgrservice/include/
H A Ddump_command_dispatcher.h121 case MEMORY_LEVEL_LOW: in DispatchTriggerMemLevel()
122 info.level = SystemMemoryLevel::MEMORY_LEVEL_LOW; in DispatchTriggerMemLevel()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dkswapd_observer.cpp142 SystemMemoryInfo info = {MemorySource::KSWAPD, SystemMemoryLevel::MEMORY_LEVEL_LOW}; in HandleKswapdReport()
/foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_constant/
H A Dability_constant_module.cpp27 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 Dability_constant_module.cpp28 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 Dams_app_mgr_client_test.cpp455 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 Dplayer_mem_manage.cpp289 case Memory::SystemMemoryLevel::MEMORY_LEVEL_LOW: // remain 700MB trigger in HandleOnTrim()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp4168 case Memory::SystemMemoryLevel::MEMORY_LEVEL_LOW:
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp2159 level == OHOS::AppExecFwk::MemoryLevel::MEMORY_LEVEL_LOW)) { in NotifyMemoryLevel()

Completed in 27 milliseconds