Home
last modified time | relevance | path

Searched refs:node (Results 2751 - 2775 of 4511) sorted by relevance

1...<<111112113114115116117118119120>>...181

/base/update/updater/services/ui/language/
H A Dlanguage_ui.h41 [[nodiscard]] bool LoadLangRes(const JsonNode &node);
/base/useriam/user_auth_framework/services/core/inc/
H A Dschedule_node_helper.h48 static bool ScheduleInfoToScheduleNode(const HdiScheduleInfo &info, std::shared_ptr<ScheduleNode> &node,
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H A Dhyperlink_pattern.h54 void OnDetachFromFrameNode(FrameNode* node) override;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_interactable_view.h53 static void ReportClickEvent(const WeakPtr<NG::FrameNode>& node, const std::string text = "");
H A Djs_base_node.h41 static void DestructorCallback(JSBaseNode* node);
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dlayout_inspector.h55 static void HandleInnerCallback(FrameNodeInfo node);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dview_model.h20 #include "core/interfaces/native/node/node_api.h"
21 #include "core/interfaces/native/node/extension_companion_node.h"
43 void RegisterCompanion(void* node, int peerId, ArkUI_Int32 flags);
H A Dnode_textpicker_modifier.h20 #include "core/interfaces/native/node/node_api.h"
36 void SetTextPickerOnChange(ArkUINodeHandle node, void* extraParam);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_ui_capture_task_parallel.h55 std::unique_ptr<Media::PixelMap> CreatePixelMapByNode(std::shared_ptr<RSRenderNode> node) const;
H A Drs_graphic_config.h50 static std::vector<std::string> SplitNodeContent(const xmlNodePtr& node, const std::string& pattern = " ");
H A Drs_uni_render_engine.h30 void DrawSurfaceNodeWithParams(RSPaintFilterCanvas& canvas, RSSurfaceRenderNode& node, BufferDrawParam& params,
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_canvas_node_command.h45 static bool AddCmdToSingleFrameComposer(std::shared_ptr<RSCanvasRenderNode> node,
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node_gc.h54 void AddToOffTreeNodeBucket(const std::shared_ptr<RSBaseRenderNode>& node);
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_request.h44 ListNode node; member
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_buscenter.c59 SoftBusDumpVarNode *itemNode = LIST_ENTRY(item, SoftBusDumpVarNode, node); in SoftBusBusCenterDumpHander()
H A Dsoftbus_hidumper_bc_mgr.c60 SoftBusDumpVarNode *itemNode = LIST_ENTRY(item, SoftBusDumpVarNode, node); in SoftBusBcMgrDumpHander()
H A Dsoftbus_hidumper_disc.c59 SoftBusDumpVarNode *itemNode = LIST_ENTRY(item, SoftBusDumpVarNode, node); in SoftBusDiscDumpHander()
H A Dsoftbus_hidumper_conn.c58 SoftBusDumpVarNode *itemNode = LIST_ENTRY(item, SoftBusDumpVarNode, node); in SoftBusConnDumpHander()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_transceiver.h29 ListNode node; member
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/include/
H A Dclient_trans_tcp_direct_manager.h44 ListNode node; member
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/include/
H A Dlru_cache.h56 void AddNode(const Node &node);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Dresult_set.h45 int CheckCutNode(JsonObject *node, std::vector<std::string> singleCutPath,
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_notify_const.h68 CacheNode node; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dlist.h78 * @brief Append node to the beginning of the list with the given data.
87 * @brief Append node to the end of the list with the given data.
96 * @brief Execute compare-function for each node in the list, until compare-function return true.
101 * @return If ListCmpFunc return true, return Corresponding node's data.
108 * @brief Return the head node of the list. If the list is empty, return NULL.
117 * @brief Return the tail node of the list. If the list is empty, return NULL.
126 * @brief Return the next node of listNode. If next node is null return NULL.
135 * @brief Return data stored in the given node.
137 * @param node ListNod
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dskiplist.h44 struct SkipListNode *hnode[MAX_SKIPLIST_LEVEL]; /* point to the first node of each level */
45 struct SkipListNode *tnode[MAX_SKIPLIST_LEVEL]; /* point to the last node of each level */
56 Description : This function will be invoked to pop the head node from
73 Description : This function will be invoked to pop the head node from
104 Description : This function will be invoked to insert a node to SkipList.
107 item - value of the SkipList node
108 node - SkipList node to be inserted to SkipList
110 conflicts between item of node to be inserted and existing
111 node
[all...]

Completed in 11 milliseconds

1...<<111112113114115116117118119120>>...181