Home
last modified time | relevance | path

Searched full:json (Results 15551 - 15575 of 27138) sorted by relevance

1...<<621622623624625626627628629630>>...1086

/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dservice_profile_test.cpp58 * @tc.desc: set service profile json
72 * @tc.desc: get service profile json
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_constant.cpp23 const char *const HttpConstant::HTTP_RESPONSE_TYPE_JSON = "json";
32 const char *const HttpConstant::HTTP_CONTENT_TYPE_JSON = "application/json";
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Dlru_cache_disk_handler.cpp46 NETSTACK_LOGE("parse json not success, maybe file is broken"); in ReadJsonValueFromFile()
56 NETSTACK_LOGE("write json failed"); in WriteJsonValueToFile()
/foundation/communication/netstack/interfaces/kits/js/
H A D@system.fetch.d.ts57 * Request parameter, which can be of the string type or a JSON object.
75 * The return type can be text, or JSON. By default, the return type is determined based on Content-Type in the header returned by the server.
/foundation/communication/netmanager_ext/services/wearabledistributednetmanager/
H A DBUILD.gn29 "WEARABLE_DISTRIBUTED_NET_CONFIG_PATH = \"/system/etc/communication/netmanager_ext/wearable_distributed_net_link_info.json\"",
112 source = "$NETMANAGER_EXT_ROOT/services/wearabledistributednetmanager/config/wearable_distributed_net_link_info.json"
/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/
H A DEntryAbility.ets39 hilog.error(0x0000 , 'testTag' , 'Failed to load the content. Cause: %{public}s' , JSON.stringify(err) ?? '');
42 hilog.info(0x0000 , 'testTag' , 'Succeeded in loading the content. Data: %{public}s' , JSON.stringify(data) ?? '');
/foundation/communication/netmanager_ext/services/netfirewallmanager/
H A DBUILD.gn33 "DEFAULT_RULE_FILE = \"/system/etc/communication/netmanager_ext/default_firewall_rule.json\"",
129 source = "$NETMANAGER_EXT_ROOT/services/netfirewallmanager/config/default_firewall_rule.json"
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstrategy_meta_data.cpp19 bool StrategyMeta::Marshal(json &node) const in Marshal()
32 bool StrategyMeta::Unmarshal(const json &node) in Unmarshal()
H A Dsecret_key_meta_data.cpp29 bool SecretKeyMetaData::Marshal(json &node) const in Marshal()
37 bool SecretKeyMetaData::Unmarshal(const json &node) in Unmarshal()
H A Dmatrix_meta_data.cpp19 bool MatrixMetaData::Marshal(json &node) const in Marshal()
31 bool MatrixMetaData::Unmarshal(const json &node) in Unmarshal()
/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/
H A Dclip_plugin.h46 bool Marshal(json &node) const override;
47 bool Unmarshal(const json &node) override;
/foundation/distributeddatamgr/preferences/test/js/unittest/stage_unittest/preferences/src/entry/src/main/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts40 console.info('addAbilityMonitorCallback : ' + JSON.stringify(err));
66 console.info('executeShellCommand : err : ' + JSON.stringify(err));
/foundation/distributedhardware/device_manager/common/include/show_confirm_dialog/dialog_ui/js/
H A DBUILD.gn29 target_out_dir + "/default/manifest.json",
92 source = target_out_dir + "/default/manifest.json"
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Ddm_native_util.h28 #include "nlohmann/json.hpp"
63 void InsertMapParames(nlohmann::json &bindParamObj, std::map<std::string, std::string> &bindParamMap);
/foundation/filemanagement/app_file_service/utils/include/b_filesystem/
H A Db_file.h23 #include "json/json.h"
/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/ohosTest/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts28 hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? '');
58 hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? '');
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_controller.cpp29 const std::string BOOT_CUSTOM_CONFIG_PATH_SUFFIX = "etc/bootanimation/bootanimation_custom_config.json";
38 LOGI("parse config json error, create default config"); in Start()
/test/testfwk/developer_test/examples/stagetest/actsbundlemanagerstagetest/entry/src/main/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts39 console.info('addAbilityMonitorCallback : ' + JSON.stringify(err));
65 console.info('executeShellCommand : err : ' + JSON.stringify(err));
/test/xts/acts/ability/ability_runtime/abilitymultiinstance/amsabilitymultiinstancetest/entry/src/ohosTest/ets/testrunner/
H A DOpenHarmonyTestRunner.ts43 console.info("addAbilityMonitorCallback : " + JSON.stringify(err));
73 console.info('executeShellCommand : err : ' + JSON.stringify(err));
/test/xts/acts/ability/ability_runtime/abilitystagemonitor/abilitystagemonitortest/entry/src/main/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts42 console.info("addAbilityMonitorCallback : " + JSON.stringify(err))
69 console.info('executeShellCommand : err : ' + JSON.stringify(err));
/test/xts/acts/ability/ability_runtime/abilitytoolabilitydelegatortest/entry/src/ohosTest/ets/assistantabilityone/
H A DAssistantAbilityOne.ets41 JSON.stringify(err) ?? '');
48 JSON.stringify(data) ?? '');
/test/xts/acts/ability/ability_runtime/actsabilitytooltest/abilitytoolrelyhap/entry/src/main/ets/testrunner/
H A DOpenHarmonyTestRunner.ts43 console.info("addAbilityMonitorCallback : " + JSON.stringify(err));
70 console.info('executeShellCommand : err : ' + JSON.stringify(err));
/test/xts/acts/ability/ability_runtime/actsabilityusertest/entry/src/ohosTest/ets/testrunner/
H A DOpenHarmonyTestRunner.ts42 console.info("addAbilityMonitorCallback : " + JSON.stringify(err));
68 console.info('executeShellCommand : err : ' + JSON.stringify(err));
/test/xts/acts/ability/ability_runtime/actsactionextensionability/actsactionextensionabilityotherrely/entry/src/main/ets/calledability/
H A DCalledAbility.ts49 hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? '');
52 hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? '');
/test/xts/acts/ability/ability_runtime/actsamstest/ApplicationContextTest/entry/src/ohosTest/ets/testrunner/
H A DOpenHarmonyTestRunner.ts27 hilog.info(0x0000, 'testTag', 'addAbilityMonitorCallback : %{public}s', JSON.stringify(err) ?? '');
56 hilog.info(0x0000, 'testTag', 'executeShellCommand : err : %{public}s', JSON.stringify(err) ?? '');

Completed in 23 milliseconds

1...<<621622623624625626627628629630>>...1086