Searched refs:GetPageNodeCountAndDepth (Results 1 – 4 of 4) sorted by relevance
1612 void UINode::GetPageNodeCountAndDepth(int32_t* count, int32_t* depth) in GetPageNodeCountAndDepth() function in OHOS::Ace::NG::UINode1623 child->GetPageNodeCountAndDepth(count, depth); in GetPageNodeCountAndDepth()
674 void GetPageNodeCountAndDepth(int32_t* count, int32_t* depth);
1563 parent->GetPageNodeCountAndDepth(&count, &depth);2221 testNode1->GetPageNodeCountAndDepth(count, depth);
811 navigationNode->GetPageNodeCountAndDepth(&count, &depth); in RefreshNavDestination()