Home
last modified time | relevance | path

Searched refs:timerfd (Results 1 - 14 of 14) sorted by relevance

/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_protector_timer.cpp23 #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 Dthermal_sensor_provider.cpp23 #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 Dthermal_sensor_provision.cpp32 #include <sys/timerfd.h>
/base/powermgr/thermal_manager/application/protector/include/
H A Dthermal_sensor_provider.h56 void SetTimerInterval(int interval, int32_t timerfd);
H A Dthermal_protector_timer.h43 void SetTimerInterval(int32_t interval, int32_t timerfd);
/base/startup/init/services/loopevent/idle/
H A Dle_idle.c19 #include <sys/timerfd.h>
/base/msdp/device_status/libs/src/
H A Ddevicestatus_algorithm_manager.cpp24 #include <sys/timerfd.h>
H A Ddevicestatus_msdp_mock.cpp23 #include <sys/timerfd.h>
/base/powermgr/battery_manager/charger/src/
H A Dbattery_thread.cpp20 #include <sys/timerfd.h>
/base/time/time_service/services/timer/src/
H A Dtimer_handler.cpp19 #include <sys/timerfd.h>
/base/msdp/device_status/test/unittest/intention/common/src/
H A Depoll_manager_test.cpp19 #include <sys/timerfd.h>
/base/msdp/device_status/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp20 #include <sys/timerfd.h>
/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_mock_test.cpp21 #include <sys/timerfd.h>
/base/time/time_service/services/
H A Dtime_system_ability.cpp26 #include <sys/timerfd.h>

Completed in 7 milliseconds