Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_host_manager.cpp175 data.SetData(dev.getJsonString().c_str()); in PublishCommonEvent()
178 dev.getJsonString().c_str()); in PublishCommonEvent()
192 dprintf(fd, "usb host list info: %s\n", item.second->getJsonString().c_str()); in Dump()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_config.h192 const std::string getJsonString() const in getJsonString() function
213 cJSON* pInterface = cJSON_Parse(intf.getJsonString().c_str()); in getJsonString()
H A Dusb_interface.h210 const std::string getJsonString() const in getJsonString() function
231 cJSON* pEp = cJSON_Parse(ep.getJsonString().c_str()); in getJsonString()
H A Dusb_device.h344 const std::string getJsonString() const in getJsonString() function
370 cJSON* pConfig = cJSON_Parse(cfg.getJsonString().c_str()); in getJsonString()
H A Dusb_endpoint.h164 const std::string getJsonString() const in getJsonString() function