Home
last modified time | relevance | path

Searched defs:jsonValue (Results 1 – 25 of 74) sorted by relevance

123

/foundation/resourceschedule/device_standby/services/test/unittest/
Dstandby_utils_unit_test.cpp75 nlohmann::json jsonValue {}; variable
97 nlohmann::json jsonValue {}; variable
119 nlohmann::json jsonValue {}; variable
140 nlohmann::json jsonValue {}; variable
161 nlohmann::json jsonValue {}; variable
182 nlohmann::json jsonValue {}; variable
210 nlohmann::json jsonValue; variable
253 …nlohmann::json jsonValue = nlohmann::json::parse("{\"apps_limit\":[\"1\",\"2\"]}", nullptr, false); variable
271 nlohmann::json jsonValue = nlohmann::json::parse("{}", nullptr, false); variable
/foundation/resourceschedule/device_standby/utils/policy/src/
Djson_utils.cpp31 bool JsonUtils::LoadJsonValueFromFile(nlohmann::json& jsonValue, const std::string& filePath) in LoadJsonValueFromFile()
54 bool JsonUtils::DumpJsonValueToFile(const nlohmann::json& jsonValue, const std::string& filePath) in DumpJsonValueToFile()
96 bool JsonUtils::GetInt32FromJsonValue(const nlohmann::json& jsonValue, const std::string& key, int3… in GetInt32FromJsonValue()
108 bool JsonUtils::GetBoolFromJsonValue(const nlohmann::json& jsonValue, const std::string& key, bool&… in GetBoolFromJsonValue()
120 bool JsonUtils::GetStringFromJsonValue(const nlohmann::json& jsonValue, const std::string& key, std… in GetStringFromJsonValue()
132 bool JsonUtils::GetObjFromJsonValue(const nlohmann::json& jsonValue, const std::string& key, nlohma… in GetObjFromJsonValue()
144 bool JsonUtils::GetArrayFromJsonValue(const nlohmann::json& jsonValue, const std::string& key, nloh… in GetArrayFromJsonValue()
156 bool JsonUtils::GetStrArrFromJsonValue(const nlohmann::json& jsonValue, const std::string& key, in GetStrArrFromJsonValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_property.cpp150 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
226 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
245 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
256 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
Dradio_paint_property.h58 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtab_content_layout_property.h55 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dutils.cpp22 auto jsonValue = JsonUtil::Create(true); in GetTextStyleInJson() local
Dinspector_composed_element.cpp469 auto jsonValue = JsonUtil::Create(true); in GetSize() local
486 auto jsonValue = JsonUtil::Create(true); in GetPadding() local
508 auto jsonValue = JsonUtil::Create(true); in GetAllMargin() local
623 auto jsonValue = JsonUtil::Create(true); in GetUnifyBorder() local
633 auto jsonValue = JsonUtil::Create(true); in GetPosition() local
656 auto jsonValue = JsonUtil::Create(true); in GetMarkAnchor() local
676 auto jsonValue = JsonUtil::Create(true); in GetOffset() local
876 auto jsonValue = JsonUtil::Create(true); in GetBackgroundColor() local
901 auto jsonValue = JsonUtil::Create(true); in GetBackgroundImagePosition() local
960 auto jsonValue = JsonUtil::Create(true); in GetClip() local
[all …]
Dbadge_composed_element.cpp90 auto jsonValue = JsonUtil::Create(true); in GetBadgePosition() local
121 auto jsonValue = JsonUtil::Create(true); in GetStyle() local
Dmenu_composed_element.cpp59 auto jsonValue = JsonUtil::Create(true); in GetValues() local
Dtab_content_composed_element.cpp69 auto jsonValue = JsonUtil::Create(true); in GetTabBar() local
Dtime_picker_dialog_composed_element.cpp49 auto jsonValue = JsonUtil::Create(true); in GetShow() local
Dpicker_text_dialog_composed_element.cpp47 auto jsonValue = JsonUtil::Create(true); in GetShow() local
Dcustomdialog_composed_element.cpp88 auto jsonValue = JsonUtil::Create(true); in GetDialogOffset() local
Dlist_item_group_composed_element.cpp55 auto jsonValue = JsonUtil::Create(true); in GetDivider() local
Dwrap_composed_element.cpp59 auto jsonValue = JsonUtil::Create(true); in GetConstructor() local
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dpadding_creator.cpp25 RefPtr<Component> PaddingCreator::CreateFromJson(const JsonValue& jsonValue, const JsonComponentFac… in CreateFromJson()
Dselect_creator.cpp69 auto jsonValue = json.GetValue(name); in GetDoubleValue() local
86 auto jsonValue = json.GetValue(name); in GetStringValue() local
103 auto jsonValue = json.GetValue(name); in GetColorValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_paint_property.cpp30 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
Dslider_layout_property.h67 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
Dbadge_layout_property.cpp49 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
Dmenu_layout_property.cpp58 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_layout_property.cpp65 auto jsonValue = JsonUtil::Create(true); in GetFont() local
/foundation/arkui/ace_engine/interfaces/napi/kits/grid/
Djs_grid.cpp33 napi_value jsonValue; in JSGridGetSystemLayoutInfo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
Dgrid_property.cpp151 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
167 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_pattern.cpp57 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
235 auto jsonValue = JsonUtil::Create(true); in ToJsonValueForRingStyleOptions() local
251 auto jsonValue = JsonUtil::Create(true); in ToJsonValueForLinearStyleOptions() local

123