Searched refs:GetArrayValue (Results 1 – 6 of 6) sorted by relevance
29 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()
70 auto newArray = layoutProperty->GetArrayValue().value_or(std::vector<std::string>()); in OnModifyDone()
48 std::string GetArrayValue() const;
218 jsonValue->Put("arrayValue", GetArrayValue().c_str()); in GetConstructor()234 std::string IndexerComposedElement::GetArrayValue() const in GetArrayValue() function in OHOS::Ace::V2::IndexerComposedElement242 auto value = render->GetArrayValue(); in GetArrayValue()
127 std::vector<std::u16string> GetArrayValue() const in GetArrayValue() function
274 std::vector<std::string> GetArrayValue() const in GetArrayValue() function