Searched refs:pAccJson (Results 1 – 1 of 1) sorted by relevance
84 char *pAccJson = cJSON_PrintUnformatted(accJson); in GetJsonString() local86 if (!pAccJson) { in GetJsonString()90 std::string accJsonStr(pAccJson); in GetJsonString()91 cJSON_free(pAccJson); in GetJsonString()92 pAccJson = NULL; in GetJsonString()