Home
last modified time | relevance | path

Searched full:param (Results 1 - 25 of 112) sorted by relevance

12345

/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Diot_hmac.h20 * @param content: This is the content for the hmac,
22 * @param content_len: The length of the content
23 * @param key: This is the key for the hmac, and usually it is the time used in the client_id:
25 * @param key_len: The length of the key
26 * @param buf: used to storage the hmac code
27 * @param buf_len:the buf length
H A Diot_main.h33 * @param qos: the mqtt qos,:0,1,2
34 * @param topic: the iot mqtt topic
35 * @param payload: the mqtt payload
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Diot_hmac.h20 * @param content: This is the content for the hmac,
22 * @param content_len: The length of the content
23 * @param key: This is the key for the hmac, and usually it is the time used in the client_id:
25 * @param key_len: The length of the key
26 * @param buf: used to storage the hmac code
27 * @param buf_len:the buf length
H A Diot_main.h33 * @param qos: the mqtt qos,:0,1,2
34 * @param topic: the iot mqtt topic
35 * @param payload: the mqtt payload
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Diot_hmac.h26 * @param content: This is the content for the hmac,and usually it is the device passwd set or get from the Iot Platform
27 * @param content_len: The length of the content
28 * @param key: This is the key for the hmac, and usually it is the time,
30 * @param key_len: The length of the key
31 * @param buf: used to storage the hmac code
32 * @param buf_len:the buf length
H A Diot_main.h36 * @param qos: the mqtt qos,:0,1,2
37 * @param topic: the iot mqtt topic
38 * @param payload: the mqtt payload
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_hmac.h26 * @param content: This is the content for the hmac,and usually it is the device passwd set or get from the Iot Platform
27 * @param content_len: The length of the content
28 * @param key: This is the key for the hmac, and usually it is the time,
30 * @param key_len: The length of the key
31 * @param buf: used to storage the hmac code
32 * @param buf_len:the buf length
H A Diot_adc.h101 * @param channel Indicates the ADC channel index.
102 * @param data Indicates the pointer to the address for storing the read data.
103 * @param equModel Indicates the equation model.
104 * @param curBais Indicates the analog power control mode.
105 * @param rstCnt Indicates the count of the time from reset to conversion start.
H A Diot_main.h36 * @param qos: the mqtt qos,:0,1,2
37 * @param topic: the iot mqtt topic
38 * @param payload: the mqtt payload
/vendor/hihope/2in1_core_system/etc/
H A DBUILD.gn17 source = "./param/hardware_rk3568.para"
19 relative_install_dir = "param"
24 source = "./param/product_rk3568.para"
26 relative_install_dir = "param"
/vendor/hihope/dayu210/etc/
H A DBUILD.gn17 source = "./param/hardware_dayu210.para"
19 relative_install_dir = "param"
24 source = "./param/product_dayu210.para"
26 relative_install_dir = "param"
/vendor/hihope/default_core_system/etc/
H A DBUILD.gn17 source = "./param/hardware_rk3568.para"
19 relative_install_dir = "param"
24 source = "./param/product_rk3568.para"
26 relative_install_dir = "param"
/vendor/hihope/ipcamera_core_system/etc/
H A DBUILD.gn17 source = "./param/hardware_rk3568.para"
19 relative_install_dir = "param"
24 source = "./param/product_rk3568.para"
26 relative_install_dir = "param"
/vendor/hihope/rk3568/etc/
H A DBUILD.gn17 source = "./param/hardware_rk3568.para"
19 relative_install_dir = "param"
24 source = "./param/product_rk3568.para"
26 relative_install_dir = "param"
/vendor/hihope/tablet_core_system/etc/
H A DBUILD.gn17 source = "./param/hardware_rk3568.para"
19 relative_install_dir = "param"
24 source = "./param/product_rk3568.para"
26 relative_install_dir = "param"
/vendor/hihope/wearable/etc/
H A DBUILD.gn17 source = "./param/hardware_rk3568.para"
19 relative_install_dir = "param"
24 source = "./param/product_rk3568.para"
26 relative_install_dir = "param"
/vendor/hihope/dayu210/bluetooth/src/
H A Dconf.c38 int userial_set_port(char *p_conf_name, char *p_conf_value, int param);
39 int hw_set_patch_file_path(char *p_conf_name, char *p_conf_value, int param);
40 int hw_set_patch_file_name(char *p_conf_name, char *p_conf_value, int param);
42 int hw_set_patch_settlement_delay(char *p_conf_name, char *p_conf_value, int param);
54 typedef int(conf_action_t)(char *p_conf_name, char *p_conf_value, int param);
59 int param; member
127 p_entry->p_action(p_name, p_value, p_entry->param); in vnd_load_conf()
H A Dbt_vendor_brcm.c40 #define BTVNDDBG(param, ...) \
42 HILOGD(param, ##__VA_ARGS__); \
45 #define BTVNDDBG(param, ...) \
47 HILOGD(param, ##__VA_ARGS__); \
142 static int op(bt_opcode_t opcode, void *param) in op() argument
158 int(*fd_array)[] = (int(*)[])param; in op()
179 uint32_t *timeout_ms = (uint32_t *)param; in op()
199 hw_process_event((HC_BT_HDR *)param); in op()
/vendor/hihope/rk3568/bluetooth/src/
H A Dconf.c38 int userial_set_port(char *p_conf_name, char *p_conf_value, int param);
39 int hw_set_patch_file_path(char *p_conf_name, char *p_conf_value, int param);
40 int hw_set_patch_file_name(char *p_conf_name, char *p_conf_value, int param);
42 int hw_set_patch_settlement_delay(char *p_conf_name, char *p_conf_value, int param);
54 typedef int(conf_action_t)(char *p_conf_name, char *p_conf_value, int param);
59 int param; member
127 p_entry->p_action(p_name, p_value, p_entry->param); in vnd_load_conf()
H A Dbt_vendor_brcm.c40 #define BTVNDDBG(param, ...) \
42 HILOGD(param, ##__VA_ARGS__); \
45 #define BTVNDDBG(param, ...) \
47 HILOGD(param, ##__VA_ARGS__); \
142 static int op(bt_opcode_t opcode, void *param) in op() argument
158 int(*fd_array)[] = (int(*)[])param; in op()
179 uint32_t *timeout_ms = (uint32_t *)param; in op()
199 hw_process_event((HC_BT_HDR *)param); in op()
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/
H A Diot_adc.h101 * @param channel Indicates the ADC channel index.
102 * @param data Indicates the pointer to the address for storing the read data.
103 * @param equModel Indicates the equation model.
104 * @param curBais Indicates the analog power control mode.
105 * @param rstCnt Indicates the count of the time from reset to conversion start.
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Diot_adc.h101 * @param channel Indicates the ADC channel index.
102 * @param data Indicates the pointer to the address for storing the read data.
103 * @param equModel Indicates the equation model.
104 * @param curBais Indicates the analog power control mode.
105 * @param rstCnt Indicates the count of the time from reset to conversion start.
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/
H A Diot_adc.h101 * @param channel Indicates the ADC channel index.
102 * @param data Indicates the pointer to the address for storing the read data.
103 * @param equModel Indicates the equation model.
104 * @param curBais Indicates the analog power control mode.
105 * @param rstCnt Indicates the count of the time from reset to conversion start.
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
H A Diot_adc.h101 * @param channel Indicates the ADC channel index.
102 * @param data Indicates the pointer to the address for storing the read data.
103 * @param equModel Indicates the equation model.
104 * @param curBais Indicates the analog power control mode.
105 * @param rstCnt Indicates the count of the time from reset to conversion start.
/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/
H A Dapp_demo_histreaming.c74 * @param struct LinkService* ar: histreaming LinkServer structural morphology
75 * @param const char* property: characteristic value
76 * @param char* value: send value to apps
77 * @param int len: send value length
93 * @param struct LinkService* ar: histreaming LinkServer structural morphology
94 * @param const char* property: Eigenvalues sent by app
95 * @param char* value: Value sent by app
96 * @param int len: Length of APP sent

Completed in 28 milliseconds

12345