Searched refs:timerfd (Results 1 – 4 of 4) sorted by relevance
/base/powermgr/thermal_manager/application/protector/src/ |
D | thermal_sensor_provider.cpp | 154 void ThermalSensorProvider::SetTimerInterval(int interval, int32_t timerfd) in SetTimerInterval() argument 156 THERMAL_HILOGD(FEATURE_PROTECTOR, "start SetTimerInterval: %{public}d", timerfd); in SetTimerInterval() 159 if (timerfd == ERR_INVALID_FD) { in SetTimerInterval() 171 if (timerfd_settime(timerfd, 0, &itval, nullptr) == -1) { in SetTimerInterval()
|
D | thermal_protector_timer.cpp | 104 void ThermalProtectorTimer::SetTimerInterval(int32_t interval, int32_t timerfd) in SetTimerInterval() argument 108 if (timerfd == ERR_INVALID_FD) { in SetTimerInterval() 122 if (timerfd_settime(timerfd, 0, &itval, nullptr) == -1) { in SetTimerInterval()
|
/base/powermgr/thermal_manager/application/protector/include/ |
D | thermal_protector_timer.h | 43 void SetTimerInterval(int32_t interval, int32_t timerfd);
|
D | thermal_sensor_provider.h | 56 void SetTimerInterval(int interval, int32_t timerfd);
|