Home
last modified time | relevance | path

Searched defs:nodes (Results 1 – 25 of 81) sorted by relevance

1234

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Daccessibility_connection.cpp39 std::vector<sptr<WindowNode>> nodes; in NotifyAccessibilityWindowInfo() local
46 const std::vector<sptr<WindowNode>>& nodes, WindowUpdateType type) in NotifyAccessibilityWindowInfo()
68 std::vector<sptr<WindowNode>> nodes; in NotifyAccessibilityWindowInfo() local
74 … AccessibilityConnection::NotifyAccessibilityWindowInfo(const std::vector<sptr<WindowNode>>& nodes, in NotifyAccessibilityWindowInfo()
86 …id AccessibilityConnection::FillAccessibilityWindowInfo(const std::vector<sptr<WindowNode>>& nodes, in FillAccessibilityWindowInfo()
123 std::vector<sptr<WindowNode>> nodes; in GetAccessibilityWindowInfo() local
H A Dminimize_app.cpp119 auto nodes = iter.second; in IsNodeNeedMinimize() local
138 auto nodes = needMinimizeAppNodes_.at(reason); in IsNodeNeedMinimizeWithReason() local
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_map.h21 struct MapNode **nodes; /**< Map node bucket */ member
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_helper.cpp28 … std::shared_ptr<ScheduleNodeCallback> callback, std::vector<std::shared_ptr<ScheduleNode>> &nodes) in BuildFromHdi()
35 … std::shared_ptr<ScheduleNodeCallback> callback, std::vector<std::shared_ptr<ScheduleNode>> &nodes, in BuildFromHdi()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_model_v10.md63 ### nodes subsection
H A D_model_v20.md63 ### nodes subsection
/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/src/
H A Dgeneral_device.cpp70 std::map<std::string, std::string> nodes; in FindDeviceNode() local
102 void GeneralDevice::GetInputDeviceNodes(std::map<std::string, std::string> &nodes) in GetInputDeviceNodes()
/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device.cpp47 std::map<std::string, std::string> nodes; in FindDeviceNode() local
81 void VirtualDevice::GetInputDeviceNodes(std::map<std::string, std::string> &nodes) in GetInputDeviceNodes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/form_visible/
H A Dform_visible_manager.cpp38 auto nodes = FrameNode::GetNodesById(onFormVisibleChangeNodeIds_); in HandleFormVisibleChangeEvent() local
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_state_machine.c40 static const StateNode *GetScheduleStateNode(const StateNode *nodes, uint32_t nodeCnt, uint32_t sta… in GetScheduleStateNode()
76 void ScheduleMachine(const StateNode *nodes, uint32_t nodeCnt, StateMachine *machine, uint32_t even… in ScheduleMachine()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_app_demo.cpp34 std::vector<std::shared_ptr<RSCanvasNode>> nodes; variable
H A Drender_service_client_first_frame_callback_demo.cpp34 std::vector<std::shared_ptr<RSCanvasNode>> nodes; variable
H A Drender_service_client_node_demo.cpp29 std::vector<std::shared_ptr<RSCanvasNode>> nodes; variable
H A Drender_service_client_rs_animation_demo.cpp39 std::vector<std::shared_ptr<RSCanvasNode>> nodes; variable
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_display_zoom_controller_test.cpp100 std::vector<sptr<WindowNode>> nodes; variable
H A Daccessibility_connection_test.cpp69 std::vector<sptr<WindowNode>> nodes; variable
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dview_data.h36 std::vector<PageNodeInfo> nodes; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_node_graph_loader.cpp182 if (const auto nodes = json.find("nodes"); nodes) { in LoadString() local
199 if (const auto nodes = json.find("renderNodeGraphOutputResources"); nodes) { in LoadString() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_graph_manager.h63 BASE_NS::vector<RenderNodeDesc> nodes; member
87 BASE_NS::vector<RenderNodeDescInfo> nodes; member
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtransform_point_test.cpp170 void TransformPointTest::GetInputDeviceNodes(std::map<std::string, std::string>& nodes) in GetInputDeviceNodes()
222 std::map<std::string, std::string> nodes; in SetupVirtualStylus() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/include/
H A Dlnn_map.h41 MapNode **nodes; /* Map node bucket */ member
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_common_vdi.c323 struct AudioRouteNodeVdi *nodes = NULL; in AudioCommonSinkToVdiSinkVdi() local
351 struct AudioRouteNodeVdi *nodes = NULL; in AudioCommonSourceToVdiSourceVdi() local
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/
H A Dproxydatas_with_permission_test.cpp168 std::vector<PredicateTemplateNode> nodes; variable
186 std::vector<PredicateTemplateNode> nodes; variable
279 std::vector<PredicateTemplateNode> nodes; variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dgraph.cpp68 std::stack<uint32_t> nodes; in Dfs() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp249 auto nodes = readers_.AcquireAll(interval - usedTime); in AcquireAll() local
651 std::list<std::shared_ptr<ConnNode>> nodes; in AcquireAll() local
671 auto func = [](const std::list<std::shared_ptr<ConnNode>> &nodes) -> bool { in AcquireAll()
768 std::list<std::shared_ptr<ConnNode>> nodes; in Clear() local

1234