Home
last modified time | relevance | path

Searched defs:timerfd (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsamgr_time_handler.cpp76 uint32_t timerfd = events[i].data.u32; in OnTime() local
105 int timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in CreateAndRetry() local
117 int timerfd = CreateAndRetry(); in PostTask() local
/aosp12/hardware/google/pixel/pixelstats/
H A DWlcReporter.cpp157 bool WlcReporter::ptmcWaitTimer(int timerfd) { in ptmcWaitTimer()
189 int timerfd = timerfd_create(CLOCK_BOOTTIME, 0); in reportInBackground() local
H A DSysfsCollector.cpp920 int timerfd = timerfd_create(CLOCK_BOOTTIME, 0); in collect() local
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_protector_timer.cpp104 void ThermalProtectorTimer::SetTimerInterval(int32_t interval, int32_t timerfd) in SetTimerInterval()
H A Dthermal_sensor_provider.cpp154 void ThermalSensorProvider::SetTimerInterval(int interval, int32_t timerfd) in SetTimerInterval()