Home
last modified time | relevance | path

Searched refs:UpdateCpuTime (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/powermgr/battery_statistics/services/native/include/entities/
H A Dcpu_entity.h37 void UpdateCpuTime() override;
H A Dbattery_stats_entity.h53 virtual void UpdateCpuTime();
/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Dcpu_entity.cpp50 void CpuEntity::UpdateCpuTime() in UpdateCpuTime() function in OHOS::PowerMgr::CpuEntity
53 if (!cpuReader_->UpdateCpuTime()) { in UpdateCpuTime()
H A Dbattery_stats_entity.cpp91 void BatteryStatsEntity::UpdateCpuTime() in UpdateCpuTime() function in OHOS::PowerMgr::BatteryStatsEntity
/ohos5.0/base/powermgr/battery_statistics/services/native/include/
H A Dcpu_time_reader.h32 bool UpdateCpuTime();
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dcpu_time_reader.cpp36 if (!UpdateCpuTime()) { in Init()
142 bool CpuTimeReader::UpdateCpuTime() in UpdateCpuTime() function in OHOS::PowerMgr::CpuTimeReader
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_core_test.cpp251 cpuEntity->UpdateCpuTime();