Searched refs:pEndPointJson (Results 1 – 1 of 1) sorted by relevance
179 char *pEndPointJson = cJSON_PrintUnformatted(endPointJson); in getJsonString() local181 if (!pEndPointJson) { in getJsonString()185 std::string endPointJsonStr(pEndPointJson); in getJsonString()186 cJSON_free(pEndPointJson); in getJsonString()187 pEndPointJson = NULL; in getJsonString()