Home
last modified time | relevance | path

Searched defs:node (Results 126 – 150 of 826) sorted by relevance

12345678910>>...34

/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/
Drecorder_profiles_xml_parser.cpp104 bool RecorderProfilesXmlParser::ParseInternal(xmlNode *node) in ParseInternal()
169 bool RecorderProfilesXmlParser::ParseRecorderCapsData(xmlNode *node) in ParseRecorderCapsData()
192 bool RecorderProfilesXmlParser::ParseRecorderContainerFormatData(xmlNode *node) in ParseRecorderContainerFormatData()
210 bool RecorderProfilesXmlParser::ParseRecorderEncodeCapsData(xmlNode *node, bool isVideo) in ParseRecorderEncodeCapsData()
375 bool RecorderProfilesXmlParser::ParseRecorderProfilesData(xmlNode *node) in ParseRecorderProfilesData()
389 …derProfilesXmlParser::ParseRecorderProfilesSourceData(const std::string &sourceType, xmlNode *node) in ParseRecorderProfilesSourceData()
416 bool RecorderProfilesXmlParser::ParseRecorderProfileSettingsData(xmlNode *node, RecorderProfilesDat… in ParseRecorderProfileSettingsData()
436 xmlNode *node, RecorderProfilesData &capabilityData, const std::string &capabilityKey) in ParseVideoRecorderProfiles()
447 bool RecorderProfilesXmlParser::ParseRecorderProfileVideoAudioData(xmlNode *node, in ParseRecorderProfileVideoAudioData()
472 xmlNode *node, RecorderProfilesData &capabilityData, const std::string &capabilityKey) in ParseVideoRecorderProfilesForVideoAudioData()
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
Ddom_radio_util.cpp26 std::shared_ptr<JsPageRadioGroups> GetRadioGroups(const DOMNode& node) in GetRadioGroups()
60 const std::map<std::string, std::string>& attrs, DOMInput& node) in CreateComponentAndSetChildAttr()
104 void DOMRadioUtil::SetChildAttr(const DOMInput& node, const RefPtr<RadioComponent<std::string>>& co… in SetChildAttr()
173 void DOMRadioUtil::RemoveRadioComponent(const DOMInput& node, const RefPtr<RadioComponent<std::stri… in RemoveRadioComponent()
193const DOMInput& node, const RefPtr<RadioComponent<std::string>>& component, const std::string& nam… in CheckRadioGroup()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
Drfcomm_session.c39 ListNode *node = NULL; in RfcommDestroySessionList() local
266 ListNode *node = NULL; in RfcommGetSessionByLcid() local
296 ListNode *node = NULL; in RfcommGetSessionByAddr() local
326 ListNode *node = NULL; in RfcommIsSessionValid() local
Drfcomm_server.c39 ListNode *node = NULL; in RfcommDestroyServerList() local
128 ListNode *node = NULL; in RfcommGetServerByScn() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
Drs_render_thread_visitor.h47 void PrepareDisplayRenderNode(RSDisplayRenderNode& node) override {} in PrepareDisplayRenderNode()
48 void PrepareProxyRenderNode(RSProxyRenderNode& node) override {} in PrepareProxyRenderNode()
55 void ProcessDisplayRenderNode(RSDisplayRenderNode& node) override {} in ProcessDisplayRenderNode()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
Dlazy_load_manager.cpp35 ListNode<LazyLoadWatcher *> *node = lazyWatchersList_.Begin(); in ResetWatchers() local
49 ListNode<LazyLoadWatcher *> *node = lazyWatchersList_.Begin(); in RenderLazyLoadWatcher() local
120 ListNode<LazyLoadWatcher *> *node = lazyWatchersList_.Begin(); in RemoveLazyWatcher() local
/foundation/arkui/ui_lite/frameworks/dfx/
Dkey_event_injector.cpp27 ListNode<DeviceData*>* node = dataList_.Begin(); in ~KeyEventInjector() local
47 ListNode<DeviceData*>* node = dataList_.Begin(); in Read() local
Dpoint_event_injector.cpp27 ListNode<DeviceData*>* node = dataList_.Begin(); in ~PointEventInjector() local
63 ListNode<DeviceData*>* node = dataList_.Begin(); in Read() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
Drs_divided_render_util_test.cpp47 std::shared_ptr<RSSurfaceRenderNode> node = std::make_shared<RSSurfaceRenderNode>(config); variable
67 std::shared_ptr<RSSurfaceRenderNode> node = std::make_shared<RSSurfaceRenderNode>(config); variable
Drs_uni_render_visitor_test.cpp464 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
487 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
525 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
549 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
678 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
700 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
722 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
774 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
833 std::shared_ptr<RSDisplayRenderNode> node = nullptr; variable
852 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
[all …]
Drs_uni_render_processor_test.cpp49 RSDisplayRenderNode node(1, config); variable
63 RSDisplayRenderNode node(1, config); variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/gaussdb_rd/src/interface/src/
Dprojection_tree.cpp22 ProjectionNode *node = &node_; in ParseTree() local
59 ProjectionNode *node = &node_; in SearchTree() local
/foundation/communication/dhcp/services/dhcp_server/src/
Dhash_table.c73 HashNode *node = table->nodes[current]; in DestroyHashTable() local
98 for (HashNode *node = table->nodes[index]; node; node = node->next) { in Insert() local
127 for (HashNode *node = table->nodes[index]; node; node = node->next) { in ContainsKey() local
145 for (HashNode *node = table->nodes[index]; node; node = node->next) { in At() local
163 HashNode *node = table->nodes[index]; in Remove() local
288 HashNode *node = (HashNode *)calloc(1, sizeof(HashNode)); in HashCreateNode() local
325 void DestroyHashNode(HashNode *node) in DestroyHashNode()
378 HashNode *node = old[current]; in HashRehash() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dcomponent_snapshot.cpp51 std::shared_ptr<Rosen::RSNode> ComponentSnapshot::GetRsNode(const RefPtr<FrameNode>& node) in GetRsNode()
62 auto node = Inspector::GetFrameNodeByKey(componentId); in Get() local
76 auto node = AceType::DynamicCast<FrameNode>(customNode); in Create() local
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
Dlru_cache.cpp56 void LRUCache::AddNode(const Node &node) in AddNode()
77 Node node = nodeList_.back(); in EraseTailNode() local
137 for (const auto &node : reverseList) { in MergeOtherCache() local
150 for (const auto &node : nodeList_) { in WriteCacheToJsonValue() local
195 for (auto &node : nodeVec) { in ReadCacheFromJsonValue() local
/foundation/communication/dsoftbus/core/common/include/
Dcommon_list.h47 __attribute__((always_inline)) static inline void ListAdd(ListNode *list, ListNode *node) in ListAdd()
56 __attribute__((always_inline)) static inline void ListTailInsert(ListNode *list, ListNode *node) in ListTailInsert()
62 __attribute__((always_inline)) static inline void ListNodeInsert(ListNode *list, ListNode *node) in ListNodeInsert()
68 __attribute__((always_inline)) static inline void ListDelete(ListNode *node) in ListDelete()
78 __attribute__((always_inline)) static inline bool IsListEmpty(const ListNode *node) in IsListEmpty()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
Dability_list.cpp54 for (auto node = abilityList_.Begin(); node != abilityList_.End(); node = node->next_) { in Get() local
74 for (auto node = abilityList_.Begin(); node != abilityList_.End(); node = node->next_) { in Get() local
89 for (auto node = abilityList_.Begin(); node != abilityList_.End(); node = node->next_) { in GetByTaskId() local
104 for (auto node = abilityList_.Begin(); node != abilityList_.End(); node = node->next_) { in Erase() local
120 for (auto node = abilityList_.Begin(); node != abilityList_.End(); node = node->next_) { in GetAbilityList() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
Dsvg_use.cpp63 SvgUse::AttributeScope::AttributeScope(const RefPtr<SvgNode>& node) : node_(node) in AttributeScope()
72 auto node = node_.Upgrade(); in ~AttributeScope() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/syntax/for_each/
Dfor_each_syntax_test_ng.cpp82 auto node = ViewStackProcessor::GetInstance()->GetMainElementNode(); variable
170 auto node = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<Pattern>()); variable
203 auto node = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<Pattern>()); variable
249 auto node = AceType::MakeRefPtr<FrameNode>(NODE_TAG, -1, AceType::MakeRefPtr<Pattern>()); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
Drs_extended_modifier.h79 auto node = property_->target_.lock(); in CreateRenderModifier() local
90 auto node = property_->target_.lock(); in UpdateToRender() local
145 auto node = property_->target_.lock(); in CreateRenderModifier() local
166 auto node = property_->target_.lock(); in UpdateToRender() local
279 auto node = target_.lock(); in UpdateToRender() local
/foundation/window/window_manager/wmserver/src/
Dstarting_window.cpp100 sptr<WindowNode> node = new(std::nothrow) WindowNode(property); in CreateWindowNode() local
141 WMError StartingWindow::CreateLeashAndStartingSurfaceNode(sptr<WindowNode>& node) in CreateLeashAndStartingSurfaceNode()
162 WMError StartingWindow::DrawStartingWindow(sptr<WindowNode>& node, in DrawStartingWindow()
237 void StartingWindow::HandleClientWindowCreate(sptr<WindowNode>& node, sptr<IWindow>& window, in HandleClientWindowCreate()
284 void StartingWindow::ReleaseStartWinSurfaceNode(sptr<WindowNode>& node) in ReleaseStartWinSurfaceNode()
312 void StartingWindow::AddNodeOnRSTree(sptr<WindowNode>& node, bool isMultiDisplay) in AddNodeOnRSTree()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_ui_director.cpp102 if (auto node = RSNodeMap::Instance().GetNode<RSRootNode>(root_)) { in GoForeground() local
120 if (auto node = RSNodeMap::Instance().GetNode<RSRootNode>(root_)) { in GoBackground() local
160 if (auto node = RSNodeMap::Instance().GetNode<RSRootNode>(root_)) { in Destroy() local
179 auto node = surfaceNode_.lock(); in SetAbilityBGAlpha() local
194 auto node = surfaceNode_.lock(); in SetContainerWindow() local
214 auto node = RSNodeMap::Instance().GetNode<RSRootNode>(root_); in AttachSurface() local
/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
Drender_relative_container.cpp67 for (const auto& node : idNodeMap_) { in GetDependencyRelationship() local
93 for (const auto& node : idNodeMap_) { in PreTopologicalLoopDetection() local
120 for (const auto& node : reliedSet) { in PreTopologicalLoopDetection() local
134 for (const auto& node : incomingDegreeMapCopy) { in PreTopologicalLoopDetection() local
205 for (const auto& node : idNodeMap_) { in TopologicalSort() local
219 for (const auto& node : reliedList) { in TopologicalSort() local
353 for (const auto& node : idNodeMap_) { in PerformLayout() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
Djs_accessibility_manager.cpp222 void UpdateAccessibilityNodeInfo(const RefPtr<AccessibilityNode>& node, AccessibilityElementInfo& n… in UpdateAccessibilityNodeInfo()
371 …o(std::list<AccessibilityElementInfo>& infos, uint32_t mode, const RefPtr<AccessibilityNode>& node, in UpdateCacheInfo()
434 bool FindAccessibilityFocus(const RefPtr<AccessibilityNode>& node, RefPtr<AccessibilityNode>& resul… in FindAccessibilityFocus()
457 RefPtr<NG::FrameNode> FindAccessibilityFocus(const RefPtr<NG::UINode>& node) in FindAccessibilityFocus()
479 bool FindInputFocus(const RefPtr<AccessibilityNode>& node, RefPtr<AccessibilityNode>& resultNode) in FindInputFocus()
499 RefPtr<NG::FrameNode> FindInputFocus(const RefPtr<NG::UINode>& node) in FindInputFocus()
527const RefPtr<AccessibilityNode>& node, const std::string& text, std::list<RefPtr<AccessibilityNode… in FindText()
541 void FindText(const RefPtr<NG::UINode>& node, const std::string& text, std::list<RefPtr<NG::FrameNo… in FindText()
699 void FillEventInfo(const RefPtr<NG::FrameNode>& node, AccessibilityEventInfo& eventInfo) in FillEventInfo()
712 void FillEventInfo(const RefPtr<AccessibilityNode>& node, AccessibilityEventInfo& eventInfo) in FillEventInfo()
[all …]
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/
Dspring_chain_test.cpp122 RefPtr<SimpleSpringNode> node = in InitSpringChain() local
158 auto node = adapter_->GetNode(idx); variable
180 auto node = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetNext(controlNode)); variable
205 auto node = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetNext(controlNode)); variable

12345678910>>...34