Searched refs:UpdateTimer (Results 1 – 4 of 4) sorted by relevance
/base/update/updateservice/services/utils/src/ |
D | dupdate_timer.c | 34 } 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/ |
D | xcollie_timeout_test.cpp | 82 bool ret = XCollie::GetInstance().UpdateTimer(id, 3); 118 bool ret = XCollie::GetInstance().UpdateTimer(id, 1);
|
/base/powermgr/battery_statistics/services/native/src/ |
D | battery_stats_core.cpp | 237 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/ |
D | battery_stats_core.h | 85 void UpdateTimer(std::shared_ptr<BatteryStatsEntity> entity, StatsUtils::StatsType statsType, 87 void UpdateTimer(std::shared_ptr<BatteryStatsEntity> entity, StatsUtils::StatsType statsType,
|