/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | hyperlink_composed_element.cpp | 26 { "content", [](const HyperlinkComposedElement& inspector) { return inspector.GetContent(); } }, 38 std::string("content: ").append(GetContent())); in Dump() 61 std::string HyperlinkComposedElement::GetContent() const in GetContent() function in OHOS::Ace::V2::HyperlinkComposedElement
|
H A D | hyperlink_composed_element.h | 36 std::string GetContent() const;
|
/foundation/arkui/ace_engine/frameworks/core/components/piece/ |
H A D | piece_component.cpp | 51 if (GetContent().empty()) { in BuildChild() 68 const std::string& PieceComponent::GetContent() const in GetContent() function in OHOS::Ace::PieceComponent 70 return declaration_->GetContent(); in GetContent() 214 auto text = MakeRefPtr<TextComponent>(GetContent()); in SetText()
|
H A D | piece_component.h | 50 const std::string& GetContent() const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_layout_element.cpp | 184 auto tempSize = GetMeasureTextSize(property->GetContent().value_or(""), in ChooseExactFontSize() 237 if (!textProp->GetContent().has_value()) { in GetCurrentTextSize() 240 currentTextSize = GetMeasureTextSize(textProp->GetContent().value(), textProp->GetFontSize().value(), in GetCurrentTextSize() 265 auto tempSize = GetMeasureTextSize(textProp->GetContent().value(), textProp->GetFontSize().value(), in TryShrinkTextWidth() 307 minTextSize_ = GetMeasureTextSize(textProp->GetContent().value_or(""), in MeasureMinTextSize()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_accessibility_property.cpp | 28 return textLayoutProperty->GetContent().value_or(""); in GetText()
|
H A D | marquee_layout_property.h | 80 json->PutFixedAttr("src", textLayoutProperty->GetContent().value_or("").c_str(), filter, FIXED_ATTR_SRC);
|
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | plain_text_napi.cpp | 34 DECLARE_NAPI_GETTER_SETTER("textContent", GetContent, SetContent), in Constructor() 81 napi_value PlainTextNapi::GetContent(napi_env env, napi_callback_info info) in GetContent() function in OHOS::UDMF::PlainTextNapi 88 ctxt->status = NapiDataUtils::SetValue(env, plainText->value_->GetContent(), ctxt->output); in GetContent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_patternMore_test_ng.cpp | 191 ASSERT_TRUE(textProperty->GetContent().has_value()); in CheckTestResult() 192 EXPECT_EQ(textProperty->GetContent().value(), "content"); in CheckTestResult() 204 ASSERT_TRUE(labelProperty->GetContent().has_value()); in CheckTestResult() 205 EXPECT_EQ(labelProperty->GetContent().value(), "label"); in CheckTestResult()
|
H A D | menu_patternEx_test_ng.cpp | 384 ASSERT_TRUE(textProperty->GetContent().has_value()); in HWTEST_F() 385 EXPECT_EQ(textProperty->GetContent().value(), "content"); in HWTEST_F() 397 ASSERT_TRUE(labelProperty->GetContent().has_value()); in HWTEST_F() 398 EXPECT_EQ(labelProperty->GetContent().value(), "label"); in HWTEST_F() 512 ASSERT_TRUE(textProperty->GetContent().has_value()); in HWTEST_F() 513 EXPECT_EQ(textProperty->GetContent().value(), "content"); in HWTEST_F() 525 ASSERT_TRUE(labelProperty->GetContent().has_value()); in HWTEST_F() 526 EXPECT_EQ(labelProperty->GetContent().value(), "label"); in HWTEST_F() 584 ASSERT_TRUE(textProperty->GetContent().has_value()); in HWTEST_F() 585 EXPECT_EQ(textProperty->GetContent() in HWTEST_F() [all...] |
H A D | menuitem_test_ng.cpp | 287 * @tc.desc: Verify GetContent. 293 EXPECT_FALSE(property.GetContent().has_value()); in HWTEST_F() 295 ASSERT_TRUE(property.GetContent().has_value()); in HWTEST_F() 296 EXPECT_EQ(property.GetContent().value(), "content"); in HWTEST_F() 460 EXPECT_TRUE(property.GetContent().has_value()); in HWTEST_F() 473 EXPECT_FALSE(property.GetContent().has_value()); in HWTEST_F() 510 EXPECT_EQ(property.GetContent().value(), cloneProperty->GetContent().value()); in HWTEST_F() 687 ASSERT_TRUE(itemProperty->GetContent().has_value()); in HWTEST_F() 688 EXPECT_EQ(itemProperty->GetContent() in HWTEST_F() [all...] |
/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_notify_pin_holder_event_req.h | 47 const std::string &GetContent() const in GetContent() function in OHOS::DistributedHardware::IpcNotifyPinHolderEventReq
|
H A D | ipc_notify_bind_result_req.h | 93 const std::string &GetContent() const in GetContent() function in OHOS::DistributedHardware::IpcNotifyBindResultReq
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | plain_text.h | 31 std::string GetContent() const;
|
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | plain_text_napi.h | 40 static napi_value GetContent(napi_env env, napi_callback_info info);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_layout_property.h | 145 json->PutFixedAttr("content", GetContent().value_or("").c_str(), filter, FIXED_ATTR_CONTENT); 151 json->PutFixedAttr("content", GetContent().value_or("").c_str(), filter, FIXED_ATTR_CONTENT); 188 json->PutFixedAttr("label", GetContent().value_or("").c_str(), filter, FIXED_ATTR_CONTENT);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | box_layout_algorithm.cpp | 96 const auto& content = layoutWrapper->GetGeometryNode()->GetContent(); in PerformMeasureSelfWithChildList() 171 const auto& content = layoutWrapper->GetGeometryNode()->GetContent(); in PerformLayout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_layout_algorithm.cpp | 95 const auto& content = layoutWrapper->GetGeometryNode()->GetContent(); in Measure() 151 const auto& content = layoutWrapper->GetGeometryNode()->GetContent(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_layout_algorithm.cpp | 84 const auto& content = layoutWrapper->GetGeometryNode()->GetContent(); in Measure() 133 const auto& content = layoutWrapper->GetGeometryNode()->GetContent(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_content_layout_algorithm.cpp | 65 const auto& content = layoutWrapper->GetGeometryNode()->GetContent(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/ |
H A D | stack_layout_algorithm.cpp | 62 const auto& content = layoutWrapper->GetGeometryNode()->GetContent(); in PerformLayout()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | tool_bar_test_ng.cpp | 498 ASSERT_TRUE(textLayoutProperty->GetContent().has_value()); in HWTEST_F() 499 EXPECT_TRUE(textLayoutProperty->GetContent().value().empty()); in HWTEST_F() 506 ASSERT_TRUE(textLayoutProperty->GetContent().has_value()); in HWTEST_F() 507 EXPECT_FALSE(textLayoutProperty->GetContent().value().empty()); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_layout_algorithm.cpp | 144 if (host->GetTag() == V2::TEXT_ETS_TAG && textLayoutProperty->GetContent().value_or("").empty() && in MeasureContent() 575 textStyle, layoutProperty->GetContent().value_or(""), contentConstraint, layoutWrapper)) { in BuildParagraph() 580 if (!AdaptMinTextSize(textStyle, layoutProperty->GetContent().value_or(""), contentConstraint, layoutWrapper)) { in BuildParagraph() 591 if (!AdaptMaxTextSize(textStyle, layoutProperty->GetContent().value_or(""), contentConstraint, layoutWrapper)) { in BuildParagraphAdaptUseMinFontSize() 653 std::string content = layoutProperty->GetContent().value_or(""); in BuildTextRaceParagraph()
|
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/ |
H A D | page_transition_component.h | 75 const RefPtr<Component>& GetContent() const in GetContent() function in OHOS::Ace::PageTransitionComponent
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_layout_algorithm.cpp | 77 CHECK_NULL_VOID(layoutWrapper->GetGeometryNode()->GetContent()); in Layout()
|