Home
last modified time | relevance | path

Searched defs:json (Results 226 – 250 of 573) sorted by relevance

12345678910>>...23

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp90 static void InstPackAndAnonymizeStringIfNotNull(cJSON *json, std::string &str, const char *key, boo… in InstPackAndAnonymizeStringIfNotNull()
764 cJSON *json = cJSON_CreateObject(); in InstPackRemoteBasicInfo() local
815 static void InstPackRemoteInfo(cJSON *json, SoftBusList *remoteChannelInfoList) in InstPackRemoteInfo()
880 static void InstGetRemoteInfo(cJSON *json) in InstGetRemoteInfo()
907 cJSON *json = cJSON_CreateObject(); in InstGetAllInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_property.h265 void ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const override in ToJsonValue()
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/src/
H A Dsoft_bus_socket_mock.cpp81 void CompressMock(const std::string &json, const unsigned char *compressedBytes, int &compressedLen… in CompressMock()
/ohos5.0/base/security/security_guard/services/security_collector/src/
H A Ddata_collection.cpp182 nlohmann::json json = nlohmann::json::parse(stream, nullptr, false); in GetCollectorPath() local
232 nlohmann::json json = nlohmann::json::parse(stream, nullptr, false); in GetCollectorType() local
/ohos5.0/base/startup/appspawn/interfaces/innerkits/permission/
H A Dappspawn_mount_permission.c43 cJSON *json = cJSON_GetObjectItemCaseSensitive(root, "conditional"); in ParseAppSandboxConfig() local
90 cJSON *json = cJSON_GetArrayItem(configs, i); in ParseAppSandboxConfig() local
/ohos5.0/commonlibrary/rust/ylong_json/tests/
H A Dsdv_adapter_test.rs181 let mut json = Some(ylong_json_parse( in sdv_adapter_parse_and_print() localVariable
227 let json = ylong_json_parse(text, &msg as *const *mut c_char as *mut *mut c_char); in sdv_adapter_parse_memory_check() localVariable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_info_mgr_test/
H A Dfms_form_info_mgr_test.cpp70 std::string JsonToString(const nlohmann::json &json)
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_monitor.cpp147 auto json = JsonUtil::Create(true); in FlushPerfMonitor() local
/ohos5.0/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_default_rule_parser_test.cpp47 cJSON *json = cJSON_CreateObject(); variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dvertex_input_declaration_loader.cpp135 const auto json = json::parse(jsonString.data()); in Load() local
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp20 using json = nlohmann::json; typedef
H A Ddscreen_maprelation.cpp22 using json = nlohmann::json; typedef
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_config_parse.cpp51 [&keyCheck, &configJson, &ret](const nlohmann::json &json) { in GetConfigJson()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_server_manager.cpp28 using json = nlohmann::json; typedef
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/mock/
H A Dnativetoken_oper_test.cpp222 cJSON* json = cJSON_Parse(stringJson1.c_str()); variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_text_editing_value.cpp19 void TextEditingValue::ParseFromJson(const JsonValue& json) {} in ParseFromJson()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/ime/
H A Dime_test.cpp123 auto json = JsonUtil::ParseJsonString(jsonString); variable
148 auto json = JsonUtil::ParseJsonString(jsonString); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_pattern.cpp252 void SecurityComponentPattern::ToJsonValueIconNode(std::unique_ptr<JsonValue>& json, const RefPtr<F… in ToJsonValueIconNode()
263 void SecurityComponentPattern::ToJsonValueTextNode(std::unique_ptr<JsonValue>& json, const RefPtr<F… in ToJsonValueTextNode()
277 void SecurityComponentPattern::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter&… in ToJsonValue()
317 void SecurityComponentPattern::ToJsonValueRect(std::unique_ptr<JsonValue>& json, const InspectorFil… in ToJsonValueRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_paint_property.h107 void ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const override in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.cpp61 void TextBackgroundStyle::ToJsonValue(std::unique_ptr<JsonValue>& json, in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_container/
H A Dgrid_container_test_ng.cpp114 auto json = JsonUtil::Create(true); variable
/ohos5.0/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Dsubscribe_distributed_account_event_test.cpp43 using json = nlohmann::json; typedef
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccessee.cpp147 cJSON* json = cJSON_CreateObject(); in dump() local
H A Daccesser.cpp147 cJSON* json = cJSON_CreateObject(); in dump() local
/ohos5.0/base/security/device_auth/test/fuzztest/device_auth_service/devauthservcheckaccesstogroup_fuzzer/
H A Ddevauthservcheckaccesstogroup_fuzzer.cpp37 CJson *json = CreateJsonFromString(authReturn); in OnFinish() local

12345678910>>...23