Home
last modified time | relevance | path

Searched defs:node (Results 551 – 575 of 2232) sorted by relevance

1...<<21222324252627282930>>...90

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_model.cpp55 auto node = FrameNode::GetOrCreateFrameNode(V2::WINDOW_SCENE_ETS_TAG, nodeId, in Create() local
74 …auto node = FrameNode::GetOrCreateFrameNode(V2::WINDOW_SCENE_ETS_TAG, nodeId, PatternCreator(scene… in Create() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbadge_modifier.cpp45 void SetBadgeParamWithNumber(ArkUINodeHandle node, const struct ArkUIBadgeParam* style, ArkUI_Int32… in SetBadgeParamWithNumber()
62 void SetBadgeParamWithString(ArkUINodeHandle node, const struct ArkUIBadgeParam* style, ArkUI_CharP… in SetBadgeParamWithString()
/ohos5.0/base/update/updater/services/ui/strategy/
H A Dui_strategy.cpp73 bool UiStrategy::LoadStrategy(const JsonNode &node, const std::string &mode) in LoadStrategy()
89 bool UiStrategy::LoadStrategy(const JsonNode &node) in LoadStrategy()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_director.cpp138 if (auto node = RSNodeMap::Instance().GetNode<RSRootNode>(root_)) { in GoForeground() local
157 if (auto node = RSNodeMap::Instance().GetNode<RSRootNode>(root_)) { in GoBackground() local
205 if (auto node = RSNodeMap::Instance().GetNode<RSRootNode>(root_)) { in Destroy() local
224 auto node = surfaceNode_.lock(); in SetAbilityBGAlpha() local
239 auto node = surfaceNode_.lock(); in SetContainerWindow() local
259 auto node = RSNodeMap::Instance().GetNode<RSRootNode>(root_); in AttachSurface() local
474 if (auto node = RSNodeMap::Instance().GetNode(nodeId)) { in DumpNodeTreeProcessor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp99 auto node = host_.Upgrade(); in GetGroupTextRecursive() local
173 …d::unique_ptr<JsonValue> AccessibilityProperty::CreateNodeSearchInfo(const RefPtr<FrameNode>& node, in CreateNodeSearchInfo()
221 …lityProperty::ProcessHoverTestRecursive(const PointF& noOffsetPoint, const RefPtr<FrameNode>& node, in ProcessHoverTestRecursive()
253 const RefPtr<FrameNode>& node, in HoverTestRecursive()
341 bool AccessibilityProperty::IsTagInModalDialog(const RefPtr<FrameNode>& node) in IsTagInModalDialog()
347 bool AccessibilityProperty::HitAccessibilityHoverPriority(const RefPtr<FrameNode>& node) in HitAccessibilityHoverPriority()
355 std::tuple<bool, bool, bool> AccessibilityProperty::GetSearchStrategy(const RefPtr<FrameNode>& node, in GetSearchStrategy()
446 bool AccessibilityProperty::IsAccessibilityFocusableDebug(const RefPtr<FrameNode>& node, in IsAccessibilityFocusableDebug()
479 bool AccessibilityProperty::IsAccessibilityFocusable(const RefPtr<FrameNode>& node) in IsAccessibilityFocusable()
/ohos5.0/foundation/graphic/graphic_utils_lite/test/
H A Dlist_unit_test.cpp198 ListNode<uint16_t>* node = list_->Tail(); variable
224 ListNode<uint16_t>* node = list_->Head(); variable
/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_feature.h32 UTILS_DL_LIST node; member
37 UTILS_DL_LIST node; member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_usage_strategy_parser.cpp57 bool AudioUsageStrategyParser::ParseInternal(xmlNode *node) in ParseInternal()
77 void AudioUsageStrategyParser::ParserStreamUsageList(xmlNode *node) in ParserStreamUsageList()
96 void AudioUsageStrategyParser::ParserSourceTypeList(xmlNode *node) in ParserSourceTypeList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_animation_command.h78 auto node = context.GetNodeMap().GetRenderNode<RSRenderNode>(nodeId); in AnimOp() local
91 auto node = context.GetNodeMap().GetRenderNode<RSRenderNode>(nodeId); in AnimOpReg() local
106 auto node = context.GetNodeMap().GetRenderNode<RSRenderNode>(nodeId); in AnimOp() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_optional_trace.h50 #define RS_APPOINTED_TRACE_BEGIN(node, name) \ argument
58 #define RS_APPOINTED_TRACE_END(node) \ argument
116 #define RS_APPOINTED_TRACE_BEGIN(node, name) argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_test.cpp100 Serializable::json node = schemaMeta.Marshall(); variable
129 Serializable::json node = field.Marshall(); variable
161 Serializable::json node = database1.Marshall(); variable
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java197 private static void dumpNodeRec(AccessibilityNodeInfo node, XmlSerializer serializer,int index, in dumpNodeRec()
246 private static boolean nafExcludedClass(AccessibilityNodeInfo node) { in nafExcludedClass()
265 private static boolean nafCheck(AccessibilityNodeInfo node) { in nafCheck()
291 private static boolean childNafCheck(AccessibilityNodeInfo node) { in childNafCheck()
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java197 private static void dumpNodeRec(AccessibilityNodeInfo node, XmlSerializer serializer,int index, in dumpNodeRec()
246 private static boolean nafExcludedClass(AccessibilityNodeInfo node) { in nafExcludedClass()
265 private static boolean nafCheck(AccessibilityNodeInfo node) { in nafCheck()
291 private static boolean childNafCheck(AccessibilityNodeInfo node) { in childNafCheck()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dsubmeshhandler.cpp34 META_NS::IProperty::Ptr submeshes, INodeEcsInterfacePrivate::Ptr node) override in Initialize()
148 if (auto node = node_.lock()) { in DoComponentEvent() local
202 if (auto node = node_.lock()) { in SetMaterialToEcs() local
206 [mat = SCENE_NS::IMaterial::WeakPtr(material), index](auto node) { in SetMaterialToEcs()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dlru_cache_disk_handler.cpp52 void LRUCache::AddNode(const Node &node) in AddNode()
73 Node node = nodeList_.back(); in EraseTailNode() local
133 for (const auto &node : reverseList) { in MergeOtherCache() local
146 for (const auto &node : nodeList_) { in WriteCacheToJsonValue() local
187 for (auto &node : nodeVec) { in ReadCacheFromJsonValue() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_processor.cpp50 bool RSUniRenderProcessor::Init(RSDisplayRenderNode& node, int32_t offsetX, int32_t offsetY, Screen… in Init()
87 void RSUniRenderProcessor::CreateLayer(RSSurfaceRenderNode& node, RSSurfaceRenderParams& params) in CreateLayer()
355 void RSUniRenderProcessor::ProcessSurface(RSSurfaceRenderNode &node) in ProcessSurface()
371 void RSUniRenderProcessor::ProcessDisplaySurface(RSDisplayRenderNode& node) in ProcessDisplaySurface()
433 void RSUniRenderProcessor::ProcessRcdSurface(RSRcdSurfaceRenderNode& node) in ProcessRcdSurface()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Darray.rs84 let node = self.data.get(index).unwrap(); in prepare_send() localVariable
107 let node = self.data.get(index).unwrap(); in write() localVariable
146 let node = self.data.get(index).unwrap(); in try_recv() localVariable
218 let node = self.data.get(index).unwrap(); in drop() localVariable
245 let node = self.array.data.get(index).unwrap(); in poll() localVariable
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/include/
H A Dsoftbus_hidumper.h37 ListNode node; member
45 ListNode node; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dlist_item_group_composed_element.cpp42 auto node = GetInspectorNode(ListItemGroupElement::TypeId()); in GetSpace() local
57 auto node = GetInspectorNode(ListItemGroupElement::TypeId()); in GetDivider() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_surface_capture_task_test.cpp394 auto node = std::make_shared<RSSurfaceRenderNode>(config); variable
412 auto node = std::make_shared<RSSurfaceRenderNode>(config); variable
615 RSRootRenderNode node(0); variable
631 RSRootRenderNode node(0); variable
648 RSRootRenderNode node(0); variable
827 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
852 auto node = std::make_shared<RSSurfaceRenderNode>(id); variable
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp117 for (auto node = rootNode->children; node; node = node->next) { in ParseXmlFile() local
138 void ThermalConfigFileParser::ParseBaseNode(xmlNodePtr node) in ParseBaseNode()
161 void ThermalConfigFileParser::ParseLevelNode(xmlNodePtr node) in ParseLevelNode()
187 void ThermalConfigFileParser::ParseStateNode(xmlNodePtr node) in ParseStateNode()
211 void ThermalConfigFileParser::ParseActionNode(xmlNodePtr node) in ParseActionNode()
255 void ThermalConfigFileParser::ParsePolicyNode(xmlNodePtr node) in ParsePolicyNode()
292 void ThermalConfigFileParser::ParseIdleNode(xmlNodePtr node) in ParseIdleNode()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Dfatal_handler.cpp241 ListNode<Component *> *node = componentNodes_.Begin(); in RecycleComponents() local
306 ListNode<Component *> *node = componentNodes_.Begin(); in DetachComponentNode() local
363 ListNode<Component *> *node = componentNodes_.Begin(); in NotifyVisibleStatusChange() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_manager.cpp117 const GlyphNode* node = const_cast<GlyphNode*>(GetGlyphNodeFromFiles(unicode, fontId)); in GetGlyphNode() local
138 const GlyphNode* node = GetGlyphNode(unicode, fontId); in GetFontWidth() local
157 GlyphNode* node = const_cast<GlyphNode*>(GetGlyphNodeFromFiles(unicode, fontId)); in GetBitmap() local
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DHelper.java164 final ViewNode node = nodesToProcess.removeFirst(); in findViewNode() local
226 final WindowNode node = structure.getWindowNodeAt(i); in getAutofillIds() local
232 private static void addAutofillableIds(@NonNull ViewNode node, in addAutofillableIds()
285 boolean matches(ViewNode node); in matches()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c103 ListNode *node = ListGetFirstNode(g_connectionHandleList); in HciFindConnectionHandleBlock() local
188 ListNode *node = ListGetFirstNode(g_aclDataCache); in HciCleanupAclData() local
209 ListNode *node = ListGetFirstNode(g_leAclDataCache); in HciCleanupLeAclData() local
238 ListNode *node = ListGetFirstNode(g_txAclPackets); in FindTxPacketsEntityByConnectionHandle() local
254 ListNode *node = ListGetFirstNode(g_txLePackets); in FindLeTxPacketsEntityByConnectionHandle() local
598 ListNode *node = ListGetFirstNode(g_hciAclCallbackList); in HciOnAclData() local
615 ListNode *node = NULL; in HciSendCachedAclPackets() local
656 ListNode *node = NULL; in HciSendCachedLePackets() local
730 ListNode *node = NULL; in HciCleanupCacheByAclHandle() local
756 ListNode *node = NULL; in HciCleanupLeCacheByAclHandle() local

1...<<21222324252627282930>>...90