Home
last modified time | relevance | path

Searched refs:newComponentNode_ (Results 1 - 2 of 2) sorted by relevance

/test/ostest/wukong/component_event/src/
H A Dtree_manager.cpp248 DEBUG_LOG_STR("CompoentNode shared new (%p) count = (%ld) unique (%d)", newComponentNode_.get(), in UpdateComponentInfo()
249 newComponentNode_.use_count(), newComponentNode_.unique()); in UpdateComponentInfo()
276 newComponentNode_ = std::make_shared<ComponentTree>(); in UpdateComponentInfo()
277 newComponentNode_->SetIndex(count - 1); in UpdateComponentInfo()
280 auto cResult = RecursGetChildElementInfo(root, newComponentNode_); in UpdateComponentInfo()
284 RecursComponent(newComponentNode_); in UpdateComponentInfo()
414 DEBUG_LOG_STR("CompoentNode shared new (%p) count = (%ld) unique (%d)", newComponentNode_.get(), in SamePage()
415 newComponentNode_.use_count(), newComponentNode_ in SamePage()
[all...]
/test/ostest/wukong/component_event/include/
H A Dtree_manager.h186 return newComponentNode_; in GetNewComponents()
297 std::shared_ptr<ComponentTree> newComponentNode_ = std::make_shared<ComponentTree>(); member in OHOS::WuKong::TreeManager

Completed in 2 milliseconds