Searched defs:jsonNode (Results 1 – 9 of 9) sorted by relevance
| /base/msdp/device_status/utils/json_parser/src/ |
| D | json_parser.cpp | 78 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/ |
| D | trace_json_parser.cpp | 52 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/ |
| D | dh_notification_clone_bundle_service.cpp | 60 nlohmann::json jsonNode; in OnBackup() local
|
| D | notification_clone_bundle_service.cpp | 60 nlohmann::json jsonNode; in OnBackup() local
|
| D | notification_clone_disturb_service.cpp | 56 nlohmann::json jsonNode; in OnBackup() local
|
| D | notification_clone_bundle_info.cpp | 129 nlohmann::json jsonNode; in ToJson() local
|
| /base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
| D | ResourceConfiguration.java | 50 JsonNode jsonNode = mapper.readTree(json); in parse() local
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_do_not_disturb_profile.cpp | 132 nlohmann::json jsonNode; in GetProfileJson() local
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | notification_preferences_database.cpp | 2794 nlohmann::json jsonNode; in UpdateBatchCloneBundleInfo() local
|