Home
last modified time | relevance | path

Searched refs:cJSON_Number (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c115 if (NULL == port || cJSON_Number != port->type) { in board_parse_gpio()
229 if (NULL == port || cJSON_Number != port->type) { in board_parse_uart()
234 if (NULL != temp && cJSON_Number == temp->type) { in board_parse_uart()
255 if (NULL != temp && cJSON_Number == temp->type) { in board_parse_uart()
259 if (NULL != temp && cJSON_Number == temp->type) { in board_parse_uart()
364 if (NULL == port || cJSON_Number != port->type) { in board_parse_i2c()
370 if (NULL != temp && cJSON_Number == temp->type) { in board_parse_i2c()
384 if (NULL != temp && cJSON_Number == temp->type) { in board_parse_i2c()
396 if (NULL != temp && cJSON_Number == temp->type) { in board_parse_i2c()
400 if (NULL != temp && cJSON_Number == temp->type) { in board_parse_i2c()
[all …]
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c127 if (NULL == port || cJSON_Number != port->type) in board_parse_gpio()
256 if (NULL == port || cJSON_Number != port->type) in board_parse_uart()
262 if (NULL != temp && cJSON_Number == temp->type) in board_parse_uart()
285 if (NULL != temp && cJSON_Number == temp->type) in board_parse_uart()
290 if (NULL != temp && cJSON_Number == temp->type) in board_parse_uart()
409 if (NULL == port || cJSON_Number != port->type) in board_parse_i2c()
416 if (NULL != temp && cJSON_Number == temp->type) in board_parse_i2c()
432 if (NULL != temp && cJSON_Number == temp->type) in board_parse_i2c()
448 if (NULL != temp && cJSON_Number == temp->type) in board_parse_i2c()
526 if (NULL == port || cJSON_Number != port->type) in board_parse_spi()
[all …]
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dimpl_solo.c305 if (payload == NULL || lite_item_devid.type != cJSON_Number || in _linkkit_solo_event_callback()
344 if (payload == NULL || lite_item_id.type != cJSON_Number || in _linkkit_solo_event_callback()
345 lite_item_devid.type != cJSON_Number || in _linkkit_solo_event_callback()
384 if (payload == NULL || lite_item_devid.type != cJSON_Number) { in _linkkit_solo_event_callback()
494 if (payload == NULL || lite_item_id.type != cJSON_Number || in _linkkit_solo_event_callback()
495 lite_item_code.type != cJSON_Number || in _linkkit_solo_event_callback()
496 lite_item_devid.type != cJSON_Number) { in _linkkit_solo_event_callback()
537 if (payload == NULL || lite_item_id.type != cJSON_Number || in _linkkit_solo_event_callback()
538 lite_item_code.type != cJSON_Number || in _linkkit_solo_event_callback()
539 lite_item_devid.type != cJSON_Number || in _linkkit_solo_event_callback()
[all …]
/AliOS-Things-master/components/linkkit/dev_model/
A Dimpl_linkkit.c652 lite_item_devid.type != cJSON_Number || in _iotx_linkkit_event_callback()
817 lite_item_devid.type != cJSON_Number || in _iotx_linkkit_event_callback()
882 lite_item_code.type != cJSON_Number || in _iotx_linkkit_event_callback()
883 lite_item_devid.type != cJSON_Number) { in _iotx_linkkit_event_callback()
924 lite_item_code.type != cJSON_Number || in _iotx_linkkit_event_callback()
925 lite_item_devid.type != cJSON_Number || in _iotx_linkkit_event_callback()
1010 lite_item_devid.type != cJSON_Number || in _iotx_linkkit_event_callback()
1248 lite_item_devid.type != cJSON_Number || in _iotx_linkkit_event_callback()
1249 lite_item_code.type != cJSON_Number || in _iotx_linkkit_event_callback()
1288 lite_item_devid.type != cJSON_Number || in _iotx_linkkit_event_callback()
[all …]
A Ddm_message.c213 strlen(DM_MSG_KEY_CODE), cJSON_Number, in dm_msg_response_parse()
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_cjson.h13 #define cJSON_Number (1 << 3) macro
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c140 item->type = cJSON_Number; in parse_number()
490 return (lite->type & 0xFF) == cJSON_Number; in lite_cjson_is_number()
1476 case cJSON_Number: in print_value()
1753 item->type = cJSON_Number; in lite_cjson_create_number()
/AliOS-Things-master/components/cjson/src/
A DcJSON.c336 item->type = cJSON_Number; in parse_number()
1305 case cJSON_Number: in print_value()
2295 item->type = cJSON_Number; in cJSON_CreateNumber()
2756 return (item->type & 0xFF) == cJSON_Number; in cJSON_IsNumber()
2812 case cJSON_Number: in cJSON_Compare()
2837 case cJSON_Number: in cJSON_Compare()
/AliOS-Things-master/components/cjson/include/
A DcJSON.h93 #define cJSON_Number (1 << 3) macro
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_linksdk.c236 if (strLed == NULL || strLed->type != cJSON_Number) { in BleCfg_led_switch()

Completed in 31 milliseconds