Home
last modified time | relevance | path

Searched refs:ScheduleMemoryCommon (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_proxy.h241 void ScheduleMemoryCommon(const int32_t level, const uint32_t operation);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_proxy.cpp116 ScheduleMemoryCommon(level, operation); in ScheduleMemoryLevel()
167 ScheduleMemoryCommon(level, operation); in ScheduleShrinkMemory()
170 void AppSchedulerProxy::ScheduleMemoryCommon(const int32_t level, const uint32_t operation) in ScheduleMemoryCommon() function in OHOS::AppExecFwk::AppSchedulerProxy