Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A 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()
H A Dindexer_composed_element.h48 std::string GetArrayValue() const;
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dcjson_util.h82 cJSON* GetArrayValue(const cJSON* json, const std::string& key);
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dcjson_util.cpp106 cJSON* GetArrayValue(const cJSON* json, const std::string& key) in GetArrayValue() function
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dadapter_utility_ohos_test.cpp533 ASSERT_NE(CJsonUtil::GetArrayValue(jsonRoot, "STRING_ARRAY"), nullptr);
534 ASSERT_EQ(CJsonUtil::GetArrayValue(nullptr, "STRING_ARRAY"), nullptr);
535 ASSERT_EQ(CJsonUtil::GetArrayValue(jsonRoot, "STRING_ARRAY_NOT_SET"), nullptr);
/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/config/
H A Darea_policy.cpp45 auto config = CJsonUtil::GetArrayValue(root, version); in Parse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.h127 std::vector<std::u16string> GetArrayValue() const in GetArrayValue() function
H A Dindexer_component.h276 std::vector<std::string> GetArrayValue() const in GetArrayValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp121 auto newArray = layoutProperty->GetArrayValue().value_or(std::vector<std::string>()); in InitArrayValue()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dlibhiviewbase.map402 …"OHOS::HiviewDFX::CJsonUtil::GetArrayValue(cJSON const*, std::__h::basic_string<char, std::__h::ch…