Home
last modified time | relevance | path

Searched refs:current_time (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/amp/example-js/
A Drtc.js6 var current_time = rtc.getTime(); variable
7 console.log('rtc1: current time is ' + current_time);
16 current_time = rtc.getTime();
17 console.log('rtc2: current time is ' + current_time);
/AliOS-Things-master/solutions/javascript_demo/board/haas600/
A Drtc.js5 var current_time = rtc.getTime(); variable
6 console.log('rtc1: current time is ' + current_time);
22 current_time = rtc.getTime();
23 console.log('rtc2: current time is ' + current_time);
/AliOS-Things-master/solutions/javascript_demo/board/haas-edu-k1/
A Drtc.js5 var current_time = rtc.getTime(); variable
6 console.log('rtc1: current time is ' + current_time);
22 current_time = rtc.getTime();
23 console.log('rtc2: current time is ' + current_time);
/AliOS-Things-master/solutions/javascript_demo/board/haas100/
A Drtc.js5 var current_time = rtc.getTime(); variable
6 console.log('rtc1: current time is ' + current_time);
22 current_time = rtc.getTime();
23 console.log('rtc2: current time is ' + current_time);
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Dcommand_responder.cc72 int32_t current_time, const char* found_command, in RespondToCommand() argument
76 score, current_time); in RespondToCommand()
80 LOG("Heard 2 %s (%d) @%dms", found_command, score, current_time); in RespondToCommand()
83 LOG("Heard 3 %s (%d) @%dms", found_command, score, current_time); in RespondToCommand()
A Dmain_functions.cc154 const int32_t current_time = LatestAudioTimestamp(); in loop() local
157 error_reporter, previous_time, current_time, &how_many_new_slices); in loop()
164 previous_time = current_time; in loop()
194 output, current_time, &found_command, &score, &is_new_command); in loop()
204 RespondToCommand(error_reporter, current_time, found_command, score, in loop()
A Dcommand_responder.h29 int32_t current_time, const char* found_command,
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_message_cache.c163 uint64_t current_time = HAL_UptimeMs(); in dm_msg_cache_tick() local
169 if (current_time < node->ctime) { in dm_msg_cache_tick()
170 node->ctime = current_time; in dm_msg_cache_tick()
172 if (current_time - node->ctime >= DM_MSG_CACHE_TIMEOUT_MS_DEFAULT) { in dm_msg_cache_tick()
A Dimpl_linkkit.c294 uint64_t current_time = HAL_UptimeMs(); in iotx_linkkit_service_list_overtime_handle() local
300 if (current_time < search_node->ctime) { in iotx_linkkit_service_list_overtime_handle()
301 search_node->ctime = current_time; in iotx_linkkit_service_list_overtime_handle()
303 if (current_time - search_node->ctime >= in iotx_linkkit_service_list_overtime_handle()
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dvfs_lfs_mtime.py50 current_time = int(utime.time())
65 print(current_time <= stat1[8] <= current_time + 1)
A Dvfs_fat_mtime.py47 current_time = int(utime.time())
/AliOS-Things-master/components/mbedtls/library/
A Dssl_ticket.c97 uint32_t current_time = (uint32_t) mbedtls_time( NULL ); in ssl_ticket_update_keys()
100 if( current_time >= key_time && in ssl_ticket_update_keys()
101 current_time - key_time < ctx->ticket_lifetime ) in ssl_ticket_update_keys()
450 mbedtls_time_t current_time = mbedtls_time( NULL ); in mbedtls_ssl_ticket_parse() local
452 if( current_time < session->start || in mbedtls_ssl_ticket_parse()
453 (uint32_t)( current_time - session->start ) > ctx->ticket_lifetime ) in mbedtls_ssl_ticket_parse()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/ke/api/
A Dke_timer.h133 bool ke_sleep_time_get(uint32_t current_time, int32_t* sleep_time);
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_promisc.c338 unsigned int current_time = rtw_get_current_time(); in promisc_test() local
340 if(rtw_systime_to_ms(current_time - start_time) < (unsigned int)duration) { in promisc_test()
456 unsigned int current_time = rtw_get_current_time(); in promisc_test_all() local
458 if(rtw_systime_to_ms(current_time - start_time) < (unsigned int)duration) { in promisc_test_all()
A Dwifi_simple_config.c1626 unsigned int current_time = xTaskGetTickCount(); in simple_config_channel_control() local
1629 if (((current_time - start_time)*1000 /configTICK_RATE_HZ < (u32)interval) in simple_config_channel_control()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/wpa_supplicant/
A Dwifi_wps_config.c863 unsigned int current_time = rtw_get_current_time(); in wps_start() local
864 if ((rtw_systime_to_sec(current_time - start_time) < 120) && !wps_stop_notified) { in wps_start()
/AliOS-Things-master/components/uvoice/codec/
A Dpvaac_decoder.c60 uint32_t current_time; member
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dimpl_gateway.c384 uint64_t current_time = HAL_UptimeMs(); in _linkkit_gateway_upstream_callback_remove() local
385 if (current_time - node->timestamp_ms > node->timeout_ms) { in _linkkit_gateway_upstream_callback_remove()

Completed in 38 milliseconds