Home
last modified time | relevance | path

Searched refs:pEndPointJson (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_endpoint.h179 char *pEndPointJson = cJSON_PrintUnformatted(endPointJson); in getJsonString() local
181 if (!pEndPointJson) { in getJsonString()
185 std::string endPointJsonStr(pEndPointJson); in getJsonString()
186 cJSON_free(pEndPointJson); in getJsonString()
187 pEndPointJson = NULL; in getJsonString()