Home
last modified time | relevance | path

Searched refs:stringify (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/
A Dapp.js78 console.log("geo data " + JSON.stringify(geoLocation_data, null, 4))
105 device.postProps(JSON.stringify({
123 device.postProps(JSON.stringify({
126 device.postProps(JSON.stringify({
141 device.postProps(JSON.stringify({
166 device.postProps(JSON.stringify({
182 device.postProps(JSON.stringify({
190 device.postProps(JSON.stringify({
198 device.postProps(JSON.stringify({
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/utils/
A Dble_util.js30 reject({ content: JSON.stringify(error) });
44 reject({ content: JSON.stringify(error) });
58 reject({ content: JSON.stringify(error) });
72 reject({ content: JSON.stringify(error) });
100 resolve({ devices: null, content: '获取设备失败' + JSON.stringify(error) });
106 resolve({ devices: null, content: '启动扫描失败' + JSON.stringify(error) });
/AliOS-Things-master/components/amp/example-js/
A Diot.js47 var propertyPayload = JSON.stringify({
55 var eventPayload = JSON.stringify({
A Dgateway.js27 var payload = JSON.stringify({
44 var payload = JSON.stringify({
/AliOS-Things-master/components/amp/test/
A Dtest_iot.js88 console.log('iot: [success] iot.on(\'props\'), payload: ' + JSON.stringify(payload));
93 …console.log('iot: [success] iot.on(\'service\'), id: ' + id + ', payload: ' + JSON.stringify(paylo…
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/httpserver/
A Dhttp_test_server.js21 res.send(JSON.stringify(req.query));
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_language.js335 assert(JSON.stringify(a), '{"get":2,"set":3,"async":4}');
338 assert(JSON.stringify(a), '{"x":0,"get":1,"set":2,"async":3}');
A Dtest_builtin.js435 assert(JSON.stringify(a), s);
438 assert(JSON.stringify([[{x:1,y:{},z:[]},2,3]],undefined,1),
A Dtest_std.js139 assert(JSON.stringify(obj), expected);
A Dmicrobench.js948 f.puts(JSON.stringify(obj, null, 2));
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/netCfg/
A DnetCfg.js118 console.log({ content: '监听失败' + JSON.stringify(error) });
192 console.log({ content: '监听失败' + JSON.stringify(error) });
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dtest262.conf168 well-formed-json-stringify
A Dcutils.h42 #define stringify(s) tostring(s) macro
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/linkLP/
A DlinkLP.js129 console.log({ content: '监听失败' + JSON.stringify(error) });
/AliOS-Things-master/components/py_engine/engine/tools/
A Duncrustify.cfg154 # Add or remove space after preprocessor '#' stringify operator.
158 # Add or remove space before preprocessor '#' stringify operator

Completed in 32 milliseconds