Home
last modified time | relevance | path

Searched refs:ToJsonObjectValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_property.cpp62 json->PutExtAttr("font", ToJsonObjectValue(propFont_.value_or(defaultFont)), filter); in ToJsonValue()
63 …json->PutExtAttr("selectedFont", ToJsonObjectValue(propSelectedFont_.value_or(defaultFont)), filte… in ToJsonValue()
64 json->PutExtAttr("popupFont", ToJsonObjectValue(propPopupFont_.value_or(defaultFont)), filter); in ToJsonValue()
81 std::unique_ptr<JsonValue> IndexerLayoutProperty::ToJsonObjectValue(const TextStyle& textStyle) in ToJsonObjectValue() function in OHOS::Ace::NG::IndexerLayoutProperty
H A Dindexer_layout_property.h118 static std::unique_ptr<JsonValue> ToJsonObjectValue(const TextStyle& textStyle);