/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | relative_container_composed_element.cpp | 64 auto node = GetInspectorNode(RelativeContainerElement::TypeId()); in GetRenderRelativeContainer() local 65 if (node) { in GetRenderRelativeContainer() 66 return AceType::DynamicCast<RenderRelativeContainer>(node); in GetRenderRelativeContainer()
|
H A D | rating_composed_element.cpp | 104 auto node = GetInspectorNode(RatingElement::TypeId()); in GetRenderRating() local 105 if (node) { in GetRenderRating() 106 return AceType::DynamicCast<RenderRating>(node); in GetRenderRating()
|
H A D | progress_composed_element.cpp | 143 auto node = GetInspectorNode(ProgressElement::TypeId()); in GetRenderProgress() local 144 if (node) { in GetRenderProgress() 145 return AceType::DynamicCast<RenderProgress>(node); in GetRenderProgress()
|
H A D | date_picker_dialog_composed_element.cpp | 114 auto node = GetInspectorNode(PickerBaseElement::TypeId());
in GetRenderPickerBase() local 115 if (node) {
in GetRenderPickerBase() 116 return AceType::DynamicCast<RenderPickerBase>(node);
in GetRenderPickerBase()
|
H A D | date_picker_composed_element.cpp | 121 auto node = GetInspectorNode(PickerBaseElement::TypeId()); in GetRenderPickerBase() local 122 if (node) { in GetRenderPickerBase() 123 return AceType::DynamicCast<RenderPickerBase>(node); in GetRenderPickerBase()
|
H A D | divider_composed_element.cpp | 86 auto node = GetInspectorNode(DividerElement::TypeId()); in GetRenderDivider() local 87 if (node) { in GetRenderDivider() 88 return AceType::DynamicCast<RenderDivider>(node); in GetRenderDivider()
|
H A D | data_panel_composed_element.cpp | 106 auto node = GetInspectorNode(DataPanelElement::TypeId()); in GetRenderPercentageDataPanel() local 107 if (node) { in GetRenderPercentageDataPanel() 108 return AceType::DynamicCast<RenderPercentageDataPanel>(node); in GetRenderPercentageDataPanel()
|
H A D | marquee_composed_element.cpp | 115 auto node = GetInspectorNode(MarqueeElement::TypeId()); in GetRenderMarquee() local 116 if (node) { in GetRenderMarquee() 117 return AceType::DynamicCast<RenderMarquee>(node); in GetRenderMarquee()
|
H A D | checkbox_composed_element.cpp | 127 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 D | element_register.h | 69 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 D | rsrendernodemap_fuzzer.cpp | 69 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 D | rs_drawable.h | 154 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 D | rs_node_map.cpp | 32 // 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 D | rs_path_animation.h | 71 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 D | window_extension_stub_impl.cpp | 117 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 D | client_trans_proxy_file_manager.h | 90 ListNode node; member 125 ListNode node; member 140 ListNode node; member
|
/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | suffix_match_trie.h | 33 * @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 D | ap_config_use.h | 86 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 D | napi_observer.cpp | 135 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 D | timing_wheel.h | 94 #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 D | ucm_regex.c | 33 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 D | MultiOutStream.h | 68 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 D | print_help.js | 34 // 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 D | test-require-symlink.js | 73 const node = process.execPath; 74 const child = spawn(node, ['--preserve-symlinks', linkScript]); 81 const childEnv = spawn(node, [linkScript], {
|
/third_party/node/src/ |
H A D | inspector_agent.h | 19 namespace node { namespace 45 explicit Agent(node::Environment* env); 122 node::Environment* parent_env_; 142 } // namespace node
|