| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/ |
| H A D | particle_pattern.cpp | 65 void ParticlePattern::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() argument 90 json->Put("emitter", array); in ToJsonValue() 112 json->Put("disturbanceFields", disturbanceFieldsArray); in ToJsonValue()
|
| /foundation/arkui/ace_engine/frameworks/core/components/clock/ |
| H A D | rosen_render_clock.cpp | 177 auto json = JsonUtil::Create(true); in PerformLayout() local 178 json->Put("hour", curHour_); in PerformLayout() 179 onHourCallback_(json->ToString()); in PerformLayout()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_item_pattern.h | 95 void ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const override; 111 void DumpAdvanceInfo(std::unique_ptr<JsonValue>& json) override; 266 void BuildItemPositionInfo(std::unique_ptr<JsonValue>& json);
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
| H A D | checkboxgroup_pattern.h | 148 void ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const override 150 Pattern::ToJsonValue(json, filter); 159 json->PutExtAttr("group", group.c_str(), filter);
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | utils.cpp | 77 LOGE("read file %{public}s /config.json error\n", hapPath.c_str()); in GetStringFromHap() 91 auto moduleContent = GetStringFromHap(hapPath, "module.json"); in CheckUrlValid() 95 auto jsonPath = pagesValue.replace(0, profileMark.size(), "resources/base/profile/") + ".json"; in CheckUrlValid()
|
| /foundation/arkui/ace_engine/examples/components/common/src/main/ets/components/ |
| H A D | Drawer.ets | 132 }, (item: string) => JSON.stringify(item)) 135 console.info(`Ace: List on area change, oldValue is ${JSON.stringify(oldValue)} value is ${JSON.stringify(newValue)}`)
|
| /foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
| H A D | render_radio.cpp | 136 auto json = JsonUtil::Create(true); in UpdateGroupValue() local 137 json->Put("checkedItem", groupValue_.c_str()); in UpdateGroupValue() 138 result = json->ToString(); in UpdateGroupValue()
|
| /foundation/arkui/ace_engine/advanced_ui_component/splitlayout/source/ |
| H A D | splitlayout.ets | 197 console.info(`Ace: on area change, oldValue is ${JSON.stringify(oldValue)} value is ${JSON.stringify(newValue)}`) 198 this.sizeValue = JSON.stringify(newValue)
|
| /foundation/arkui/ace_engine/adapter/ohos/capability/window_connection/ |
| H A D | window_extension_connection_ohos.cpp | 116 auto json = JsonUtil::ParseJsonString(want); in WantConverter() local 117 element.SetAbilityName(json->GetValue("abilityName")->GetString()); in WantConverter() 118 element.SetBundleName(json->GetValue("bundleName")->GetString()); in WantConverter()
|
| /foundation/arkui/ace_engine/test/component_test/tools/previewer_host/ |
| H A D | main.js | 24 const { parseJson } = require('./utils/json.js'); 25 const { readJson } = require("./utils/json"); 141 let jsonData = parseJson('param.json');
|
| /foundation/arkui/ace_engine/test/unittest/base/ |
| H A D | node_object_test.cpp | 18 #include "base/json/json_util.h" 19 #include "base/json/node_object.h" 20 #include "base/json/uobject.h"
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_layout_property.h | 62 void ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const override; 64 void ToJsonValueForOption(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const; 66 void FromJson(const std::unique_ptr<JsonValue>& json) override;
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
| H A D | bundle_mgr_client.h | 56 * @param profileInfos Indicates the obtained profiles in json string. 65 * @param profileInfos Indicates the obtained profiles in json string. 74 * @param profileInfos Indicates the obtained profiles in json string.
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
| H A D | bundle_parser.h | 32 bool CheckRouterData(nlohmann::json data) const; 34 static bool ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf); 98 * @brief Parse router map json file, then return router map info if necessary.
|
| /foundation/arkui/ace_engine/test/unittest/scripts/ |
| H A D | run.py | 19 import json
namespace 122 json_file_path = os.path.join(test_directory, "test_result.json")
126 json.dump(test_result, json_file, indent=2)
|
| /foundation/graphic/graphic_3d/lume/LumeBinaryCompile/test/RofsBuild/ |
| H A D | compile_rofs.sh | 50 ./LumeAssetCompiler -linux -arm64-v8a -extensions ".spv;.json;.lsb;.shader;.shadergs;.shadervid;.shaderpl;.rng;.gl;.gles" engine_dest / BINARYDATAFORCORE SIZEOFDATAFORCORE CORE_ROFS 54 ./LumeAssetCompiler -linux -arm64-v8a -extensions ".spv;.json;.lsb;.shader;.shadergs;.shadervid;.shaderpl;.rng;.gl;.gles" render_dest / BINARYDATAFORRENDER SIZEOFDATAFORRENDER RENDER_ROFS 58 ./LumeAssetCompiler -linux -arm64-v8a -extensions ".spv;.json;.lsb;.shader;.shadergs;.shadervid;.shaderpl;.rng;.gl;.gles" 3d_dest / BINARY_DATA_FOR_3D SIZE_OF_DATA_FOR_3D CORE3D_ROFS
|
| /foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/Dialog/ |
| H A D | settingDialog.ets | 46 console.info('zyk globalThis onPageShow:' + JSON.stringify(globalThis.settingDataObj)) 50 console.info('zyk globalThis onPageHide:' + JSON.stringify(globalThis.settingDataObj)) 206 console.info('zyk globalThis onPageHide:' + JSON.stringify(globalThis.settingDataObj))
|
| /foundation/multimedia/av_session/ |
| H A D | OAT.xml | 63 <filefilter name="defaultFilter" desc="Json format files not to check"> 64 <filteritem type="filename" name="*.json|avsession.PNG|avsession_service.cfg" desc="json desc files"/>
|
| /foundation/multimedia/media_library/frameworks/js/src/ |
| H A D | medialibraryinf.js | 47 console.log('MediaLibrary startMediaSelectInner param ' + JSON.stringify(option)); 69 console.log('MediaLibrary startMediaSelectInner parameter ' + JSON.stringify(parameter)); 71 console.log('MediaLibrary startMediaSelectInner result ' + JSON.stringify(result));
|
| /foundation/multimedia/ringtone_library/frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/src/main/ets/RingtoneBackupExtAbility/ |
| H A D | RingtoneBackupExtAbility.ts | 51 console.log(TAG, `onRestoreEx ok ${JSON.stringify(bundleVersion)}`); 81 let resultInfo: string = JSON.stringify(resultExInfo); 103 console.log(TAG, `catch err: ${JSON.stringify(err)}`);
|
| /foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/ |
| H A D | res_sched_client.h | 78 int32_t ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload,
79 nlohmann::json& reply);
170 const nlohmann::json& extInfo) override;
|
| /foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/ |
| H A D | process_group_util.cpp | 24 #include "nlohmann/json.hpp" 104 nlohmann::json payload; in ReadFileToStringForVFSFromExecutor() 106 nlohmann::json reply; in ReadFileToStringForVFSFromExecutor()
|
| /foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
| H A D | event_listener_mgr.cpp | 122 void EventListenerMgr::SendEvent(uint32_t eventType, uint32_t eventValue, const nlohmann::json &extInfo, in SendEvent() 154 void EventListenerMgr::SendEventLock(uint32_t eventType, uint32_t eventValue, const nlohmann::json& extInfo, in SendEventLock() 190 uint32_t eventType, uint32_t eventValue, const nlohmann::json &extInfo, uint32_t listenerGroup) in HandleSendEvent()
|
| /foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/ |
| H A D | res_sched_exe_service.cpp | 41 const nlohmann::json& context, nlohmann::json& reply) in SendRequestSync() 46 void ResSchedExeService::SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& context) in SendRequestAsync()
|
| /foundation/systemabilitymgr/samgr/ |
| H A D | README.md | 18 │ ├── bundle.json # Description and build file of Samgr 147 > "path" : ["/system/bin/sa_main", "/system/profile/listen_test.json"], 156 >4. The process name in the .cfg file must be the same as that in the .json configuration file of the system ability.
|