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 D | search_pattern.h | 267 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 D | search_pattern.cpp | 1795 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()
|