Searched defs:GetObjectItem (Results 1 – 4 of 4) sorted by relevance
67 cJSON *JsonParser::GetObjectItem(cJSON *json, const std::string &key) const in GetObjectItem() function in OHOS::Sensors::JsonParser80 cJSON *JsonParser::GetObjectItem(const std::string &key) const in GetObjectItem() function in OHOS::Sensors::JsonParser
49 static bool GetObjectItem(const cJSON *jsonObj, const string &key, vector<uint16_t> &array) in GetObjectItem() function
40 static cJSON *GetObjectItem(const cJSON * const object, const char * const name, const cJSON_bool c… in GetObjectItem() function
272 JsonObject JsonObject::GetObjectItem(const std::string &field, int &errCode) in GetObjectItem() function in DocumentDB::JsonObject