Searched refs:native_aiot_get_ntp_time (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/ |
A D | module_aiot_device.c | 579 static JSValue native_aiot_get_ntp_time(JSContext *ctx, JSValueConst this_val,int argc, JSValueCons… in native_aiot_get_ntp_time() function 945 JS_CFUNC_DEF("getNtpTime", 2, native_aiot_get_ntp_time),
|
A D | module_aiot_gateway.c | 882 static JSValue native_aiot_get_ntp_time(JSContext *ctx, JSValueConst this_val, int argc, JSValueCon… in native_aiot_get_ntp_time() function 944 JS_CFUNC_DEF("getNtpTime", 1, native_aiot_get_ntp_time),
|
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/ |
A D | module_aiot_device.c | 1132 MP_DEFINE_CONST_FUN_OBJ_2(native_aiot_get_ntp_time, hapy_get_ntp_time); 1148 { MP_OBJ_NEW_QSTR(MP_QSTR_getNtpTime), MP_ROM_PTR(&native_aiot_get_ntp_time) },
|
Completed in 16 milliseconds