/foundation/resourceschedule/device_standby/services/test/unittest/ |
D | standby_utils_unit_test.cpp | 75 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/ |
D | json_utils.cpp | 31 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/ |
D | render_property.cpp | 150 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/ |
D | radio_paint_property.h | 58 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
D | tab_content_layout_property.h | 55 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
D | utils.cpp | 22 auto jsonValue = JsonUtil::Create(true); in GetTextStyleInJson() local
|
D | inspector_composed_element.cpp | 469 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 …]
|
D | badge_composed_element.cpp | 90 auto jsonValue = JsonUtil::Create(true); in GetBadgePosition() local 121 auto jsonValue = JsonUtil::Create(true); in GetStyle() local
|
D | menu_composed_element.cpp | 59 auto jsonValue = JsonUtil::Create(true); in GetValues() local
|
D | tab_content_composed_element.cpp | 69 auto jsonValue = JsonUtil::Create(true); in GetTabBar() local
|
D | time_picker_dialog_composed_element.cpp | 49 auto jsonValue = JsonUtil::Create(true); in GetShow() local
|
D | picker_text_dialog_composed_element.cpp | 47 auto jsonValue = JsonUtil::Create(true); in GetShow() local
|
D | customdialog_composed_element.cpp | 88 auto jsonValue = JsonUtil::Create(true); in GetDialogOffset() local
|
D | list_item_group_composed_element.cpp | 55 auto jsonValue = JsonUtil::Create(true); in GetDivider() local
|
D | wrap_composed_element.cpp | 59 auto jsonValue = JsonUtil::Create(true); in GetConstructor() local
|
/foundation/arkui/ace_engine/frameworks/core/components/test/json/ |
D | padding_creator.cpp | 25 RefPtr<Component> PaddingCreator::CreateFromJson(const JsonValue& jsonValue, const JsonComponentFac… in CreateFromJson()
|
D | select_creator.cpp | 69 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/ |
D | text_field_paint_property.cpp | 30 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
D | slider_layout_property.h | 67 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/ |
D | badge_layout_property.cpp | 49 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
D | menu_layout_property.cpp | 58 auto jsonValue = JsonUtil::Create(true); in ToJsonValue() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
D | text_layout_property.cpp | 65 auto jsonValue = JsonUtil::Create(true); in GetFont() local
|
/foundation/arkui/ace_engine/interfaces/napi/kits/grid/ |
D | js_grid.cpp | 33 napi_value jsonValue; in JSGridGetSystemLayoutInfo() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
D | grid_property.cpp | 151 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/ |
D | progress_pattern.cpp | 57 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
|