Home
last modified time | relevance | path

Searched full:json (Results 14326 - 14350 of 25814) sorted by relevance

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

/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/
H A Dres_sched_exe_client_test.cpp84 nlohmann::json context; in HWTEST_F()
86 nlohmann::json reply; in HWTEST_F()
101 nlohmann::json context; in HWTEST_F()
/foundation/communication/nfc/services/
H A DBUILD.gn57 source = "res/nfc_card_apdu.json"
64 source = "res/en/string_en.json"
71 source = "res/zh/string_zh.json"
/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dtrust_group_manager.cpp36 void from_json(const nlohmann::json& jsonObject, GroupInfo& groupInfo) in from_json()
115 nlohmann::json jsonObject = nlohmann::json::parse(returnGroups, nullptr, false); in CheckGroupsInfo()
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp41 HILOGE("Load json failed, result: %{public}d!", loadJsonResult); in ConvertToProfile()
46 HILOGE("Switch capability json parse failed!"); in ConvertToProfile()
85 HILOGE("load json file failed"); in LoadJsonFile()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_test.cpp100 Serializable::json node = schemaMeta.Marshall(); in HWTEST_F()
129 Serializable::json node = field.Marshall(); in HWTEST_F()
161 Serializable::json node = database1.Marshall(); in HWTEST_F()
/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H A Ddistributed_input_handler.cpp31 #include "nlohmann/json.hpp"
60 nlohmann::json tmpJson; in StructTransJson()
85 DHLOGI("Record InputDevice json info: %{public}s", strDescriptor.c_str()); in StructTransJson()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregionmgr.cpp26 #include "nlohmann/json.hpp"
39 using json = nlohmann::json;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp78 nlohmann::json entraDataJson = nlohmann::json::parse(info.GetExtraData(), nullptr, false); in ConnectOnlineDevices()
84 LOGE("error json int32_t param."); in ConnectOnlineDevices()
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dpull_service_gcda.py43 origin_foundation = os.path.join(cfg_path, "foundation_origin.json")
44 restore_foundation_cmd = "file send {} /system/profile/foundation.json".format(origin_foundation)
48 rm_xml_cmd = "shell rm /system/profile/{}.json".format(serv)
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dlife_stage.py137 LOG.warning('No json config file or the json config file is empty!')
139 LOG.error(f'Error loading json config file because {e}')
/test/xts/acts/ability/ability_runtime/actsabilityamstest/systemappa/entry/src/main/ets/mainability22/
H A DMainAbility22.ets67 console.log('Caller callWithResult() called' + JSON.stringify(data));
80 hilog.info(0x0000, 'testTag1', '%{public}s', `calleeOn publish: ${JSON.stringify(error)}`);
108 hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? '');
/test/xts/acts/ability/ability_runtime/actsabilityamstest/systemappa/entry/src/main/ets/mainability25/
H A DMainAbility25.ets53 console.log('Caller callWithResult() called' + JSON.stringify(data));
68 hilog.info(0x0000, 'testTag1', '%{public}s', `calleeOn publish: ${JSON.stringify(error)}`);
107 hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? '');
/test/xts/acts/ability/ability_runtime/actsabilityamstest/systemappa/entry/src/main/ets/mainability23/
H A DMainAbility23.ets53 console.log('Caller callWithResult() called' + JSON.stringify(data));
66 hilog.info(0x0000, 'testTag1', '%{public}s', `calleeOn publish: ${JSON.stringify(error)}`);
94 hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? '');
/test/xts/acts/ability/ability_runtime/actssystemapitest/entry/src/ohosTest/ets/test/
H A DAbilityManager.test.ets57 console.log(TAG + ` err->${JSON.stringify(err)}`);
93 console.log(TAG + ` err->${JSON.stringify(err)}`);
131 console.log(TAG + ` err->${JSON.stringify(err)}`);
/test/xts/acts/ability/ability_runtime/amsdisplayIdtest/actsamsstartabilityforresulttest/entry/src/main/ets/test/
H A DAbility.test.ets53 console.debug("====>ACTS_startAbilityForResult_0800 Subscribe CallBack data:====>" + JSON.stringify(data));
109 console.debug("====>ACTS_startAbilityForResult_0900 Subscribe CallBack data:====>" + JSON.stringify(data));
168 console.debug("====>ACTS_startAbilityForResult_1000 Subscribe CallBack data:====>" + JSON.stringify(data));
/test/xts/acts/ability/ability_runtime/stage/actsllifecyclelifecycletest/entry/src/ohosTest/ets/MainAbilityMultitonA/
H A DMainAbilityMultitonA.ets96 hilog.info(0x0000, TEST_TAG, 'unregisterAbilityLifecycleCallback err: %{public}s', JSON.stringify(error) ?? '');
106 hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? '');
109 hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? '');
/test/xts/acts/applications/settings_ets_Nop/entry/src/ohosTest/ets/test/
H A DSettingNopTest.test.ets69 console.error('settings1 catch error: ' + JSON.stringify(error));
91 console.error('settings2 catch error: ' + JSON.stringify(error));
113 console.error('settings3 catch error: ' + JSON.stringify(error));
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/
H A Dgesture.ets76 console.info("setDirectionPanGesture onClick emit action state err: " + JSON.stringify((err as Error)?.message))
114 console.info("onClick emit action state err: " + JSON.stringify((err as Error)?.message))
152 console.info("onClick emit action state err: " + JSON.stringify((err as Error)?.message))
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_global/ace_ets_module_global_api11/entry/src/main/ets/test/globalTest/
H A DGlobalJsunit.test.ets29 console.info("get global state pages:" + JSON.stringify(pages));
31 console.info("get global state pages.name:" + JSON.stringify(pages.name));
34 console.info("push global page result:" + JSON.stringify(result));
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_commonAttrsEvents/ace_ets_module_commonAttrsEvents_api12/entry/src/main/ets/test/Focus/focusScopePriority/
H A DFocusScopePriority6.test.ets32 console.info("get FocusScopePriority6 state success " + JSON.stringify(pages));
34 console.info("get FocusScopePriority6 state success " + JSON.stringify(pages.name));
37 console.info("push FocusScopePriority6 page success " + JSON.stringify(result));
H A DFocusScopePriority7.test.ets32 console.info("get FocusScopePriority7 state success " + JSON.stringify(pages));
34 console.info("get FocusScopePriority7 state success " + JSON.stringify(pages.name));
37 console.info("push FocusScopePriority7 page success " + JSON.stringify(result));
H A DFocusScopePriority8.test.ets32 console.info("get FocusScopePriority8 state success " + JSON.stringify(pages));
34 console.info("get FocusScopePriority8 state success " + JSON.stringify(pages.name));
37 console.info("push FocusScopePriority8 page success " + JSON.stringify(result));
H A DFocusScopePriority9.test.ets32 console.info("get FocusScopePriority9 state success " + JSON.stringify(pages));
34 console.info("get FocusScopePriority9 state success " + JSON.stringify(pages.name));
37 console.info("push FocusScopePriority9 page success " + JSON.stringify(result));
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_commonAttrsLayout/ace_ets_module_commonAttrsLayout_api11/entry/src/main/ets/MainAbility/pages/layoutConstraints/
H A DlayoutConstraints.ets147 console.info("LayoutConstraints page stateChangCallBack" + JSON.stringify(eventData));
152 let priority:PriorityChild[]= JSON.parse(JSON.stringify(this.priorityChildren));
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_imageText/ace_ets_module_imageText_api11/entry/src/main/ets/test/textTest/
H A DCurveJsunit.test.ets31 console.info("get curve state success " + JSON.stringify(pages));
33 console.info("get curve state success " + JSON.stringify(pages.name));
36 console.info("push curve page success " + JSON.stringify(result));

Completed in 25 milliseconds

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