Home
last modified time | relevance | path

Searched defs:json (Results 226 - 250 of 869) sorted by relevance

12345678910>>...35

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_property.cpp21 void MenuLayoutProperty::BindToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in BindToJsonValue() argument
69 void MenuLayoutProperty::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_system_manager.cpp90 auto json = JsonUtil::Create(true); in ToString() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/
H A Dblank_pattern.cpp52 void BlankPattern::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() argument
115 void BlankPattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument
123 void BlankPattern::DumpSimplifyInfo(std::unique_ptr<JsonValue>& json) in DumpSimplifyInfo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dgeometry_node.cpp58 void GeometryNode::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_pattern.cpp139 void BadgePattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument
165 void BadgePattern::DumpSimplifyInfo(std::unique_ptr<JsonValue>& json) in DumpSimplifyInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_form.cpp69 auto json = JsonUtil::Create(true); in Submit() local
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_monitor.cpp147 auto json = JsonUtil::Create(true); in FlushPerfMonitor() local
[all...]
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_pkg_context_info.cpp41 std::unique_ptr<JsonValue> json = JsonUtil::ParseJsonString(pkgInfoStr); in SetPkgContextInfoAndAliasMap() local
/foundation/arkui/ace_engine/frameworks/base/json/
H A Dnode_object.cpp22 std::shared_ptr<UObject> FromJsonObject(const std::unique_ptr<JsonValue>& json) in FromJsonObject() argument
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_text_editing_value.cpp19 void TextEditingValue::ParseFromJson(const JsonValue& json) {} in ParseFromJson() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_layout_test_ng.cpp512 auto json = JsonUtil::Create(true); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_container/
H A Dgrid_container_test_ng.cpp114 auto json = JsonUtil::Create(true); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dborder_property.cpp19 void BorderStyleProperty::ToJsonValue(std::unique_ptr<JsonValue>& json, std::unique_ptr<JsonValue>& borderJson, in ToJsonValue() argument
64 void BorderWidthPropertyT<Dimension>::ToJsonValue(std::unique_ptr<JsonValue>& json, in ToJsonValue() argument
89 void BorderWidthPropertyT<Dimension>::ToDashJsonValue(std::unique_ptr<JsonValue>& json, in ToDashJsonValue() argument
134 void BorderColorProperty::ToJsonValue(std::unique_ptr<JsonValue>& json, in ToJsonValue() argument
167 ToJsonValue(std::unique_ptr<JsonValue>& json, std::unique_ptr<JsonValue>& borderJson, const InspectorFilter& filter, bool isOutline) const ToJsonValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_property.h111 CHECK_NULL_VOID(json); variable
158 CHECK_NULL_VOID(json); global() variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_property.cpp72 void TextLayoutProperty::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() argument
120 ToJsonValueForOption(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonValueForOption() argument
144 FromJson(const std::unique_ptr<JsonValue>& json) FromJson() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Djson_util.h161 nlohmann::json json = t; in GetJsonStrFromInfo() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dborder_property_test_ng.cpp50 auto json = JsonUtil::Create(true); in HWTEST_F() local
118 auto json = JsonUtil::Create(true); HWTEST_F() local
165 auto json = JsonUtil::Create(true); HWTEST_F() local
213 auto json = JsonUtil::Create(true); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_common_test_ng.cpp483 auto json = JsonUtil::Create(true); in HWTEST_F() local
520 auto json = JsonUtil::Create(true); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_update_test.cpp718 auto json = JsonUtil::Create(true); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_node_graph_loader.cpp118 void CompatibilityCheck(const json::value& json, RenderNodeGraphLoader::LoadResult& result) in CompatibilityCheck() argument
[all...]
H A Dshader_data_loader.cpp192 const auto json = json::parse(jsonData.data()); Load() local
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/common/softbus_message_open_channel_test/
H A Dsoftbus_message_open_channel_test.cpp174 cJSON *json = cJSON_Parse(mag); in HWTEST_F() local
239 cJSON *json = cJSON_Parse(mag); in HWTEST_F() local
271 cJSON *json = cJSON_Parse(mag); in HWTEST_F() local
295 cJSON *json = cJSON_Parse(mag); HWTEST_F() local
342 cJSON *json = cJSON_Parse(data); HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnetwork_security_config_test.cpp64 void BuildTestJsonObject(std::string &content, cJSON* &json) in BuildTestJsonObject() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetfirewall_default_rule_parser_test.cpp47 cJSON *json = cJSON_CreateObject(); in HWTEST_F() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_cipherkey_manager_virtual.c52 bool PackCipherKeySyncMsg(void *json) in PackCipherKeySyncMsg() argument
58 void ProcessCipherKeySyncInfo(const void *json, const char *networkId) in ProcessCipherKeySyncInfo() argument

Completed in 30 milliseconds

12345678910>>...35