Home
last modified time | relevance | path

Searched refs:GetTimeLevel (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dpriority_object.h65 int32_t GetTimeLevel() const;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dpriority_object.cpp42 int32_t PriorityObject::GetTimeLevel() const in GetTimeLevel() function in OHOS::AppExecFwk::PriorityObject
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp717 appLifeCycleDeal_->ScheduleTrimMemory(priorityObject_->GetTimeLevel()); in ScheduleTrimMemory()