Home
last modified time | relevance | path

Searched defs:jsonObj (Results 1 – 3 of 3) sorted by relevance

/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
Ddriver_info.cpp48 static bool IsJsonObjValid(const cJSON *jsonObj, const string &member) in IsJsonObjValid()
64 static int32_t checkJsonObj(const cJSON *jsonObj) in checkJsonObj()
78 static std::string GetStringValue(const cJSON *jsonObj, const std::string &key) in GetStringValue()
93 cJSON* jsonObj = cJSON_Parse(str.c_str()); in UnSerialize() local
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
Dusb_driver_info.cpp49 static bool GetObjectItem(const cJSON *jsonObj, const string &key, vector<uint16_t> &array) in GetObjectItem()
101 cJSON* jsonObj = cJSON_Parse(driverStr.c_str()); in UnSerialize() local
/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
Ddaudio_utils.cpp260 bool CJsonParamCheck(const cJSON *jsonObj, const std::initializer_list<std::string> &keys) in CJsonParamCheck()