Home
last modified time | relevance | path

Searched refs:iotx_time_t (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_timer.h12 } iotx_time_t; typedef
14 void iotx_time_start(iotx_time_t *timer);
16 uint32_t utils_time_spend(iotx_time_t *start);
18 uint32_t iotx_time_left(iotx_time_t *end);
20 uint32_t utils_time_is_expired(iotx_time_t *timer);
22 void iotx_time_init(iotx_time_t *timer);
24 void utils_time_countdown_ms(iotx_time_t *timer, uint32_t millisecond);
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_timer.c11 void iotx_time_start(iotx_time_t *timer) in iotx_time_start()
20 uint32_t utils_time_spend(iotx_time_t *start) in utils_time_spend()
33 uint32_t iotx_time_left(iotx_time_t *end) in iotx_time_left()
50 uint32_t utils_time_is_expired(iotx_time_t *timer) in utils_time_is_expired()
72 void iotx_time_init(iotx_time_t *timer) in iotx_time_init()
81 void utils_time_countdown_ms(iotx_time_t *timer, uint32_t millisecond) in utils_time_countdown_ms()
A Dinfra_httpc.c218 iotx_time_t timer; in _http_recv()
243 static int _utils_check_deadloop(int len, iotx_time_t *timer, int ret, in _utils_check_deadloop()
306 iotx_time_t timer; in _http_get_response_body()
382 iotx_time_t timer; in _http_parse_response_header()
520 iotx_time_t timer; in httpclient_recv_response()
607 iotx_time_t timer; in httpclient_common()
760 iotx_time_t timer; in wrapper_http_perform()
/AliOS-Things-master/components/linkkit/mqtt/impl/
A Diotx_mqtt_client.h79 iotx_time_t pub_start_time; /* start time of publish request */
94 iotx_time_t reconnect_next_time; /* the next time point of reconnect */
137 iotx_time_t next_ping_time; /* next ping time */
A Diotx_mqtt_client.c438 iotx_time_t connectTimer; in MQTTConnect()
692 iotx_time_t timer; in iotx_mc_wait_CONNACK()
930 iotx_time_t timer; in MQTTRePublish()
1322 iotx_time_t timer; in MQTTPuback()
1622 iotx_time_t time; in _mqtt_cycle()
1664 iotx_time_t timer; in MQTTKeepalive()
1990 iotx_time_t timer; in MQTTSubscribe()
2383 iotx_time_t timer; in MQTTUnsubscribe()
2560 iotx_time_t timer; in MQTTPublish()
2656 iotx_time_t in MQTTDisconnect()
[all …]
/AliOS-Things-master/components/linkkit/iot_http/
A Diotx_http_api.c347 iotx_time_t timer; in IOT_HTTP_DeviceNameAuth()
605 iotx_time_t timer; in IOT_HTTP_SendMessage()
/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm_mqtt.c238 iotx_time_t timer; in _mqtt_connect()
A Diotx_cm_coap.c167 iotx_time_t timer; in _coap_connect()
/AliOS-Things-master/components/linkkit/http2/
A Dhttp2_api.c360 iotx_time_t timer, timer_rsp; in http2_io()

Completed in 17 milliseconds