Searched refs:retCode (Results 1 - 10 of 10) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | iot_profile.c | 189 cJSON *retCode; in MakeProfileCmdResp() local 200 retCode = cJSON_CreateNumber(payload->retCode); in MakeProfileCmdResp() 201 if (retCode == NULL) { in MakeProfileCmdResp() 207 cJSON_AddItemToObjectCS(root, CN_PROFILE_CMDRESP_KEY_RETCODE, retCode); in MakeProfileCmdResp()
|
H A D | iot_profile.h | 55 int retCode; // /<response code, 0 success while others failed member
|
H A D | app_demo_iot.c | 48 resp.retCode = 0; // <which means 0 success and others failed in DemoMsgRcvCallBack()
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | iot_profile.c | 188 cJSON *retCode; in MakeProfileCmdResp() local 199 retCode = cJSON_CreateNumber(payload->retCode); in MakeProfileCmdResp() 200 if (retCode == NULL) { in MakeProfileCmdResp() 206 cJSON_AddItemToObjectCS(root, CN_PROFILE_CMDRESP_KEY_RETCODE, retCode); in MakeProfileCmdResp()
|
H A D | iot_profile.h | 85 int retCode; ///< response code, 0 success while others failed member
|
H A D | app_demo_iot.c | 144 resp.retCode = 0; ////< which means 0 success and others failed in DemoMsgRcvCallBack()
|
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/ |
H A D | iot_profile.c | 191 cJSON *retCode; in MakeProfileCmdResp() local 202 retCode = cJSON_CreateNumber(payload->retCode); in MakeProfileCmdResp() 203 if (retCode == NULL) { in MakeProfileCmdResp() 209 cJSON_AddItemToObjectCS(root, CN_PROFILE_CMDRESP_KEY_RETCODE, retCode); in MakeProfileCmdResp()
|
H A D | iot_profile.h | 56 int retCode; // < response code, 0 success while others failed member
|
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/ |
H A D | iot_profile.c | 191 cJSON *retCode; in MakeProfileCmdResp() local 202 retCode = cJSON_CreateNumber(payload->retCode); in MakeProfileCmdResp() 203 if (retCode == NULL) { in MakeProfileCmdResp() 209 cJSON_AddItemToObjectCS(root, CN_PROFILE_CMDRESP_KEY_RETCODE, retCode); in MakeProfileCmdResp()
|
H A D | iot_profile.h | 56 int retCode; // < response code, 0 success while others failed member
|
Completed in 5 milliseconds