Home
last modified time | relevance | path

Searched refs:valueint (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/solutions/audio_demo/
A Ddata_model_basic_demo.c157 if(1 == item_payload->valueint) { in demo_dm_recv_handler()
158 printf("PowerSwitch = %d \r\n", item_payload->valueint); in demo_dm_recv_handler()
174 if((1 == item_payload->valueint) && (0 == recorder_state)) { in demo_dm_recv_handler()
211 printf("PlayType = %d \r\n", item_payload->valueint); in demo_dm_recv_handler()
212 switch(item_payload->valueint) { in demo_dm_recv_handler()
241 printf("set volume = %d \r\n", item_payload->valueint); in demo_dm_recv_handler()
242 aos_set_master_volume(item_payload->valueint); in demo_dm_recv_handler()
/AliOS-Things-master/components/ulog/src/
A Dulog_init.c159 if(ULOG_POLICY_RQST == ulog_cmd->valueint) { in on_ulog_handler()
167 if (ulog_cmd->valueint <= LOG_NONE) { in on_ulog_handler()
168 on_filter_change(ulog_session_cloud, ulog_cmd->valueint); in on_ulog_handler()
196 rc = http_start(ulog_cmd->valuestring, ulog_idx->valueint); in on_ulog_handler()
A Dulog_fs_cfg.c341 …update_mm_cfg(cfg_key_list[i].type, (ulog_idx_type)config_node->valueint, ulog_cfg_para_none, NULL… in parser_cfg_file()
351 (ulog_idx_type)config_node->valueint, in parser_cfg_file()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c172 device.port = port->valueint; in board_parse_gpio()
235 int32_t width = temp->valueint; in board_parse_uart()
308 device.port = port->valueint; in board_parse_uart()
371 switch (temp->valueint) { in board_parse_i2c()
385 config->freq = temp->valueint; in board_parse_i2c()
397 timeout = temp->valueint; in board_parse_i2c()
408 device.port = port->valueint; in board_parse_i2c()
484 config->freq = temp->valueint; in board_parse_spi()
496 device.port = port->valueint; in board_parse_spi()
556 device.port = port->valueint; in board_parse_pwm()
[all …]
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c189 device.port = port->valueint; in board_parse_gpio()
344 device.port = port->valueint; in board_parse_uart()
418 switch (temp->valueint) in board_parse_i2c()
458 device.port = port->valueint; in board_parse_i2c()
562 device.port = port->valueint; in board_parse_spi()
635 switch (temp->valueint) in board_parse_can()
694 device.port = port->valueint; in board_parse_can()
766 device.port = port->valueint; in board_parse_pwm()
845 device.port = port->valueint; in board_parse_adc()
916 device.port = port->valueint; in board_parse_dac()
[all …]
/AliOS-Things-master/solutions/linkkit_genie_demo/
A Dgenie_demo.c142 EXAMPLE_TRACE("NumberA = %d", item_number_a->valueint); in user_service_request_event_handler()
149 EXAMPLE_TRACE("NumberB = %d", item_number_b->valueint); in user_service_request_event_handler()
150 add_result = item_number_a->valueint + item_number_b->valueint; in user_service_request_event_handler()
/AliOS-Things-master/components/cjson/example/
A Dcjson_example.c80 printf("%d x %.2f\n", width->valueint, height->valuedouble); in cjson_example()
/AliOS-Things-master/components/uagent/src/
A Duagent_core.c500 id = msgid->valueint; in uagent_on_recv_handler()
521 mod->valueint, in uagent_on_recv_handler()
522 func->valueint, in uagent_on_recv_handler()
534 mod->valueint, in uagent_on_recv_handler()
535 func->valueint, in uagent_on_recv_handler()
/AliOS-Things-master/components/cjson/src/
A DcJSON.c325 item->valueint = INT_MAX; in parse_number()
329 item->valueint = INT_MIN; in parse_number()
333 item->valueint = (int)number; in parse_number()
347 object->valueint = INT_MAX; in cJSON_SetNumberHelper()
351 object->valueint = INT_MIN; in cJSON_SetNumberHelper()
355 object->valueint = (int)number; in cJSON_SetNumberHelper()
1238 item->valueint = 1; in parse_value()
2301 item->valueint = INT_MAX; in cJSON_CreateNumber()
2305 item->valueint = INT_MIN; in cJSON_CreateNumber()
2309 item->valueint = (int)num; in cJSON_CreateNumber()
[all …]
/AliOS-Things-master/components/cjson/include/
A DcJSON.h117 int valueint; member
269 #define cJSON_SetIntValue(object, number) ((object) ? (object)->valueint = (object)->valuedouble = …
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_cjson.h75 int valueint; /* The item's number, if type==cJSON_Number */ member
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_linksdk.c239 s_led_state[led_id] = strLed->valueint; in BleCfg_led_switch()
240 if (strLed->valueint == 1) { in BleCfg_led_switch()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c1758 item->valueint = INT_MAX; in lite_cjson_create_number()
1760 item->valueint = INT_MIN; in lite_cjson_create_number()
1762 item->valueint = (int)num; in lite_cjson_create_number()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/
A Dmodule_bt_host.c287 vals_data[index++] = elemet->valueint; in native_bt_host_update_chars()
/AliOS-Things-master/components/uvoice/application/comb/
A Dcomb.c714 index = item->valueint; in comb_receipt_play()
817 index = item->valueint; in comb_content_play()
/AliOS-Things-master/components/ota/ota_agent/transport/
A Dota_transport_mqtt.c132 ota_param.len = size->valueint; in ota_sevice_parse_msg()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/
A Dmodule_bt_host.c335 vals_data[index++] = elemet->valueint; in native_bt_host_update_chars()

Completed in 30 milliseconds