Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 167) sorted by relevance

1234567

/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/
A DCoAPMessage_common.c38 int CoAPStrOption_add(CoAPMessage *message, unsigned short optnum, in CoAPStrOption_add()
61 int CoAPStrOption_get(CoAPMessage *message, unsigned short optnum, in CoAPStrOption_get()
82 int CoAPUintOption_add(CoAPMessage *message, unsigned short optnum, in CoAPUintOption_add()
123 int CoAPUintOption_get(CoAPMessage *message, unsigned short optnum, in CoAPUintOption_get()
161 int CoAPOption_present(CoAPMessage *message, unsigned short option) in CoAPOption_present()
173 int CoAPMessageId_set(CoAPMessage *message, unsigned short msgid) in CoAPMessageId_set()
182 int CoAPMessageType_set(CoAPMessage *message, unsigned char type) in CoAPMessageType_set()
229 int CoAPMessageUserData_set(CoAPMessage *message, void *userdata) in CoAPMessageUserData_set()
238 int CoAPMessageKeep_Set(CoAPMessage *message, int keep) in CoAPMessageKeep_Set()
259 int CoAPMessage_init(CoAPMessage *message) in CoAPMessage_init()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Ddebug.h75 #define LWIP_ASSERT(message, assertion) do { if (!(assertion)) { \ argument
81 #define LWIP_ASSERT(message, assertion) argument
87 #define LWIP_PLATFORM_ERROR(message) LWIP_PLATFORM_ASSERT(message) argument
89 #define LWIP_PLATFORM_ERROR(message) LWIP_PLATFORM_DIAG((message)) argument
91 #define LWIP_PLATFORM_ERROR(message) argument
94 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
105 #define LWIP_DEBUGF(debug, message) do { \ argument
118 #define LWIP_DEBUGF(debug, message) argument
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/
A Drtl8721dhp_des_rom.c55 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_cbc_encrypt()
82 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_cbc_decrypt()
129 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_ecb_encrypt()
153 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_ecb_decrypt()
197 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_cfb_encrypt()
221 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_cfb_decrypt()
265 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_ofb_encrypt()
289 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_ofb_decrypt()
333 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_ctr_encrypt()
357 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_ctr_decrypt()
[all …]
A Drtl8721dhp_aes_rom.c58 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_cbc_encrypt()
86 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_cbc_decrypt()
133 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_ecb_encrypt()
158 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_ecb_decrypt()
202 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_ctr_encrypt()
228 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_ctr_decrypt()
274 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_cfb_encrypt()
300 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_cfb_decrypt()
346 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_ofb_encrypt()
372 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_ofb_decrypt()
[all …]
A Drtl8721dhp_sha.c60 IN const u8* message, IN const u32 msglen, in rtl_crypto_sha1_process()
79 int rtl_crypto_sha1_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_sha1_update()
134 int rtl_crypto_sha1(IN const u8* message, IN const u32 msglen, OUT u8* pDigest) in rtl_crypto_sha1()
196 int rtl_crypto_sha2_process(IN const u8* message, IN const u32 msglen, OUT u8* pDigest) in rtl_crypto_sha2_process()
214 int rtl_crypto_sha2_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_sha2_update()
348 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_sha1_process()
370 int rtl_crypto_hmac_sha1_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_hmac_sha1_update()
433 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_sha1()
531 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_sha2_process()
553 int rtl_crypto_hmac_sha2_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_hmac_sha2_update()
[all …]
A Drtl8721dhp_md5.c62 IN const u8* message, IN const u32 msglen, in rtl_crypto_md5_process()
89 int rtl_crypto_md5_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_md5_update()
143 int rtl_crypto_md5(IN const u8* message, IN const u32 msglen, OUT u8* pDigest) in rtl_crypto_md5()
191 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_md5_process()
213 int rtl_crypto_hmac_md5_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_hmac_md5_update()
276 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_md5()
A Drtl8721dhp_chacha_poly1305.c48 int rtl_crypto_poly1305_process(IN const u8 *message, IN const u32 msglen, OUT u8 *pDigest) in rtl_crypto_poly1305_process()
68 int rtl_crypto_poly1305(IN const u8* message, IN const u32 msglen, IN const u8* key, in rtl_crypto_poly1305()
106 int rtl_crypto_chacha_encrypt(IN const u8* message, IN const u32 msglen, in rtl_crypto_chacha_encrypt()
135 int rtl_crypto_chacha_decrypt(IN const u8* message, IN const u32 msglen, in rtl_crypto_chacha_decrypt()
182 int rtl_crypto_chacha_poly1305_encrypt(IN const u8* message, IN const u32 msglen, in rtl_crypto_chacha_poly1305_encrypt()
218 int rtl_crypto_chacha_poly1305_decrypt(IN const u8* message, IN const u32 msglen, in rtl_crypto_chacha_poly1305_decrypt()
/AliOS-Things-master/components/osal_aos/example/
A Dmem_example.c23 struct message { struct
31 struct message *messages_ptr = NULL; in mem_alloc() argument
/AliOS-Things-master/components/jsoncpp/include/json/
A Dassertions.h30 #define JSON_FAIL_MESSAGE(message) \ argument
44 #define JSON_FAIL_MESSAGE(message) \ argument
54 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
A Dconfig.h79 #define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message))) argument
83 #define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message))) argument
85 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) argument
89 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) argument
93 #define JSONCPP_DEPRECATED(message) argument
/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPMessage.c48 int Cloud_CoAPMessageHandler_set(Cloud_CoAPMessage *message, in Cloud_CoAPMessageHandler_set()
59 Cloud_CoAPMessage *message, int len) in Cloud_CoAPMessageList_add()
100 Cloud_CoAPMessage *message) in Cloud_CoAPMessage_send()
141 Cloud_CoAPMessage *message) in Cloud_CoAPAckMessage_handle()
160 Cloud_CoAPMessage message; in Cloud_CoAPAckMessage_send() local
167 Cloud_CoAPMessage *message) in Cloud_CoAPRespMessage_handle()
216 Cloud_CoAPMessage message; in Cloud_CoAPMessage_handle() local
A Diotx_coap_api.c198 Cloud_CoAPMessage *message = (Cloud_CoAPMessage *)p_message; in iotx_device_name_auth_callback() local
258 void iotx_event_notifyer(unsigned int code, Cloud_CoAPMessage *message) in iotx_event_notifyer()
303 Cloud_CoAPMessage message; in iotx_get_well_known() local
348 iotx_message_t message; in coap_report_func() local
473 Cloud_CoAPMessage message; in IOT_CoAP_DeviceNameAuth() local
568 static int iotx_split_path_2_option(char *uri, Cloud_CoAPMessage *message) in iotx_split_path_2_option()
626 Cloud_CoAPMessage message; in IOT_CoAP_SendMessage() local
747 Cloud_CoAPMessage *message = NULL; in IOT_CoAP_GetMessagePayload() local
802 Cloud_CoAPMessage *message = NULL; in IOT_CoAP_GetMessageToken() local
819 Cloud_CoAPMessage *message = NULL; in IOT_CoAP_GetMessageCode() local
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Ddebug.h74 #define LWIP_ASSERT(message, assertion) do { if (!(assertion)) { \ argument
80 #define LWIP_ASSERT(message, assertion) argument
86 #define LWIP_PLATFORM_ERROR(message) LWIP_PLATFORM_ASSERT(message) argument
88 #define LWIP_PLATFORM_ERROR(message) LWIP_PLATFORM_DIAG((message)) argument
90 #define LWIP_PLATFORM_ERROR(message) argument
93 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
104 #define LWIP_DEBUGF(debug, message) do { \ argument
155 #define LWIP_DEBUGF(debug, message) argument
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPMessage.c57 int CoAPMessageHandler_set(CoAPMessage *message, CoAPSendMsgHandler handler) in CoAPMessageHandler_set()
67 CoAPMessage *message, unsigned char *buffer, in CoAPMessageList_add()
142 void CoAPMessage_dump(NetworkAddr *remote, CoAPMessage *message) in CoAPMessage_dump()
176 CoAPMessage *message) in CoAPMessage_send()
236 int CoAPMessage_cancel(CoAPContext *context, CoAPMessage *message) in CoAPMessage_cancel()
330 CoAPMessage message; in CoAPAckMessage_send() local
345 CoAPMessage message; in CoAPRestMessage_send() local
380 CoAPMessage *message) in CoAPRespMessage_handle()
459 CoAPMessage message; in CoAPRequestMessage_ack_send() local
471 CoAPMessage *message) in CoAPRequestMessage_handle()
[all …]
/AliOS-Things-master/components/linkkit/dev_model/server/
A Ddm_server.c9 _IN_ CoAPMessage *message, in _dm_server_malloc_context()
115 CoAPMessage *message) in dm_server_thing_service_property_set()
166 NetworkAddr *remote, CoAPMessage *message) in dm_server_thing_service_request()
193 CoAPMessage *message) in dm_server_thing_service_property_get()
235 CoAPMessage *message) in dm_server_thing_service_property_post()
273 CoAPMessage *message) in dm_server_thing_dev_core_service_dev()
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_message.c59 char *message = NULL; in dm_msg_send_msg_timeout_to_user() local
478 char *message = NULL; in dm_msg_property_set() local
506 char *message = NULL; in dm_msg_thing_event_notify() local
586 char *message = NULL; in dm_msg_thing_service_request() local
773 char *message = NULL; in dm_msg_thing_event_post_reply() local
822 char *message = NULL; in dm_msg_thing_property_desired_get_reply() local
870 char *message = NULL; in dm_msg_thing_property_desired_delete_reply() local
919 char *message = NULL; in dm_msg_thing_deviceinfo_update_reply() local
966 char *message = NULL; in dm_msg_thing_deviceinfo_delete_reply() local
1086 char *message = NULL; in dm_msg_ntp_response() local
[all …]
/AliOS-Things-master/components/oss/src/external/json/
A Djson-forwards.h161 # define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) argument
209 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) argument
213 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) argument
215 # define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) argument
220 #define JSONCPP_DEPRECATED(message) argument
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_coap.c36 void alcs_msg_init(CoAPContext *ctx, CoAPMessage *message, int code, in alcs_msg_init()
56 void alcs_msg_deinit(CoAPMessage *message) in alcs_msg_deinit()
62 CoAPMessage *message, char observe, unsigned short msgid, in do_sendmsg()
90 int alcs_sendmsg(CoAPContext *context, NetworkAddr *addr, CoAPMessage *message, in alcs_sendmsg()
98 int alcs_sendrsp(CoAPContext *context, NetworkAddr *addr, CoAPMessage *message, in alcs_sendrsp()
131 NetworkAddr *remote, CoAPMessage *message) in recv_msg_handler()
367 static int path_2_option(const char *uri, CoAPMessage *message) in path_2_option()
402 int alcs_msg_setAddr(CoAPMessage *message, const char *path, const char *query) in alcs_msg_setAddr()
A Dalcs_client.c115 NetworkAddr *remote, CoAPMessage *message) in nego_cb()
207 static int CoAPServerPath_2_option(char *uri, CoAPMessage *message) in CoAPServerPath_2_option()
247 NetworkAddr *remote, CoAPMessage *message) in auth_cb()
401 CoAPMessage message; in do_auth() local
471 CoAPMessage message; in alcs_auth_nego_key() local
562 NetworkAddr *remote, CoAPMessage *message) in heart_beat_cb()
627 CoAPMessage message; in on_client_auth_timer() local
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DError.cc21 Error::Error(std::string code, const std::string message) in Error()
30 void Error::setErrorMessage(const std::string &message) { message_ = message; } in setErrorMessage()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal_ext/
A Dcrypto_api.h1158 __STATIC_INLINE int rtl_crypto_sha2(const SHA2_TYPE sha2type, const uint8_t *message, in rtl_crypto_sha2()
1198 __STATIC_INLINE int rtl_crypto_sha2_process(const uint8_t *message, const uint32_t msglen, uint8_t … in rtl_crypto_sha2_process()
1217 __STATIC_INLINE int rtl_crypto_hmac_sha2(const SHA2_TYPE sha2type, const uint8_t *message,const uin… in rtl_crypto_hmac_sha2()
1259 __STATIC_INLINE int rtl_crypto_hmac_sha2_process(const uint8_t *message, const uint32_t msglen, uin… in rtl_crypto_hmac_sha2_process()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/client/
A DError.h44 Error(const std::string& code, const std::string& message): in Error()
58 void setMessage(const std::string& message) { message_ = message;} in setMessage()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/cli/
A Dlight_lightness_cli.c27 model_message message; in _light_lightness_status() local
39 model_message message; in _light_lightness_linear_status() local
50 model_message message; in _light_lightness_last_status() local
62 model_message message; in _light_lightness_default_status() local
74 model_message message; in _light_lightness_range_status() local
A Dlight_ctl_cli.c25 model_message message; in _light_ctl_status() local
37 model_message message; in _light_ctl_temp_status() local
49 model_message message; in _light_ctl_default_status() local
61 model_message message; in _light_ctl_range_status() local
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/telnetd/
A Dtelnetserver.c965 void TelnetWriteErrorMessage(char* message) { in TelnetWriteErrorMessage()
986 void TelnetWriteStatusMessage(char* message) { in TelnetWriteStatusMessage()
1009 void TelnetWriteDebugMessage(char* message) { in TelnetWriteDebugMessage()
1032 void TelnetWriteCommandDataMessage(char* message) { in TelnetWriteCommandDataMessage()

Completed in 35 milliseconds

1234567