Searched refs:HasObjectItem (Results 1 – 5 of 5) sorted by relevance
57 bool JsonParser::HasObjectItem(cJSON *json, const std::string &key) const in HasObjectItem() function in OHOS::Sensors::JsonParser62 bool JsonParser::HasObjectItem(const std::string &key) const in HasObjectItem() function in OHOS::Sensors::JsonParser64 return HasObjectItem(cJson_, key.c_str()); in HasObjectItem()
36 bool HasObjectItem(cJSON *json, const std::string &key) const;37 bool HasObjectItem(const std::string &key) const;
51 return parser.HasObjectItem(JSON_TAG); in CheckJsonMetadata()
169 if (parser.HasObjectItem(eventJSON, "Index")) { in ParseEvent()
199 if ((curType == "continuous") && parser.HasObjectItem(eventParametersItem, "Curve")) { in ParseEvent()