Searched defs:jsonObj (Results 1 – 3 of 3) sorted by relevance
48 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
49 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
260 bool CJsonParamCheck(const cJSON *jsonObj, const std::initializer_list<std::string> &keys) in CJsonParamCheck()