Home
last modified time | relevance | path

Searched refs:DEFAULT_SEARCH_METHOD (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.h157 static const std::shared_ptr<SearchMethod> DEFAULT_SEARCH_METHOD; variable
H A Ddeclaration_constants.cpp148 const std::shared_ptr<SearchMethod> DeclarationConstants::DEFAULT_SEARCH_METHOD = std::make_shared<… member in OHOS::Ace::DeclarationConstants
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.cpp40 AddSpecializedMethod(DeclarationConstants::DEFAULT_SEARCH_METHOD); in InitSpecialized()