Home
last modified time | relevance | path

Searched refs:UpdateTimer (Results 1 – 4 of 4) sorted by relevance

/base/update/updateservice/services/utils/src/
Ddupdate_timer.c34 } UpdateTimer; typedef
37 UpdateTimer timer;
54 static UpdateTimer* GetTimerById(uint32_t tid) in GetTimerById()
153 UpdateTimer* timer = GetTimerById(tid); in StartTimer()
177 UpdateTimer* timer = GetTimerById(tid); in StopTimer()
/base/hiviewdfx/hicollie/frameworks/native/test/moduletest/common/
Dxcollie_timeout_test.cpp82 bool ret = XCollie::GetInstance().UpdateTimer(id, 3);
118 bool ret = XCollie::GetInstance().UpdateTimer(id, 1);
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_core.cpp237 UpdateTimer(bluetoothEntity_, statsType, state); in UpdateConnectivityStats()
240 UpdateTimer(wifiEntity_, statsType, state); in UpdateConnectivityStats()
244 UpdateTimer(bluetoothEntity_, statsType, state, uid); in UpdateConnectivityStats()
255 UpdateTimer(flashlightEntity_, statsType, state, uid); in UpdateCommonStats()
258 UpdateTimer(gnssEntity_, statsType, state, uid); in UpdateCommonStats()
261 UpdateTimer(sensorEntity_, statsType, state, uid); in UpdateCommonStats()
264 UpdateTimer(sensorEntity_, statsType, state, uid); in UpdateCommonStats()
267 UpdateTimer(audioEntity_, statsType, state, uid); in UpdateCommonStats()
270 UpdateTimer(wakelockEntity_, statsType, state, uid); in UpdateCommonStats()
360 UpdateTimer(flashlightEntity_, StatsUtils::STATS_TYPE_FLASHLIGHT_ON, state, lastCameraUid_); in UpdateCameraStats()
[all …]
/base/powermgr/battery_statistics/services/native/include/
Dbattery_stats_core.h85 void UpdateTimer(std::shared_ptr<BatteryStatsEntity> entity, StatsUtils::StatsType statsType,
87 void UpdateTimer(std::shared_ptr<BatteryStatsEntity> entity, StatsUtils::StatsType statsType,