Home
last modified time | relevance | path

Searched defs:node (Results 1226 – 1250 of 1852) sorted by relevance

1...<<41424344454647484950>>...75

/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dsoftbus_scenario_manager.c50 ListNode node; member
56 ListNode node; member
67 ListNode node; member
/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/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp996 void NavigationPattern::FireNavigationInner(const RefPtr<UINode>& node, bool isOnShow) in FireNavigationInner()
1066 void NavigationPattern::FireNavigationChange(const RefPtr<UINode>& node, bool isOnShow, bool isFirs… in FireNavigationChange()
1080 void NavigationPattern::FireNavigationStateChange(const RefPtr<UINode>& node, bool isShow) in FireNavigationStateChange()
1591 auto node = navigationStack_->CreateNodeByIndex(index, parentNode_); in GenerateUINodeByIndex() local
2106 RefPtr<FrameNode> node; in OnCustomAnimationFinish() local
2281 RefPtr<UINode> node = GetHost(); in GetParentNavigationPattern() local
2313 void NavigationPattern::DealTransitionVisibility(const RefPtr<FrameNode>& node, bool isVisible, boo… in DealTransitionVisibility()
2344 auto node = GetHost(); in AddToDumpManager() local
2372 auto node = GetHost(); in RemoveFromDumpManager() local
2552 void NavigationPattern::ProcessAutoSave(const RefPtr<FrameNode>& node) in ProcessAutoSave()
[all …]
/aosp14/frameworks/base/libs/hwui/
H A DRenderNode.cpp51 void onMaybeRemovedFromTree(RenderNode* node) override { node->onRemovedFromTree(mTreeInfo); } in onMaybeRemovedFromTree()
398 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
/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 …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDifferTest.kt333 private fun node(controller: NodeController, vararg children: SpecBuilder): SpecBuilder { regex
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DSkiaRenderPropertiesTests.cpp61 auto node = TestUtils::createSkiaNode( in testProperty() local
/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_serializer_test.cpp94 auto expect_empty_one_child = [](auto& node) { in TEST()
/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_trace_utils.cpp180 void RSAnimationTraceUtils::addRenderNodeTrace(const RSRenderNode& node, const std::string name) co… in addRenderNodeTrace() argument
/ohos5.0/drivers/hdf_core/adapter/platform/pwm/
H A Dpwm_bes.c88 #define PWM_FIND_CONFIG(node, name, resource) \ argument
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_attribute.c43 static const struct DeviceResourceNode *GetHdfManagerNode(const struct DeviceResourceNode *node) in GetHdfManagerNode()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_listener_u.c192 struct PlatformUserListener *node = NULL; in PlatformUserListenerReg() local

1...<<41424344454647484950>>...75