Home
last modified time | relevance | path

Searched refs:GetSearchText (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_component.cpp60 const std::string& SearchComponent::GetSearchText() const in GetSearchText() function in OHOS::Ace::SearchComponent
62 return declaration_->GetSearchText(); in GetSearchText()
H A Drender_search.cpp254 if (searchComponent->GetSearchText().empty()) { in CreateRenderButton()
259 if (searchText_ != searchComponent->GetSearchText()) { in CreateRenderButton()
260 searchText_ = searchComponent->GetSearchText(); in CreateRenderButton()
264 const auto& searchText = searchComponent->GetSearchText(); in CreateRenderButton()
H A Dsearch_component.h50 const std::string& GetSearchText() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dsearch_composed_element.cpp62 …std::string searchButton = renderSearch ? renderSearch->GetSearchComponent()->GetSearchText() : ""; in GetSearchButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.h86 const std::string& GetSearchText() const in GetSearchText() function