Home
last modified time | relevance | path

Searched refs:FindIndex (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.cpp60 index = FindIndex(name, navDestinationNode, true); in RemoveInNavPathList()
73 index = FindIndex(name, navDestinationNode, false); in RemoveInPreNavPathList()
117 auto index = FindIndex(name, navDestinationNode, true); in Add()
134 auto index = FindIndex(name, navDestinationNode, true); in AddForDefault()
155 auto index = FindIndex(name, navDestinationNode, true); in AddForReplace()
178 int32_t NavigationStack::FindIndex( in FindIndex() function in OHOS::Ace::NG::NavigationStack
270 auto index = FindIndex(name, navDestinationNode, true); in GetPre()
H A Dnavigation_stack.h170 int32_t FindIndex(const std::string& name, const RefPtr<UINode>& navDestinationNode, bool isNavPathList);
H A Dnavigation_pattern.cpp652 lastPreIndex_ = navigationStack_->FindIndex(preTopNavPath_->first, in SyncWithJsStackIfNeeded()
873 lastPreIndex = navigationStack_->FindIndex(preTopNavPath->first, preTopNavPath->second, true); in CheckTopNavPathChange()
H A Dnavigation_group_node.cpp838 bool isInStack = stack->FindIndex(navDestinationPattern->GetName(),
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp267 int FindIndex(int c) in FindIndex() function
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp90 size_t FindIndex(const vector<unique_ptr<T>>& container, T const* item) in FindIndex() function
1183 const size_t index = FindIndex(data.samplers, texture.sampler); in ResolveSampler()
1297 const size_t index = FindIndex(data.images, texture.image); in ResolveReferencedImages()
1803 if (size_t const nodeIndex = FindIndex(data.nodes, &node); nodeIndex != GLTF2::GLTF_INVALID_INDEX) { in RecursivelyCreateEntities()
1831 if (const size_t parentIndex = FindIndex(data.nodes, node.parent); parentIndex != GLTF2::GLTF_INVALID_INDEX) { in CreateNode()
1877 const size_t meshIndex = FindIndex(data.meshes, node.mesh); in CreateMesh()
1943 size_t const nodeIndex = FindIndex(data.nodes, &node); in RecursivelyCreateComponents()
2009 size_t const jointNodeIndex = FindIndex(data.nodes, jointNode); in AddSkinJointsComponents()
2026 if (size_t const skinIndex = FindIndex(data.skins, node->skin); in CreateSkinComponents()
2028 size_t const nodeIndex = FindIndex(dat in CreateSkinComponents()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.cpp304 auto index = stack->FindIndex(name_, customNode_, true); in GetBackButtonState()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_group_test_ng.cpp1089 EXPECT_NE(stackTest->FindIndex(navDestinationPattern->name_, navDestinationPattern->customNode_, true), 0); in HWTEST_F()
1157 EXPECT_EQ(stackTest->FindIndex(navDestinationPattern->name_, navDestinationPattern->customNode_, true), 0); in HWTEST_F()
1228 EXPECT_EQ(stackTest->FindIndex(navDestinationPattern->name_, navDestinationPattern->customNode_, true), 0); in HWTEST_F()

Completed in 17 milliseconds