Home
last modified time | relevance | path

Searched refs:isCreateNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.h267 void CreateOrUpdateSymbol(int32_t index, bool isCreateNode, bool isFromModifier);
268 void CreateOrUpdateImage(int32_t index, bool isCreateNode);
274 void CreateOrUpdateSymbol(int32_t index, bool isCreateNode);
275 …void CreateOrUpdateImage(int32_t index, const std::string& src, bool isCreateNode, const std::stri…
H A Dsearch_pattern.cpp1795 void SearchPattern::CreateOrUpdateSymbol(int32_t index, bool isCreateNode, bool isFromModifier) in CreateOrUpdateSymbol() argument
1827 if (isCreateNode) { in CreateOrUpdateSymbol()
1847 void SearchPattern::CreateOrUpdateImage(int32_t index, bool isCreateNode) in CreateOrUpdateImage() argument
1861 if (isCreateNode) { in CreateOrUpdateImage()