Home
last modified time | relevance | path

Searched defs:timer (Results 226 - 250 of 1467) sorted by relevance

12345678910>>...59

/base/startup/init/services/param/manager/
H A Dparam_persist.c164 PARAM_STATIC void TimerCallbackForSave(const ParamTaskPtr timer, void *context) in TimerCallbackForSave() argument
/base/update/sys_installer/frameworks/ipc_server/src/
H A Dmodule_update_service.cpp110 Timer timer; in StartUpdateHmpPackage() local
/base/update/sys_installer/services/module_update/src/
H A Dmodule_file_repository.cpp39 void ModuleFileRepository::InitRepository(const string &hmpName, const Timer &timer) in InitRepository() argument
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dschedule_node_test.cpp33 auto &timer = RelativeTimer::GetInstance(); member
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dtimer_module.cpp154 TimerList::TimerNode* timer = timerList->GetTimer(index); in ClearTimer() local
194 TimerList::TimerNode* timer in Task() local
221 TimerList::TimerNode* timer = timerList->GetTimer(*timerId); Task() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Depoll_io_waiter_mingw.cpp128 void EpollIoWaiter::OnTimer(uv_timer_t *timer) in OnTimer() argument
/foundation/multimodalinput/input/service/timer_manager/src/
H A Dtimer_manager.cpp108 auto timer = std::make_unique<TimerItem>(); in AddTimerInternal() local
140 auto timer = std::move(*it); ResetTimerInternal() local
166 InsertTimerInternal(std::unique_ptr<TimerItem>& timer) InsertTimerInternal() argument
[all...]
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_handler.cpp193 sptr<MiscServices::TimeServiceClient> timer = MiscServices::TimeServiceClient::GetInstance(); in ProcessEvent() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Devloop_timer_unit_test.cpp178 IEvent *timer = IEvent::CreateEvent(TIME_PIECE_1, errCode); in HWTEST_F() local
234 IEvent *timer = IEvent::CreateEvent(TIME_PIECE_10, errCode); HWTEST_F() local
287 IEvent *timer = IEvent::CreateEvent(10, errCode); HWTEST_F() local
347 IEvent *timer = IEvent::CreateEvent(TIME_PIECE_10, errCode); HWTEST_F() local
404 IEvent *timer = IEvent::CreateEvent(TIME_PIECE_1000, errCode); HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/
H A Dtimer_linux.cpp147 Timer *timer = (Timer *)events[i].data.ptr; in OnTimer() local
161 AddTimer(Timer &timer) AddTimer() argument
183 RemoveTimer(Timer &timer) RemoveTimer() argument
[all...]
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-sun4i.c58 static void sun4i_clkevt_time_stop(void __iomem *base, u8 timer) in sun4i_clkevt_time_stop() argument
65 static void sun4i_clkevt_time_setup(void __iomem *base, u8 timer, in sun4i_clkevt_time_setup() argument
71 sun4i_clkevt_time_start(void __iomem *base, u8 timer, bool periodic) sun4i_clkevt_time_start() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dtime.c74 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_timer_read() local
80 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_set_autoreset() local
87 omap_mpu_timer_regs_t __iomem *timer in omap_mpu_remove_autoreset() local
95 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); omap_mpu_timer_start() local
110 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); omap_mpu_timer_stop() local
184 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(1); omap_init_clocksource() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/
H A Dspu_profiler.c133 static enum hrtimer_restart profile_spus(struct hrtimer *timer) in profile_spus() argument
190 static struct hrtimer timer; variable
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dapb_timer.c58 struct dw_apb_clock_event_device *timer; global() member
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
H A Ddc21285.c135 static void dc21285_enable_error(struct timer_list *timer) in dc21285_enable_error() argument
180 struct timer_list *timer = dev_id; in dc21285_serr_irq() local
224 struct timer_list *timer = dev_id; in dc21285_parity_irq() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/
H A Dsm_ftl.h51 struct timer_list timer; member
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dworkqueues.h41 struct timer_list timer; member
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dtime.c76 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_timer_read() local
82 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_set_autoreset() local
89 omap_mpu_timer_regs_t __iomem *timer in omap_mpu_remove_autoreset() local
97 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); omap_mpu_timer_start() local
112 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); omap_mpu_timer_stop() local
186 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(1); omap_init_clocksource() local
[all...]
/kernel/linux/linux-5.10/drivers/leds/trigger/
H A Dledtrig-heartbeat.c28 struct timer_list timer; member
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dtimerdev.c68 struct mISDNtimer *timer, *next; in mISDN_close() local
97 struct mISDNtimer *timer; in mISDN_read() local
158 struct mISDNtimer *timer = from_timer(timer, t, tl); dev_expire_timer() local
172 struct mISDNtimer *timer; misdn_add_timer() local
199 struct mISDNtimer *timer; misdn_del_timer() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_pmu.h63 struct hrtimer timer; member
/kernel/linux/linux-5.10/drivers/iio/trigger/
H A Diio-trig-hrtimer.c24 struct hrtimer timer; member
85 static enum hrtimer_restart iio_hrtimer_trig_handler(struct hrtimer *timer) in iio_hrtimer_trig_handler() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddatapath.h183 __le32 timer; member
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BA.h46 struct timer_list timer; member
/kernel/linux/linux-5.10/include/linux/
H A Dtimer.h101 init_timer_on_stack_key(struct timer_list *timer, void (*func)(struct timer_list *), unsigned int flags, const char *name, struct lock_class_key *key) init_timer_on_stack_key() argument
150 destroy_timer_on_stack(struct timer_list *timer) destroy_timer_on_stack() argument
166 timer_pending(const struct timer_list * timer) timer_pending() argument
[all...]

Completed in 11 milliseconds

12345678910>>...59