Home
last modified time | relevance | path

Searched refs:node (Results 2251 - 2275 of 4490) sorted by relevance

1...<<919293949596979899100>>...180

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Drelative_container_composed_element.cpp64 auto node = GetInspectorNode(RelativeContainerElement::TypeId()); in GetRenderRelativeContainer() local
65 if (node) { in GetRenderRelativeContainer()
66 return AceType::DynamicCast<RenderRelativeContainer>(node); in GetRenderRelativeContainer()
H A Drating_composed_element.cpp104 auto node = GetInspectorNode(RatingElement::TypeId()); in GetRenderRating() local
105 if (node) { in GetRenderRating()
106 return AceType::DynamicCast<RenderRating>(node); in GetRenderRating()
H A Dprogress_composed_element.cpp143 auto node = GetInspectorNode(ProgressElement::TypeId()); in GetRenderProgress() local
144 if (node) { in GetRenderProgress()
145 return AceType::DynamicCast<RenderProgress>(node); in GetRenderProgress()
H A Ddate_picker_dialog_composed_element.cpp114 auto node = GetInspectorNode(PickerBaseElement::TypeId()); in GetRenderPickerBase() local
115 if (node) { in GetRenderPickerBase()
116 return AceType::DynamicCast<RenderPickerBase>(node); in GetRenderPickerBase()
H A Ddate_picker_composed_element.cpp121 auto node = GetInspectorNode(PickerBaseElement::TypeId()); in GetRenderPickerBase() local
122 if (node) { in GetRenderPickerBase()
123 return AceType::DynamicCast<RenderPickerBase>(node); in GetRenderPickerBase()
H A Ddivider_composed_element.cpp86 auto node = GetInspectorNode(DividerElement::TypeId()); in GetRenderDivider() local
87 if (node) { in GetRenderDivider()
88 return AceType::DynamicCast<RenderDivider>(node); in GetRenderDivider()
H A Ddata_panel_composed_element.cpp106 auto node = GetInspectorNode(DataPanelElement::TypeId()); in GetRenderPercentageDataPanel() local
107 if (node) { in GetRenderPercentageDataPanel()
108 return AceType::DynamicCast<RenderPercentageDataPanel>(node); in GetRenderPercentageDataPanel()
H A Dmarquee_composed_element.cpp115 auto node = GetInspectorNode(MarqueeElement::TypeId()); in GetRenderMarquee() local
116 if (node) { in GetRenderMarquee()
117 return AceType::DynamicCast<RenderMarquee>(node); in GetRenderMarquee()
H A Dcheckbox_composed_element.cpp127 auto node = GetInspectorNode(CheckableElement::TypeId()); in GetRenderCheckbox() local
128 if (node) { in GetRenderCheckbox()
129 return AceType::DynamicCast<RenderCheckbox>(node); in GetRenderCheckbox()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement_register.h69 ACE_FORCE_EXPORT bool AddUINode(const RefPtr<NG::UINode>& node);
74 * When a custom node is created from recycle, update its element id.
114 void AddPendingRemoveNode(const RefPtr<NG::UINode>& node);
139 void AddFrameNodeByInspectorId(const std::string& key, const WeakPtr<NG::FrameNode>& node);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrendernodemap_fuzzer/
H A Drsrendernodemap_fuzzer.cpp69 auto node = std::make_shared<OHOS::Rosen::RSRenderNode>(id); in DoSomethingInterestingWithMyAPI() local
73 auto func = [](const std::shared_ptr<RSBaseRenderNode>& node) {}; in DoSomethingInterestingWithMyAPI()
76 rsRenderNodeMap.RegisterRenderNode(node); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_drawable.h154 const RSRenderNode& node, Vec& drawableVec, std::unordered_set<RSDrawableSlot>& dirtySlots);
156 static bool FuzeDrawableSlots(const RSRenderNode& node, Vec& drawableVec);
158 static void UpdateSaveRestore(RSRenderNode& node, Vec& drawableVec, uint8_t& drawableVecStatus);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_node_map.cpp32 // create animation fallback node in RSNodeMap()
65 ROSEN_LOGW("RSNodeMap::RegisterNode: node id %{public}" PRIu64 " already exists", id); in RegisterNode()
91 ROSEN_LOGW("RSNodeMap::UnregisterNode: node id %{public}" PRIu64 " not found", id); in UnregisterNode()
144 for (const auto& [animId, node] : animationNodeIdInstanceIdMap_) { in GetInstanceIdForReleasedNode()
145 if (node.first == id) { in GetInstanceIdForReleasedNode()
146 return node.second; in GetInstanceIdForReleasedNode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.h71 void InitRotationId(const std::shared_ptr<RSNode>& node);
73 PropertyId GetRotationPropertyId(const std::shared_ptr<RSNode>& node);
75 void SetRotation(const std::shared_ptr<RSNode>& node, const float rotation);
/foundation/window/window_manager/extension/window_extension/src/
H A Dwindow_extension_stub_impl.cpp117 std::shared_ptr<RSSurfaceNode> node = (window != nullptr ? window->GetSurfaceNode() : nullptr); in GetExtensionWindow() local
118 if (node == nullptr) { in GetExtensionWindow()
119 WLOGFE("node is null"); in GetExtensionWindow()
122 token_->OnWindowReady(node); in GetExtensionWindow()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_manager.h90 ListNode node; member
125 ListNode node; member
140 ListNode node; member
/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dsuffix_match_trie.h33 * @tparam T trie node value type
45 // node value
71 * @brief Insert a node to trie
73 * @param key tire node key
74 * @param val tire node value
99 * @brief Update trie node
101 * @param key tire node key
102 * @param val tire node value to be update
132 * @param key tire node key
133 * @param out tire node valu
169 TrieNode *node = new TrieNode; CreateNode() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.h86 bool ParseInternal(xmlNodePtr node) override;
91 ApConfigUse::SoftapChannelPolicyParser::SoftapChannelsPolicyType GetPolicyItem(xmlNodePtr node);
93 BandType GetSupportChannelsItem(xmlNodePtr node);
/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/src/
H A Dnapi_observer.cpp135 std::shared_ptr<PublishedDataChangeNode> node = std::make_shared<PublishedDataChangeNode>(std::move(changeNode)); in OnChange() local
136 observerWorker->getParam = [node](napi_env env) { in OnChange()
137 return DataShareJSUtils::Convert2JSValue(env, *node); in OnChange()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dtiming_wheel.h94 #define FILLP_TIMING_WHEEL_INIT_NODE(node) \
96 (node)->wheel = FILLP_NULL_PTR; \
97 (node)->status = 0; \
/third_party/alsa-lib/src/ucm/
H A Ducm_regex.c33 snd_config_t *node; in get_string() local
36 err = snd_config_search(compound, key, &node); in get_string()
39 return snd_config_get_string(node, str); in get_string()
/third_party/lzma/CPP/7zip/Common/
H A DMultiOutStream.h68 CVolStream &node = Streams[index]; in InsertToLinkedList() local
69 node.Next = Head; in InsertToLinkedList()
70 node.Prev = -1; in InsertToLinkedList()
/third_party/node/lib/internal/main/
H A Dprint_help.js34 // eslint-disable-next-line node-core/avoid-prototype-pollution
211 options.set('--', { helpText: 'indicate the end of node options' });
213 'Usage: node [options] [ script.js ] [arguments]\n' +
214 ' node inspect [options] [ script.js | host:port ] [arguments]\n\n' +
/third_party/node/test/parallel/
H A Dtest-require-symlink.js73 const node = process.execPath;
74 const child = spawn(node, ['--preserve-symlinks', linkScript]);
81 const childEnv = spawn(node, [linkScript], {
/third_party/node/src/
H A Dinspector_agent.h19 namespace node { namespace
45 explicit Agent(node::Environment* env);
122 node::Environment* parent_env_;
142 } // namespace node

Completed in 11 milliseconds

1...<<919293949596979899100>>...180