| /applications/standard/dlp_manager/entry/src/main/ets/common/connection/ |
| H A D | CredConnection.ets | 84 HiLog.error(TAG, `connectServiceAbility failed: ${JSON.stringify(err)}`); 110 data.writeString(JSON.stringify(req)); 144 HiLog.error(TAG, `disconnectServiceAbility failed. Error: ${JSON.stringify(error)}`);
|
| /applications/standard/dlp_manager/entry/src/main/ets/feature/ |
| H A D | HomeFeature.ets | 55 HiLog.info(TAG, `DLPManager IDL onConnect success: ${JSON.stringify(this.dlpRpcProxy)}`); 82 HiLog.error(TAG, `connectServiceExtensionAbility failed: ${JSON.stringify(err)}`); 144 HiLog.error(TAG, `disconnectAbility failed: ${JSON.stringify(error)}`);
|
| /applications/standard/dlp_manager/entry/src/main/ets/pages/ |
| H A D | alert.ets | 86 HiLog.info(TAG, `auth authResult: ${JSON.stringify(authResult)}`); 92 HiLog.info(TAG, `auth exception: ${JSON.stringify(err)}`); 152 HiLog.error(TAG, `showErrorDialog failed: ${JSON.stringify(err)}`);
|
| /applications/standard/launcher/common/src/main/ets/default/manager/ |
| H A D | AtomicServiceAbilityManager.ts | 127 Log.showInfo(TAG, `getAnAtomicServiceAbilityInfoFromCache cache result: ${JSON.stringify(appItemInfo)}`); 136 Log.showInfo(TAG, `getAnAtomicServiceAbilityInfoFromCache from MGR: ${JSON.stringify(abilityList[0])}`); 169 Log.showInfo(TAG, `convertAtomicServiceToAppItemInfo appItemInfo: ${JSON.stringify(appItemInfo)}`);
|
| /applications/standard/launcher/feature/smartdock/src/main/ets/default/common/ |
| H A D | SmartDockDragHandler.ts | 54 Log.showDebug(TAG, `setDragEffectArea: ${JSON.stringify(effectArea)}`); 65 Log.showDebug(TAG, `isDragEffectArea pageDesktopDragEffectArea: ${JSON.stringify(pageDesktopDragEffectArea)}`); 98 Log.showDebug(TAG, `updateDockParam DockCoordinateData: ${JSON.stringify(this.mDockCoordinateData)}`);
|
| H A D | SmartDockCloseAppHandler.ts | 60 Log.showInfo(TAG, `getAppIconInfo called and windowTarget is ${JSON.stringify(windowTarget)}`); 73 Log.showInfo(TAG, `getAppIconInfo addSmartDockClosePosition ${JSON.stringify(appCloseIconInfo)}`); 122 Log.showInfo(TAG, `getIndexInList closeAppItemInfo ${JSON.stringify(list[i])} index ${index}`)
|
| /applications/standard/photos/common/src/main/ets/default/utils/ |
| H A D | ReportToBigDataUtil.ts | 38 Log.info(TAG, `report, eventId: ${eventId} msg: ${JSON.stringify(eventMsg)}`); 51 Log.info(TAG, `report, eventId: ${eventId} msg: ${JSON.stringify(eventMsg)}`); 63 Log.info(TAG, 'errEventReport, eventId: ' + eventId + ' msg: ' + JSON.stringify(eventMsg));
|
| /applications/standard/printspooler/ |
| H A D | OAT.xml | 67 <filteritem type="filename" name="README|README_zh|.*.log|.*.json5|.*.json" desc=""/> 71 <filteritem type="filename" name="README|README_zh|*.log|*.json5|*.json" desc="json file"/>
|
| /applications/standard/printspooler/entry/src/main/ets/Common/Adapter/ |
| H A D | PreferencesAdapter.ts | 37 Log.error(TAG, 'Can not find PREFERENCES_KEY key: ' + JSON.stringify(key)); 60 Log.info(TAG, 'getOrCreatePreferencesSync getPreferences: ' + JSON.stringify(preferences)); 88 Log.info(TAG, 'getValue key: ' + JSON.stringify(key));
|
| /applications/standard/screenlock/features/noticeitem/src/main/ets/com/ohos/noticeItem/model/ |
| H A D | ParseDataUtil.ts | 52 Log.showDebug(TAG, `parse data start, want = ${JSON.stringify(request.wantAgent)}`+ 53 `actionButtons = ${JSON.stringify(request.actionButtons)}`); 169 Log.showDebug(TAG, `notificationType = ${notificationType}, content = ${JSON.stringify(content)}`);
|
| /applications/standard/launcher/product/phone/src/main/ets/pages/ |
| H A D | EntryView.ets | 87 Log.showError(TAG, `set voteBootEvent err, ${JSON.stringify(err)}`); 159 if (JSON.stringify(oldValue) == JSON.stringify(newValue)) {
|
| /applications/standard/photos/common/src/main/ets/default/model/browser/photo/ |
| H A D | OperationImpl.ts | 76 Log.debug(TAG, `trash start ${JSON.stringify(uris)}`); 81 Log.debug(TAG, `remove start ${JSON.stringify(uris)} from ${JSON.stringify(albumUri)}`);
|
| /applications/standard/photos/common/src/main/ets/default/view/browserOperation/ |
| H A D | AlbumSetNewMenuOperation.ets | 56 Log.info(TAG, `The display name from resource ${JSON.stringify(a)}`); 84 errMsg: JSON.stringify(error) 174 Log.debug(TAG, `${JSON.stringify(numbers)}`);
|
| /applications/standard/photos/feature/thirdselect/src/main/ets/default/view/ |
| H A D | CameraGridItemComponent.ets | 53 Log.info(TAG, `resourceUri = ${JSON.stringify(result)}`); 128 Log.debug(TAG, `jump camera want: ${JSON.stringify(want)}`); 165 Log.error(TAG, `err: ${JSON.stringify(err)}`);
|
| /applications/standard/settings/ |
| H A D | OAT.xml | 67 <filteritem type="filename" name="README|README_zh|.*.json5|.*.json" desc=""/>
71 <filteritem type="filename" name="README|README_zh|*.json5|*.json" desc="json file"/>
|
| /applications/standard/settings/product/phone/src/main/ets/pages/ |
| H A D | serviceManagement.ets | 77 }, (item: serviceListItem) => JSON.stringify(item)); 114 LogUtil.info(`${MODULE_TAG} aboutToAppear appList: ${JSON.stringify(this.serviceList)}`); 124 LogUtil.info(`${MODULE_TAG} onPageShow ServiceList: ${JSON.stringify(this.serviceList)}`);
|
| /applications/standard/settings_data/ |
| H A D | OAT.xml | 63 <filteritem type="filename" name="README|README_zh|.*.json5|.*.json" desc=""/>
68 <filteritem type="filename" name="README|README_zh|*.json5|*.json" desc="json file"/>
|
| /applications/standard/systemui/common/src/main/ets/default/ |
| H A D | WindowManager.ts | 74 Log.showInfo(TAG, `createWindow name: ${name}, rect: ${JSON.stringify(rect)}, url: ${loadContent}`); 95 Log.showInfo(TAG, `resize window[${name}] success, rect: ${JSON.stringify(rect)}.`); 99 Log.showInfo(TAG, `moveTo window[${name}] success, rect: ${JSON.stringify(rect)}.`);
|
| /applications/standard/systemui/product/default/dialog/src/main/ets/ServiceExtAbility/ |
| H A D | ExtAbility.ts | 69 const parse = JSON.parse(parameters.parameters); 97 Log.showInfo(TAG, `createWindow <start> windowName:${windowName} connectId:${connectId} parameters:${JSON.stringify(parameters)}`); 109 Log.showInfo(TAG, `createWindow <getDefaultDisplay> ${JSON.stringify(navigationBarRect)}`);
|
| /foundation/ability/form_fwk/services/src/ |
| H A D | form_info_storage.cpp | 129 void to_json(nlohmann::json &jsonObject, const FormInfoStorage &formInfoStorage) in to_json() 131 jsonObject = nlohmann::json { in to_json() 137 void from_json(const nlohmann::json &jsonObject, FormInfoStorage &formInfoStorage) in from_json()
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
| H A D | dms_version_manager.cpp | 22 #include "nlohmann/json.hpp" 98 nlohmann::json appInfoJson = nlohmann::json::parse(appInfoJsonData.c_str(), nullptr, false); in ParseAppInfo()
|
| /foundation/ability/form_fwk/services/form_render_service/src/ |
| H A D | form_module_checker.cpp | 26 #include "nlohmann/json.hpp"
29 const std::string FORM_MODULE_WHITE_LIST_PATH = "/etc/form_fwk_module_white_list.json";
144 nlohmann::json jsonData;
in GetModuleAllowList()
|
| /foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanagera_fuzzer/ |
| H A D | abilityautostartupdatamanagera_fuzzer.cpp | 131 dataMgr->ConvertAutoStartupStatusFromValue(value1, boolParam, boolParam); // branch json in AbilityAutoStartupDataManagerFuzztest2() 133 dataMgr->ConvertAutoStartupStatusFromValue(value2, boolParam, boolParam); // branch json in AbilityAutoStartupDataManagerFuzztest2() 135 dataMgr->ConvertAutoStartupStatusFromValue(value3, boolParam, boolParam); // branch json in AbilityAutoStartupDataManagerFuzztest2()
|
| /foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
| H A D | ability_info.h | 128 std::string package; // the "module.package" in config.json 130 std::string moduleName; // the "module.name" in config.json 131 std::string applicationName; // the "bundlename" in config.json
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | bar_item_pattern.cpp | 192 void BarItemPattern::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() argument 194 Pattern::ToJsonValue(json, filter); in ToJsonValue() 207 json->PutExtAttr("label", textLayoutProperty->GetContentValue("").c_str(), filter); in ToJsonValue()
|