Home
last modified time | relevance | path

Searched refs:GetArrayValue (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
Dindexer_accessibility_property.cpp29 if (layoutProperty->GetArrayValue().has_value()) { in GetCollectionItemCounts()
30 auto arrayValue = layoutProperty->GetArrayValue().value(); in GetCollectionItemCounts()
57 if (layoutProperty->GetArrayValue().has_value()) { in GetText()
58 auto arrayValue = layoutProperty->GetArrayValue().value(); in GetText()
Dindexer_pattern.cpp70 auto newArray = layoutProperty->GetArrayValue().value_or(std::vector<std::string>()); in OnModifyDone()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dindexer_composed_element.h48 std::string GetArrayValue() const;
Dindexer_composed_element.cpp218 jsonValue->Put("arrayValue", GetArrayValue().c_str()); in GetConstructor()
234 std::string IndexerComposedElement::GetArrayValue() const in GetArrayValue() function in OHOS::Ace::V2::IndexerComposedElement
242 auto value = render->GetArrayValue(); in GetArrayValue()
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
Drender_indexer.h127 std::vector<std::u16string> GetArrayValue() const in GetArrayValue() function
Dindexer_component.h274 std::vector<std::string> GetArrayValue() const in GetArrayValue() function