Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp114 for (const auto& grandChild : child->children_) { in ChangeChildRenderSlot() local
115 child->ChangeChildRenderSlot(grandChild, newRenderSlot, effectDescendant); in ChangeChildRenderSlot()
116 newRenderSlot += grandChild->CountRenderNode(); in ChangeChildRenderSlot()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp414 pid_t grandChild = fork(); in ForkToDumpHiperf() local
415 if (grandChild == 0) { in ForkToDumpHiperf()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp270 std::list<RefPtr<FrameNode>> grandChild; variable
271 grandChild.push_back(grandChildNode);
272 childNode->frameChildren_ = { grandChild.begin(), grandChild.end() };