Home
last modified time | relevance | path

Searched refs:GetSystemCurTime (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dbundle_priority_info.cpp31 this->createTime_ = KernelInterface::GetInstance().GetSystemCurTime(); in BundlePriorityInfo()
39 this->createTime_ = KernelInterface::GetInstance().GetSystemCurTime(); in BundlePriorityInfo()
45 this->createTime_ = KernelInterface::GetInstance().GetSystemCurTime(); in BundlePriorityInfo()
/foundation/resourceschedule/memmgr/common/include/
H A Dkernel_interface.h78 int64_t GetSystemCurTime();
/foundation/resourceschedule/memmgr/services/memmgrservice/src/kill_strategy_manager/
H A Dlow_memory_killer.cpp95 if (KernelInterface::GetInstance().GetSystemCurTime() - bundle.GetCreateTime() < NOT_TO_KILL_DURING) { in KillOneBundleByPrio()
/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp190 int64_t KernelInterface::GetSystemCurTime() in GetSystemCurTime() function in OHOS::Memory::KernelInterface

Completed in 3 milliseconds