Home
last modified time | relevance | path

Searched defs:jsonNode (Results 1 – 9 of 9) sorted by relevance

/base/msdp/device_status/utils/json_parser/src/
Djson_parser.cpp78 cJSON *jsonNode = cJSON_GetObjectItemCaseSensitive(json, key.c_str()); in ParseInt32() local
99 cJSON *jsonNode = cJSON_GetObjectItemCaseSensitive(json, key.c_str()); in ParseString() local
111 cJSON *jsonNode = cJSON_GetObjectItemCaseSensitive(json, key.c_str()); in ParseBool() local
124 cJSON *jsonNode = cJSON_GetObjectItemCaseSensitive(json, key.c_str()); in ParseStringArray() local
/base/hiviewdfx/hitrace/utils/
Dtrace_json_parser.cpp52 bool GetInt64FromJson(cJSON* jsonNode, const std::string& key, int64_t& value) in GetInt64FromJson()
67 bool GetIntFromJson(cJSON* jsonNode, const std::string& key, int& value) in GetIntFromJson()
82 void GetStringFromJsonVector(cJSON *jsonNode, const std::string& key, std::vector<std::string>& vec) in GetStringFromJsonVector()
111 bool ParseTagCategory(cJSON* jsonNode, std::map<std::string, TraceTag>& tagInfos) in ParseTagCategory()
150 bool ParseTagGroups(cJSON* jsonNode, std::map<std::string, std::vector<std::string>>& tagGroups) in ParseTagGroups()
/base/notification/distributed_notification_service/services/ans/src/clone/
Ddh_notification_clone_bundle_service.cpp60 nlohmann::json jsonNode; in OnBackup() local
Dnotification_clone_bundle_service.cpp60 nlohmann::json jsonNode; in OnBackup() local
Dnotification_clone_disturb_service.cpp56 nlohmann::json jsonNode; in OnBackup() local
Dnotification_clone_bundle_info.cpp129 nlohmann::json jsonNode; in ToJson() local
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DResourceConfiguration.java50 JsonNode jsonNode = mapper.readTree(json); in parse() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_do_not_disturb_profile.cpp132 nlohmann::json jsonNode; in GetProfileJson() local
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp2794 nlohmann::json jsonNode; in UpdateBatchCloneBundleInfo() local