Searched refs:timerfd (Results 1 - 14 of 14) sorted by relevance
/base/powermgr/thermal_manager/application/protector/src/ |
H A D | thermal_protector_timer.cpp | 23 #include <sys/timerfd.h> 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()
|
H A D | thermal_sensor_provider.cpp | 23 #include <sys/timerfd.h> 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()
|
H A D | thermal_sensor_provision.cpp | 32 #include <sys/timerfd.h>
|
/base/powermgr/thermal_manager/application/protector/include/ |
H A D | thermal_sensor_provider.h | 56 void SetTimerInterval(int interval, int32_t timerfd);
|
H A D | thermal_protector_timer.h | 43 void SetTimerInterval(int32_t interval, int32_t timerfd);
|
/base/startup/init/services/loopevent/idle/ |
H A D | le_idle.c | 19 #include <sys/timerfd.h>
|
/base/msdp/device_status/libs/src/ |
H A D | devicestatus_algorithm_manager.cpp | 24 #include <sys/timerfd.h>
|
H A D | devicestatus_msdp_mock.cpp | 23 #include <sys/timerfd.h>
|
/base/powermgr/battery_manager/charger/src/ |
H A D | battery_thread.cpp | 20 #include <sys/timerfd.h>
|
/base/time/time_service/services/timer/src/ |
H A D | timer_handler.cpp | 19 #include <sys/timerfd.h>
|
/base/msdp/device_status/test/unittest/intention/common/src/ |
H A D | epoll_manager_test.cpp | 19 #include <sys/timerfd.h>
|
/base/msdp/device_status/intention/scheduler/timer_manager/src/ |
H A D | timer_manager.cpp | 20 #include <sys/timerfd.h>
|
/base/msdp/device_status/test/unittest/libs/src/ |
H A D | device_status_mock_test.cpp | 21 #include <sys/timerfd.h>
|
/base/time/time_service/services/ |
H A D | time_system_ability.cpp | 26 #include <sys/timerfd.h>
|
Completed in 7 milliseconds