Searched refs:GetArrayValue (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | indexer_composed_element.cpp | 218 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 D | indexer_composed_element.h | 48 std::string GetArrayValue() const;
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/ |
H A D | cjson_util.h | 82 cJSON* GetArrayValue(const cJSON* json, const std::string& key);
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | cjson_util.cpp | 106 cJSON* GetArrayValue(const cJSON* json, const std::string& key) in GetArrayValue() function
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
H A D | adapter_utility_ohos_test.cpp | 533 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 D | area_policy.cpp | 45 auto config = CJsonUtil::GetArrayValue(root, version); in Parse()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | render_indexer.h | 127 std::vector<std::u16string> GetArrayValue() const in GetArrayValue() function
|
H A D | indexer_component.h | 276 std::vector<std::string> GetArrayValue() const in GetArrayValue() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_pattern.cpp | 121 auto newArray = layoutProperty->GetArrayValue().value_or(std::vector<std::string>()); in InitArrayValue()
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | libhiviewbase.map | 402 …"OHOS::HiviewDFX::CJsonUtil::GetArrayValue(cJSON const*, std::__h::basic_string<char, std::__h::ch…
|