/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/ |
H A D | json_util.cpp | 205 cJSON* jsonObject = cJSON_Duplicate(value->GetJsonObject(), true); in Put() local 238 cJSON* jsonObject = cJSON_Duplicate(value->GetJsonObject(), true); in Put() local 512 cJSON* jsonObject = cJSON_Duplicate(value->GetJsonObject(), true); in Replace() local
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_live_view_service.cpp | 256 nlohmann::json jsonObject; in SetNotificationRequestToDb() local 307 auto jsonObject = nlohmann::json::parse(value); in GetNotificationRequestFromDb() local 367 auto jsonObject = nlohmann::json::parse(decryptValue); in GetBatchNotificationRequestsFromDb() local
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/discovery/ |
H A D | discovery_filter.cpp | 38 nlohmann::json jsonObject = nlohmann::json::parse(str, nullptr, false); in ParseFilterJson() local
|
H A D | discovery_manager.cpp | 165 nlohmann::json jsonObject = nlohmann::json::parse(it->second, nullptr, false); in StartDiscovering() local 347 nlohmann::json jsonObject = nlohmann::json::parse(info.extraData, nullptr, false); in OnDeviceFound() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_conversational_content.cpp | 133 …onversationalContent *NotificationConversationalContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
|
H A D | notification_local_live_view_content.cpp | 155 …nLocalLiveViewContent *NotificationLocalLiveViewContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
|
H A D | notification_local_live_view_button.cpp | 148 …ionLocalLiveViewButton *NotificationLocalLiveViewButton::FromJson(const nlohmann::json &jsonObject) in FromJson()
|
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_accessory.h | 61 static std::string GetStringValue(const cJSON *jsonObject, const char *key) in GetStringValue()
|
H A D | usb_device.h | 82 static int GetIntValue(const cJSON *jsonObject, const char *key) in GetIntValue() 93 static std::string GetStringValue(const cJSON *jsonObject, const char *key) in GetStringValue()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/discovery/ |
H A D | dm_discovery_filter.cpp | 39 nlohmann::json jsonObject = nlohmann::json::parse(str, nullptr, false); in ParseFilterJson() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_loader.cpp | 157 bool ParseObject(LoadResult& loadResult, const json::value& jsonObject, Parser parser) in ParseObject() 167 bool ParseObject(LoadResult& loadResult, const json::value& jsonObject, const string_view name, Par… in ParseObject() 193 bool ForEachInArray(LoadResult& loadResult, const json::value& jsonObject, const string_view name, … in ForEachInArray() 203 bool ForEachObjectInArray(LoadResult& loadResult, const json::value& jsonObject, Parser parser) in ForEachObjectInArray() 212 bool ForEachObjectInArray(LoadResult& loadResult, const json::value& jsonObject, const string_view … in ForEachObjectInArray() 221 bool ParseOptionalString(LoadResult& loadResult, string& out, const json::value& jsonObject, const … in ParseOptionalString() 257 …LoadResult& loadResult, T& out, const json::value& jsonObject, const string_view name, T defaultVa… in ParseOptionalNumber() 278 …LoadResult& loadResult, bool& out, const json::value& jsonObject, const string_view name, bool def… in ParseOptionalBoolean() 294 bool ParseOptionalNumberArray(LoadResult& loadResult, vector<T>& out, const json::value& jsonObject, in ParseOptionalNumberArray() 329 …LoadResult& loadResult, T& out, const json::value& jsonObject, const string_view name, T defaultVa… in ParseOptionalMath() [all …]
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_info_storage_test/ |
H A D | fms_form_info_storage_test.cpp | 180 nlohmann::json jsonObject; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_conversational_content_test.cpp | 44 nlohmann::json jsonObject; variable
|
H A D | notification_live_view_content_test.cpp | 175 nlohmann::json jsonObject; variable
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ |
H A D | ThemeOverlayController.java | 245 private boolean isSeedColorSet(JSONObject jsonObject, WallpaperColors newWallpaperColors) { in isSeedColorSet() 316 JSONObject jsonObject = (overlayPackageJson == null) ? new JSONObject() in handleWallpaperColors() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_parser.cpp | 57 void from_json(const nlohmann::json &jsonObject, LayeredImage &layeredImage) in from_json() 381 nlohmann::json jsonObject = nlohmann::json::parse(jsonBuff, nullptr, false); in ParseIconIdFromJson() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime_lite.cpp | 454 auto jsonObject = nlohmann::json::parse(data.get(), data.get() + dataLen, nullptr, false); in GetPkgContextInfoListMap() local 465 void JsRuntimeLite::ParsePkgContextInfoJson(nlohmann::json &jsonObject, in ParsePkgContextInfoJson()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 197 void to_json(nlohmann::json &jsonObject, const ExtendResourceInfo &extendResourceInfo) in to_json() 341 void to_json(nlohmann::json &jsonObject, const Distro &distro) in to_json() 351 void to_json(nlohmann::json &jsonObject, const DefinePermission &definePermission) in to_json() 367 void to_json(nlohmann::json &jsonObject, const Dependency &dependency) in to_json() 376 void to_json(nlohmann::json &jsonObject, const InnerModuleInfo &info) in to_json() 453 void to_json(nlohmann::json &jsonObject, const InstallMark &installMark) in to_json() 498 void from_json(const nlohmann::json &jsonObject, InnerModuleInfo &info) in from_json() 1074 void from_json(const nlohmann::json &jsonObject, Distro &distro) in from_json() 1116 void from_json(const nlohmann::json &jsonObject, InstallMark &installMark) in from_json() 1238 void from_json(const nlohmann::json &jsonObject, Dependency &dependency) in from_json() [all …]
|
H A D | bundle_state_storage.cpp | 123 nlohmann::json& jsonObject = item.value(); in LoadAllBundleStateDataFromJson() local
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/ |
H A D | dm_dialog_manager.cpp | 83 nlohmann::json jsonObject = nlohmann::json::parse(param, nullptr, false); in ShowConfirmDialog() local
|
/aosp14/frameworks/base/apct-tests/perftests/rubidium/src/android/rubidium/js/ |
H A D | JSScriptEnginePerfTests.java | 478 JSONObject jsonObject = new JSONObject(res); in runParameterizedRubidiumGenerateBid() local 536 JSONObject jsonObject = new JSONObject(res); in runParameterizedRubidiumScoreAd() local
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_info_rdb_storage_mgr.cpp | 118 nlohmann::json jsonObject = nlohmann::json::parse(item.second, nullptr, false); in SaveEntries() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 64 nlohmann::json jsonObject; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/sensors/medical_sensor/interfaces/plugin/src/ |
H A D | medical_napi_utils.cpp | 47 napi_value NapiGetNamedProperty(napi_value jsonObject, std::string name, napi_env env) in NapiGetNamedProperty()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/ |
H A D | deeplink_reserve_config.cpp | 232 const nlohmann::json& jsonObject = item.value(); in LoadReservedUriList() local
|