/AliOS-Things-master/components/linkkit/iot_coap/server/ |
A D | CoAPServer.c | 94 COAP_INFO("Exit the CoAP daemon task, Post semphore"); in CoAPServer_yield() 174 COAP_INFO("The CoAP Server already init"); in CoAPServer_init() 183 COAP_INFO("Invalid CoAP Server context"); in CoAPServer_deinit() 193 COAP_INFO("CoAP Server deinit"); in CoAPServer_deinit() 199 COAP_INFO("Wait Semaphore, will exit task"); in CoAPServer_deinit() 311 COAP_INFO("The CoAP Server is already running"); in CoAPServer_loop()
|
A D | CoAPResource.c | 133 COAP_INFO("The resource count exceeds limit, cur %d, max %d", in CoAPResource_register() 150 COAP_INFO("CoAPResource_register:Alread exist"); in CoAPResource_register() 156 COAP_INFO("The resource %s already exist, re-write it", path); in CoAPResource_register() 162 COAP_INFO("CoAPResource_register:Alread exist"); in CoAPResource_register() 168 COAP_INFO("The resource %s already exist, re-write it", path); in CoAPResource_register() 222 COAP_INFO("%s\n", "NULL == context || NULL == path"); in CoAPResourceByPath_get()
|
A D | CoAPMessage.c | 116 COAP_INFO("add message %d in list, keep:%d, cur:%d", in CoAPMessageList_add() 191 COAP_INFO("The message length %d is too loog", msglen); in CoAPMessage_send() 197 COAP_INFO("Malloc memory failed"); in CoAPMessage_send() 252 COAP_INFO("Cancel message %d from list, cur count %d", in CoAPMessage_cancel() 464 COAP_INFO("Send Ack Response Message: %d", msgid); in CoAPRequestMessage_ack_send() 568 COAP_INFO("Weird packet,drop it"); in CoAPMessage_handle() 622 COAP_INFO("Retransmit timeout,remove the message id %d count %d", in Check_timeout()
|
A D | CoAPObserve.c | 111 COAP_INFO("Cur have %d observer, max allow %d", in CoAPObsServer_add() 221 COAP_INFO("Encrypt payload failed"); in CoAPObsServer_notify() 304 COAP_INFO("The observe client callback is NULL"); in CoAPObsClient_add() 341 COAP_INFO("Cur have %d obsclient, max allow %d", in CoAPObsClient_add()
|
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_client.c | 117 COAP_INFO("nego_cb, message addr:%p, networkaddr:%p!", message, remote); in nego_cb() 295 COAP_INFO("sessionId:%d", session->sessionId); in auth_cb() 317 COAP_INFO("sessionKey is created"); in auth_cb() 356 COAP_INFO("no need to reauth!"); in do_auth() 361 COAP_INFO("is authing, no need to reauth!"); in do_auth() 375 COAP_INFO("pk:%s, dn:%s, checksum:%s", devKey.pk, devKey.dn, in do_auth() 396 COAP_INFO("payload:%s", payloadbuf); in do_auth() 452 COAP_INFO("no device!"); in alcs_auth_nego_key() 458 COAP_INFO("no ctl key!"); in alcs_auth_nego_key() 461 COAP_INFO("accesskeys:%s", accesskeys); in alcs_auth_nego_key() [all …]
|
A D | alcs_mqtt.c | 69 COAP_INFO("ALCS KV Set, Key: %s, Val: %s, Len: %d", key, (char *)val, len); in __alcs_mqtt_kv_set() 80 COAP_INFO("ALCS KV Get, Key: %s", key); in __alcs_mqtt_kv_get() 91 COAP_INFO("ALCS KV Del, Key: %s", key); in __alcs_mqtt_kv_del() 283 COAP_INFO("Receivce Message, Topic: %.*s\n", topic_len, topic); in __alcs_mqtt_subscribe_callback() 307 COAP_INFO("Get Reply, Product Key: %.*s, Device Name: %.*s\n", in __alcs_mqtt_subscribe_callback() 413 COAP_INFO("prefix saved\n"); in __alcs_mqtt_subscribe_callback() 572 COAP_INFO("The blacklist is %.*s", blacklist_len, blacklist); in alcs_mqtt_blacklist_update() 595 COAP_INFO("start alcs_prefixkey_update\n"); in alcs_mqtt_prefixkey_update() 607 COAP_INFO("alcs_prefixkey_update failed\n"); in alcs_mqtt_prefixkey_update() 640 COAP_INFO("ALCS Prefix Get, Topic: %s, Payload: %s", topic, msg_pub); in alcs_prefixkey_get() [all …]
|
A D | alcs_server.c | 131 COAP_INFO("islegal prefix:%.*s, seq:%.*s", prefixlen, keyprefix, seqlen, in is_legal_key() 145 COAP_INFO("accesskey is revocated"); in is_legal_key() 152 COAP_INFO("ALCS_AUTH_AUTHLISTEMPTY:%d\r\n", in is_legal_key() 183 COAP_INFO("ALCS_AUTH_UNMATCHPREFIX:%d\r\n", in is_legal_key() 234 COAP_INFO("accesskey:%.*s", tmplen, accesskey); in alcs_rec_auth() 246 COAP_INFO("islegal return null"); in alcs_rec_auth() 254 COAP_INFO("accessToken:%.*s", tokenlen, accessToken); in alcs_rec_auth() 380 COAP_INFO("add_svr_key\n"); in add_svr_key() 426 COAP_INFO("alcs_add_svr_key, priority=%d", priority); in alcs_add_svr_key() 590 COAP_INFO("alcs_resource_register_secure"); in alcs_resource_register_secure() [all …]
|
A D | alcs_coap.c | 148 COAP_INFO("recv_msg_handler call callback"); in recv_msg_handler() 230 COAP_INFO("CoAPContext_create return :%p", alcs_ctx->ctx); in alcs_context_create() 265 COAP_INFO("CoAPServer_init return :%p", g_alcs_ctx->ctx); in alcs_context_init() 302 COAP_INFO("thread_routine"); in thread_routine()
|
A D | alcs_localsetup.c | 35 COAP_INFO("ALCS KV Set, Key: %s, Val: %s, Len: %d", key, (char *)val, len); in __alcs_localsetup_kv_set() 51 COAP_INFO("ALCS KV Get, Key: %s", key); in __alcs_localsetup_kv_get() 62 COAP_INFO("ALCS KV Del, Key: %s", key); in __alcs_localsetup_kv_del()
|
A D | alcs_adapter.c | 200 COAP_INFO( in iotx_alcs_coap_adapter_event_notifier() 283 COAP_INFO("iotx_alcs_adapter_init"); in iotx_alcs_adapter_init() 484 COAP_INFO("iotx_alcs_construct enter"); in iotx_alcs_construct() 508 COAP_INFO("Start ALCS Cloud Init"); in iotx_alcs_cloud_init() 815 COAP_INFO("alcs register resource, uri:%s", resource->uri); in iotx_alcs_register_resource() 881 COAP_INFO("This Product Key And Device Name Have Been Added"); in iotx_alcs_add_sub_device()
|
A D | alcs_api.c | 64 COAP_INFO("remove_session"); in remove_session() 512 COAP_INFO("secure_sendmsg_handler timeout"); in secure_sendmsg_handler()
|
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/ |
A D | CoAPPlatform.h | 33 #define COAP_INFO(...) log_info("coap_local", __VA_ARGS__) macro 49 #define COAP_INFO(...) \
|
/AliOS-Things-master/components/linkkit/iot_coap/client/ |
A D | iotx_coap_api.c | 228 COAP_INFO("CoAP authenticate success!!!"); in iotx_device_name_auth_callback() 234 COAP_INFO( in iotx_device_name_auth_callback() 275 COAP_INFO("IoTx token expired, will reauthenticate"); in iotx_event_notifyer() 294 COAP_INFO("[APPL]: Message response code: %d", resp_code); in iotx_get_well_known_handler() 295 COAP_INFO("[APPL]: Len: %d, Payload: %s, ", len, p_payload); in iotx_get_well_known_handler() 402 COAP_INFO("fail to decrypt"); in iotx_aes_cbc_decrypt() 549 COAP_INFO("CoAP authenticate failed"); in IOT_CoAP_DeviceNameAuth() 640 COAP_INFO("Upstream Topic: '%s'", p_path); in IOT_CoAP_SendMessage() 641 COAP_INFO("Upstream Payload:"); in IOT_CoAP_SendMessage() 700 COAP_INFO("Encrypt seq failed"); in IOT_CoAP_SendMessage() [all …]
|
A D | Cloud_CoAPMessage.c | 113 COAP_INFO("The message length %d is too loog", msglen); in Cloud_CoAPMessage_send() 183 COAP_INFO("Downstream Payload:"); in Cloud_CoAPRespMessage_handle() 315 COAP_INFO( in Cloud_CoAPMessage_cycle()
|
A D | Cloud_CoAPExport.h | 61 #define COAP_INFO(...) log_info("coap_cloud", __VA_ARGS__) macro
|
A D | Cloud_CoAPNetwork.c | 38 COAP_INFO("dtls session read failed, return (0x%04x)", err_code); in Cloud_CoAPNetworkDTLS_read()
|