/AliOS-Things-master/components/amp/example-js/ |
A D | rtc.js | 6 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 D | rtc.js | 5 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 D | rtc.js | 5 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 D | rtc.js | 5 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 D | command_responder.cc | 72 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 D | main_functions.cc | 154 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 D | command_responder.h | 29 int32_t current_time, const char* found_command,
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | dm_message_cache.c | 163 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 D | impl_linkkit.c | 294 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 D | vfs_lfs_mtime.py | 50 current_time = int(utime.time()) 65 print(current_time <= stat1[8] <= current_time + 1)
|
A D | vfs_fat_mtime.py | 47 current_time = int(utime.time())
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ssl_ticket.c | 97 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 D | ke_timer.h | 133 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 D | wifi_promisc.c | 338 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 D | wifi_simple_config.c | 1626 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 D | wifi_wps_config.c | 863 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 D | pvaac_decoder.c | 60 uint32_t current_time; member
|
/AliOS-Things-master/components/linkkit/dev_model/deprecated/ |
A D | impl_gateway.c | 384 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()
|