Home
last modified time | relevance | path

Searched full:json (Results 14276 - 14300 of 25814) sorted by relevance

1...<<571572573574575576577578579580>>...1033

/applications/standard/dlp_manager/entry/src/main/ets/common/connection/
H A DCredConnection.ets84 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 DHomeFeature.ets55 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 Dalert.ets86 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 DAtomicServiceAbilityManager.ts127 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 DSmartDockDragHandler.ts54 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 DSmartDockCloseAppHandler.ts60 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 DReportToBigDataUtil.ts38 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 DOAT.xml67 <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 DPreferencesAdapter.ts37 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 DParseDataUtil.ts52 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 DEntryView.ets87 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 DOperationImpl.ts76 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 DAlbumSetNewMenuOperation.ets56 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 DCameraGridItemComponent.ets53 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 DOAT.xml67 <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 DserviceManagement.ets77 }, (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 DOAT.xml63 <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 DWindowManager.ts74 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 DExtAbility.ts69 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 Dform_info_storage.cpp129 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 Ddms_version_manager.cpp22 #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 Dform_module_checker.cpp26 #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 Dabilityautostartupdatamanagera_fuzzer.cpp131 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 Dability_info.h128 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 Dbar_item_pattern.cpp192 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()

Completed in 36 milliseconds

1...<<571572573574575576577578579580>>...1033