Home
last modified time | relevance | path

Searched refs:nodes (Results 26 - 50 of 98) sorted by relevance

1234

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_display_zoom_controller_test.cpp100 std::vector<sptr<WindowNode>> nodes; in HWTEST_F() local
101 displayController_->ClearZoomTransform(nodes); in HWTEST_F()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp71 size_t nodeSize = model.nodes.size(); in GetSupportedOperation()
72 auto nodes = model.nodes; in GetSupportedOperation() local
76 ops[i] = regInstance.IsNodeTypeExist(nodes[i].nodeType); in GetSupportedOperation()
252 if (model.nodes.empty()) { in ValidateModel()
253 HDF_LOGE("Model has no nodes."); in ValidateModel()
307 for (auto& node : model.nodes) { in TransModelToGraph()
313 metaGraph->nodes.emplace_back(std::move(transNode)); in TransModelToGraph()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_impl_test.cpp168 std::vector<PredicateTemplateNode> nodes; in HWTEST_F() local
169 nodes.emplace_back(node1); in HWTEST_F()
170 nodes.emplace_back(node2); in HWTEST_F()
171 Template tpl(nodes, "select name1 as name from TBL00"); in HWTEST_F()
264 std::vector<PredicateTemplateNode> nodes; in HWTEST_F() local
265 nodes.emplace_back(node); in HWTEST_F()
266 Template tpl(nodes, "select name1 as name from TBL00"); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/
H A Dhdi_model_prepare_test.cpp1769 for (auto &node : iModel->nodes) { in HWTEST_F()
1811 for (auto &node : iModel->nodes) { in HWTEST_F()
1853 for (auto &node : iModel->nodes) { in HWTEST_F()
1895 for (auto &node : iModel->nodes) { in HWTEST_F()
1937 for (auto &node : iModel->nodes) { in HWTEST_F()
1979 for (auto &node : iModel->nodes) { in HWTEST_F()
2021 for (auto &node : iModel->nodes) { in HWTEST_F()
2063 for (auto &node : iModel->nodes) { in HWTEST_F()
2105 for (auto &node : iModel->nodes) { in HWTEST_F()
2147 for (auto &node : iModel->nodes) { in HWTEST_F()
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp815 // When nodes are deserialized, it is possible that the construction order in SetPathWithoutNode()
1023 // 1) on engine queue introspect children nodes in BuildChildren()
1040 // 2) on app queue instantiate nodes in BuildChildren()
1095 BASE_NS::vector<META_NS::IContainable::Ptr> nodes; in GetGlobalTransform() local
1096 nodes.push_back(GetSelf<META_NS::IContainable>()); in GetGlobalTransform()
1097 auto current = nodes.back()->GetParent(); in GetGlobalTransform()
1099 nodes.push_back(containable); in GetGlobalTransform()
1100 current = nodes.back()->GetParent(); in GetGlobalTransform()
1103 for (size_t ix = nodes.size(); ix != 0; ix--) { in GetGlobalTransform()
1104 ret = ret * META_NS::GetValue(interface_pointer_cast<INode>(nodes[i in GetGlobalTransform()
1113 BASE_NS::vector<META_NS::IContainable::Ptr> nodes; SetGlobalTransform() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Drender_util.cpp101 for (auto& rnRef : desc.nodes) { in FillCameraDescsData()
125 for (auto& rnRef : desc.nodes) { in FillCameraPostProcessDescsData()
290 if (!desc.nodes.empty()) { in GetRenderNodeGraphDescs()
313 if (!ppDesc.nodes.empty()) { in GetRenderNodeGraphDescs()
345 for (auto& rnRef : desc.nodes) { in GetRenderNodeGraphDesc()
369 for (auto& rnRef : desc.nodes) { in GetRenderNodeGraphDesc()
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dnode_data_cache.cpp174 void NodeDataCache::GetNodeData(const std::string& pageUrl, std::unordered_map<std::string, std::string>& nodes) in GetNodeData() argument
184 for (auto nodeIter = nodes.begin(); nodeIter != nodes.end(); nodeIter++) { in GetNodeData()
187 nodes[it->first] = it->second; in GetNodeData()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp23 void MakeNodeMapById(const std::list<RefPtr<UINode>>& nodes, const std::list<std::string>& ids, in MakeNodeMapById() argument
26 ACE_DCHECK(ids.size() == nodes.size()); in MakeNodeMapById()
28 auto nodeIter = nodes.begin(); in MakeNodeMapById()
29 while (idsIter != ids.end() && nodeIter != nodes.end()) { in MakeNodeMapById()
209 // Collect IDs of removed nodes starting from 'oldNode' (incl.) in FinishRepeatRender()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp71 size_t nodeSize = model.nodes.size(); in GetSupportedOperation()
72 auto nodes = model.nodes; in GetSupportedOperation() local
76 ops[i] = regInstance.IsNodeTypeExist(nodes[i].nodeType); in GetSupportedOperation()
287 if (model.nodes.empty()) { in ValidateModel()
288 HDF_LOGE("Model has no nodes."); in ValidateModel()
343 for (auto& node : model.nodes) { in TransModelToGraph()
349 metaGraph->nodes.emplace_back(std::move(transNode)); in TransModelToGraph()
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dview_data.h27 // nodes has a limit size
29 // nodes has a limit size
36 std::vector<PageNodeInfo> nodes; member
/foundation/multimodalinput/input/test/facility/virtual_device/include/
H A Dgeneral_device.h46 void GetInputDeviceNodes(std::map<std::string, std::string> &nodes);
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_graph_manager.h62 /** Render nodes */
63 BASE_NS::vector<RenderNodeDesc> nodes; member
86 /** Render nodes */
87 BASE_NS::vector<RenderNodeDescInfo> nodes; member
105 * With dynamic render node graphs render nodes can be inserted or erased.
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dstore_test.cpp58 * @tc.desc: Set and query nodes.
70 QueryNodes nodes{ in HWTEST_F()
74 query.SetQueryNodes(tableName, std::move(nodes)); in HWTEST_F()
/test/xts/acts/
H A Dget_dependency.py86 def get_all_dependencies(nodes, dependencies):
101 for node in nodes:
/foundation/communication/dsoftbus/core/bus_center/utils/include/
H A Dlnn_map.h41 MapNode **nodes; /* Map node bucket */ member
/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drender_split_container.cpp69 std::list<MagicLayoutNode> nodes; in InitProperties() local
70 nodes.emplace_back(node); in InitProperties()
71 magicNodes_[idx] = nodes; in InitProperties()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dtemplate_data.cpp41 std::vector<PredicateTemplateNode> nodes; in ToTemplate() local
43 nodes.emplace_back(predicate.key, predicate.selectSql); in ToTemplate()
45 return Template(nodes, scheduler); in ToTemplate()
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp161 * @tc.name : 模型算子支持查询,nodes为空
173 // set nodes to empty in HWTEST_F()
174 iModel->nodes = {}; in HWTEST_F()
188 * @tc.name : 模型算子支持查询,nodes中存在NodeType为-1
201 for (auto &node : iModel->nodes) { in HWTEST_F()
220 * @tc.name : 模型算子支持查询,nodes中存在NodeType为10000
233 for (auto &node : iModel->nodes) { in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp161 * @tc.name : 模型算子支持查询,nodes为空
173 // set nodes to empty in HWTEST_F()
174 iModel->nodes = {}; in HWTEST_F()
188 * @tc.name : 模型算子支持查询,nodes中存在NodeType为-1
201 for (auto &node : iModel->nodes) { in HWTEST_F()
220 * @tc.name : 模型算子支持查询,nodes中存在NodeType为10000
233 for (auto &node : iModel->nodes) { in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp298 std::vector<sptr<WindowNode>> nodes; in NotifyAfterAddWindow() local
299 nodes.emplace_back(node); in NotifyAfterAddWindow()
302 nodes.emplace_back(child); in NotifyAfterAddWindow()
305 for (auto& iter : nodes) { in NotifyAfterAddWindow()
311 accessibilityConnection_->NotifyAccessibilityWindowInfo(node->GetDisplayId(), nodes, in NotifyAfterAddWindow()
609 std::vector<sptr<WindowNode>> nodes; in RemoveWindowNode()
610 nodes.emplace_back(windowNode); in RemoveWindowNode()
612 nodes.emplace_back(child); in RemoveWindowNode()
614 for (auto& iter : nodes) { in RemoveWindowNode()
620 displayZoomController_->ClearZoomTransform(nodes); in RemoveWindowNode()
668 std::vector<sptr<WindowNode>> nodes; DestroyWindow() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp205 vector<Entity> nodes; member
630 // reduce the numer of nodes until one remains (or there are multiple roots) in FindSkeletonRoot()
632 // select a range of nodes at an equal depth in FindSkeletonRoot()
640 // sort again according to updated depths and nodes in FindSkeletonRoot()
671 // gather all the joint nodes in ExportGltfSkins()
675 if (auto const jointIndex = FindHandleIndex(entities.nodes, jointEntity); in ExportGltfSkins()
696 const Entities& entities, array_view<const unique_ptr<Node>> nodes, const Entity trackEntity, in GetAnimationTarget()
701 if (auto const nodeIndex = FindHandleIndex(entities.nodes, static_cast<Entity>(trackComponent.target)); in GetAnimationTarget()
702 nodeIndex < nodes.size()) { in GetAnimationTarget()
703 target = nodes[nodeInde in GetAnimationTarget()
695 GetAnimationTarget(const INodeSystem& nodeSystem, const INameComponentManager& nameManager, const Entities& entities, array_view<const unique_ptr<Node>> nodes, const Entity trackEntity, const AnimationTrackComponent& trackComponent) GetAnimationTarget() argument
[all...]
/test/testfwk/arkxtest/uitest/server/
H A Dsystem_ui_controller.cpp410 LOG_D("Start Get nodes from window by WindowId %{public}d", winInfo.id_); in GetWidgetsInWindow()
415 LOG_I("End Get nodes from window by WindowId %{public}d, node size is %{public}zu, appId: %{public}s", in GetWidgetsInWindow()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_manager.cpp220 // alloc/dealloc individual render nodes
264 const size_t reserveSize = renderNodeGraph.renderNodeGraphDesc.nodes.size();
267 for (const auto& nodeDesc : renderNodeGraph.renderNodeGraphDesc.nodes) {
531 // will provide flags for e.g. disabling render nodes
557 rngdi.nodes.resize(ngd.renderNodeData.size());
560 rngdi.nodes[nodeIdx].typeName = ngd.renderNodeData[nodeIdx].typeName;
561 rngdi.nodes[nodeIdx].nodeName = ngd.renderNodeData[nodeIdx].nodeName;
562 rngdi.nodes[nodeIdx].flags = 0u; // NOTE: not yet used
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.h53 static void GetOffScreenTreeNodes(InspectorTreeMap& nodes);
/foundation/window/window_manager/wmserver/include/
H A Ddisplay_zoom_controller.h36 void ClearZoomTransform(std::vector<sptr<WindowNode>> nodes);

Completed in 50 milliseconds

1234