Home
last modified time | relevance | path

Searched defs:node (Results 1376 – 1400 of 2109) sorted by relevance

1...<<51525354555657585960>>...85

/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp53 ComponentNode *node = static_cast<ComponentNode *>(appData); in OnEvent() local
63 ComponentNode *node = static_cast<ComponentNode *>(appData); in OnEmptyBufferDone() local
73 ComponentNode *node = static_cast<ComponentNode *>(appData); in OnFillBufferDone() local
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c76 struct ListNode *node = reqNode->msgBlocks.next; in GetValidMsgBlock() local
90 struct ListNode *node = reqNode->msgBlocks.prev; in GetTailMsgBlock() local
97 static void FreeMsgBlock(ListNode *node) in FreeMsgBlock()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp1996 …onal<ExtensionData> NodeExtensions(LoadResult& loadResult, const json::value& jsonData, Node& node) in PrimitiveAttributes()
2054 bool NodeChildren(LoadResult& loadResult, const json::value& jsonData, Node& node) in PrimitiveAttributes()
2071 bool NodeTransform(LoadResult& loadResult, const json::value& jsonData, Node& node) in PrimitiveAttributes()
2095 bool NodeExtras(LoadResult& loadResult, const json::value& jsonData, Node& node) in PrimitiveAttributes()
2111 auto node = make_unique<Node>(); in PrimitiveAttributes() local
2172 for (const auto& node : nodes) { in PrimitiveAttributes() local
2269 auto const& node) { return node == nodeToAdd; }; in PrimitiveAttributes()
2293 bool SceneContainsNode(Scene const& scene, Node const& node) in PrimitiveAttributes()
2296 …scene.nodes.begin(), scene.nodes.end(), [nodePtr = &node](auto const node) { return nodePtr == nod… in PrimitiveAttributes()
2299 Scene* SceneContainingNode(vector<unique_ptr<Scene>> const& scenes, Node const& node) in PrimitiveAttributes()
[all …]
/aosp12/frameworks/base/libs/hwui/
H A DRenderNode.cpp51 void onMaybeRemovedFromTree(RenderNode* node) override { node->onRemovedFromTree(mTreeInfo); } in onMaybeRemovedFromTree()
395 mDisplayList.updateChildren([&children](RenderNode* node) { in handleForceDark()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.cpp348 auto node = accessibilityManager->GetAccessibilityNodeById(GetPickerBaseId()); in ClearAccessibilityNodes() local
357 const std::string& name, const RefPtr<Component>& child, RefPtr<AccessibilityNode>& node) in GenerateAccessibilityComposed()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c224 struct HlistNode *node = FILLP_NULL_PTR; in EpRemove() local
279 struct HlistNode *node = FILLP_NULL_PTR; in EpGetEventsAndSignal() local
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/
H A Dfuse_daemon.cpp57 fuse_ino_t GetFileInode(DlpLinkFile* node) in GetFileInode()
87 DlpLinkFile* node = DlpLinkManager::GetInstance().LookUpDlpLinkFile(nameStr); in FuseDaemonLookup() local
/ohos5.0/foundation/communication/wifi/wifi/base/utils/
H A Dwifi_app_parser.cpp154 bool AppParser::ParseInternal(xmlNodePtr node) in ParseInternal()
176 for (xmlNodePtr node = innode->children; node != nullptr; node = node->next) { in ParseAppList() local
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_executor_stub.cpp270 std::shared_ptr<ResourceNode> node = weakNode.lock(); in ProcBeginExecuteRequest() local
402 std::shared_ptr<ResourceNode> node = weakNode.lock(); in ProcSendDataMsg() local
/aosp12/frameworks/base/native/android/
H A Dnet.c126 const char *node, const char *service, in android_getaddrinfofornetwork()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node.cpp32 auto node = MakeRefPtr<CustomNode>(nodeId, viewKey); in CreateCustomNode() local
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_notify_const.h67 CacheNode node; member
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Ddevmgr_client.c46 struct DeviceInfoNode *node = NULL; in HdfObtainDeviceInfo() local
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_listener_u.h31 struct DListHead node; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_render_manager.cpp62 const auto& node = map.GetRenderNode<RSDisplayRenderNode>(id); in CheckExist() local
/aosp12/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c228 struct listnode *node; in effect_exists() local
242 struct listnode *node; in get_output() local
436 struct listnode *node; in visualizer_hal_start_output() local
487 struct listnode *node; in visualizer_hal_stop_output() local
/aosp12/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_serializer_test.cpp94 auto expect_empty_one_child = [](auto& node) { in TEST()
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DSkiaRenderPropertiesTests.cpp60 auto node = TestUtils::createSkiaNode( in testProperty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_node.cpp81 auto node = GetFrameNode(tag, nodeId); in GetOrCreateTabContentNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_event_hub.h177 auto node = GetFrameNode(); in GetNavDestinationPattern() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_element.cpp29 RefPtr<RenderNode> node = ComponentGroupElement::CreateRenderNode(); in CreateRenderNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tab_bar.cpp202 void DOMTabBar::OnChildActive(const RefPtr<DOMNode>& node, bool active) in OnChildActive()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/
H A Dclient_trans_udp_manager.h54 ListNode node; member
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_multi_font_manager.cpp134 for (auto &node : fontNodes_) { in ClearSearchFontList() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dshape_container_pattern_test_ng.cpp183 auto node = AceType::DynamicCast<FrameNode>(rowNode); variable

1...<<51525354555657585960>>...85