Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Diot_profile.c190 cJSON *respName; in MakeProfileCmdResp() local
209 if (payload->respName != NULL) { in MakeProfileCmdResp()
210 respName = cJSON_CreateString(payload->respName); in MakeProfileCmdResp()
211 if (respName == NULL) { in MakeProfileCmdResp()
217 cJSON_AddItemToObjectCS(root, CN_PROFILE_CMDRESP_KEY_RESPNAME, respName); in MakeProfileCmdResp()
H A Diot_profile.h56 const char *respName; // /<response name member
H A Dapp_demo_iot.c47 resp.respName = NULL; in DemoMsgRcvCallBack()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_profile.c189 cJSON *respName; in MakeProfileCmdResp() local
208 if (payload->respName != NULL) { in MakeProfileCmdResp()
209 respName = cJSON_CreateString(payload->respName); in MakeProfileCmdResp()
210 if (respName == NULL) { in MakeProfileCmdResp()
216 cJSON_AddItemToObjectCS(root, CN_PROFILE_CMDRESP_KEY_RESPNAME, respName); in MakeProfileCmdResp()
H A Diot_profile.h86 const char *respName; ///< response name member
H A Dapp_demo_iot.c143 resp.respName = NULL; in DemoMsgRcvCallBack()
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Diot_profile.c192 cJSON *respName; in MakeProfileCmdResp() local
210 if (payload->respName != NULL) { in MakeProfileCmdResp()
211 respName = cJSON_CreateString(payload->respName); in MakeProfileCmdResp()
212 if (respName == NULL) { in MakeProfileCmdResp()
218 cJSON_AddItemToObjectCS(root, CN_PROFILE_CMDRESP_KEY_RESPNAME, respName); in MakeProfileCmdResp()
H A Diot_profile.h57 const char *respName; // < response name member
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Diot_profile.c192 cJSON *respName; in MakeProfileCmdResp() local
210 if (payload->respName != NULL) { in MakeProfileCmdResp()
211 respName = cJSON_CreateString(payload->respName); in MakeProfileCmdResp()
212 if (respName == NULL) { in MakeProfileCmdResp()
218 cJSON_AddItemToObjectCS(root, CN_PROFILE_CMDRESP_KEY_RESPNAME, respName); in MakeProfileCmdResp()
H A Diot_profile.h57 const char *respName; // < response name member

Completed in 5 milliseconds