/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_lpm.c | 46 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in _genie_lpm_timer_irq_handler() 61 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in _genie_lpm_timer_irq_handler() 67 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in _genie_lpm_timer_irq_handler() 80 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in _genie_lpm_timer_irq_handler() 86 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in _genie_lpm_timer_irq_handler() 197 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in _genie_lpm_wakeup_timer_init() 211 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in genie_lpm_disable() 232 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in genie_lpm_enable() 236 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in genie_lpm_enable() 301 aos_timer_stop(&genie_lpm_ctx.wakeup_timer); in genie_lpm_start()
|
A D | genie_cli.c | 268 aos_timer_stop(&mesg_send_timer); in mesg_send_timer_cb() 297 aos_timer_stop(&mesg_send_timer); in send_mesg_cb() 405 aos_timer_stop(&mesg_send_timer); in _send_msg() 428 aos_timer_stop(&mesg_send_timer); in _send_msg()
|
A D | genie_mesh.c | 127 aos_timer_stop(&do_mesh_ready_timer); in genie_mesh_ready_checktimer_restart()
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | aos_osdep.c | 701 aos_timer_stop(&xTimer->timer); in _aos_timerDelete() 715 if(!aos_timer_stop(&xTimer->timer)) in _aos_timerStop() 766 return !aos_timer_stop(&xTimer->timer); in _aos_timerStopFromISR() 772 (u32)aos_timer_stop(&xTimer->timer); in _aos_timerResetFromISR() 783 (u32)aos_timer_stop(&xTimer->timer); in _aos_timerChangePeriodFromISR() 791 (u32)aos_timer_stop(&xTimer->timer); in _aos_timerReset()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/systimer/ |
A D | module_systimer.c | 88 aos_timer_stop((aos_timer_t *)timerid); in cancel_timer() 192 aos_timer_stop((aos_timer_t *)timer_node->timer_id); in module_systimer_source_clean()
|
/AliOS-Things-master/components/osal_aos/example/ |
A D | timer_example.c | 65 aos_timer_stop(&timer1); in aos_timer_example_task()
|
/AliOS-Things-master/components/posix/src/ |
A D | timer.c | 187 aos_timer_stop(&(timer_list->aos_timer)); in timer_delete() 265 aos_timer_stop(&(timer_list->aos_timer)); in timer_settime()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_sw_timer.c | 72 aos_timer_stop(tim); in machine_soft_timer_disable() 165 aos_timer_stop(self->timerId); in machine_soft_timer_stop()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_sw_timer.c | 95 aos_timer_stop(&tim); in machine_soft_timer_disable() 190 aos_timer_stop(&self->timerId); in machine_soft_timer_stop()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_sw_timer.c | 95 aos_timer_stop(&tim); in machine_soft_timer_disable() 190 aos_timer_stop(&self->timerId); in machine_soft_timer_stop()
|
/AliOS-Things-master/components/genie_service/sal/src/ |
A D | genie_sal_uart.c | 132 aos_timer_stop(&uart_frame_end_timer); in genie_sal_uart_read()
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_timer.c | 106 aos_status_t aos_timer_stop(aos_timer_t *timer) in aos_timer_stop() function
|
/AliOS-Things-master/hardware/chip/rtl872xd/test/ |
A D | aos_test.c | 798 aos_timer_stop(&g_timer); in CASE() 814 aos_timer_stop(&g_timer); in CASE() 825 aos_timer_stop(&g_timer); in CASE()
|
/AliOS-Things-master/components/ble_host/ble_profiles/ |
A D | ota_server.c | 138 aos_timer_stop(&ota_ctrl.timer); in ota_reset() 203 aos_timer_stop(&ota_ctrl.timer); in ota_recv_data()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/systimer/ |
A D | module_systimer.c | 103 aos_timer_stop((aos_timer_t *)timerid); in cancel_timer()
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | kernel.h | 704 aos_status_t aos_timer_stop(aos_timer_t *timer);
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_alios.h | 421 return aos_timer_stop(timer); in os_timer_stop()
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_system.c | 382 int aos_timer_stop(aos_timer_t *timer) in aos_timer_stop() function
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | h5.c | 1749 ret = aos_timer_stop(timerid); in OsStartTimer() 1780 return aos_timer_stop(timerid); in OsStopTimer()
|
/AliOS-Things-master/components/osal_aos/ |
A D | README.md | 294 | aos_timer_stop() | 定时器停止函数 | 349 1. tn时刻,测试任务休眠到期,调用aos_timer_stop()停止定时器。然后调用aos_timer_change()接口修改周期间隔为2秒。
|
/AliOS-Things-master/components/uagent/src/ |
A D | uagent_core.c | 83 aos_timer_stop(&timer_monitor_output_queue); in stop_monitor_delay_out()
|