Home
last modified time | relevance | path

Searched refs:retCode (Results 1 - 10 of 10) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Diot_profile.c189 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 Diot_profile.h55 int retCode; // /<response code, 0 success while others failed member
H A Dapp_demo_iot.c48 resp.retCode = 0; // <which means 0 success and others failed in DemoMsgRcvCallBack()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_profile.c188 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 Diot_profile.h85 int retCode; ///< response code, 0 success while others failed member
H A Dapp_demo_iot.c144 resp.retCode = 0; ////< which means 0 success and others failed in DemoMsgRcvCallBack()
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Diot_profile.c191 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 Diot_profile.h56 int retCode; // < response code, 0 success while others failed member
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Diot_profile.c191 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 Diot_profile.h56 int retCode; // < response code, 0 success while others failed member

Completed in 4 milliseconds