/base/update/updater/services/ui/language/ |
H A D | language_ui.h | 41 [[nodiscard]] bool LoadLangRes(const JsonNode &node);
|
/base/useriam/user_auth_framework/services/core/inc/ |
H A D | schedule_node_helper.h | 48 static bool ScheduleInfoToScheduleNode(const HdiScheduleInfo &info, std::shared_ptr<ScheduleNode> &node,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/ |
H A D | hyperlink_pattern.h | 54 void OnDetachFromFrameNode(FrameNode* node) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_interactable_view.h | 53 static void ReportClickEvent(const WeakPtr<NG::FrameNode>& node, const std::string text = "");
|
H A D | js_base_node.h | 41 static void DestructorCallback(JSBaseNode* node);
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | layout_inspector.h | 55 static void HandleInnerCallback(FrameNodeInfo node);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | view_model.h | 20 #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 D | node_textpicker_modifier.h | 20 #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 D | rs_ui_capture_task_parallel.h | 55 std::unique_ptr<Media::PixelMap> CreatePixelMapByNode(std::shared_ptr<RSRenderNode> node) const;
|
H A D | rs_graphic_config.h | 50 static std::vector<std::string> SplitNodeContent(const xmlNodePtr& node, const std::string& pattern = " ");
|
H A D | rs_uni_render_engine.h | 30 void DrawSurfaceNodeWithParams(RSPaintFilterCanvas& canvas, RSSurfaceRenderNode& node, BufferDrawParam& params,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_canvas_node_command.h | 45 static bool AddCmdToSingleFrameComposer(std::shared_ptr<RSCanvasRenderNode> node,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_node_gc.h | 54 void AddToOffTreeNodeBucket(const std::shared_ptr<RSBaseRenderNode>& node);
|
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_request.h | 44 ListNode node; member
|
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_buscenter.c | 59 SoftBusDumpVarNode *itemNode = LIST_ENTRY(item, SoftBusDumpVarNode, node); in SoftBusBusCenterDumpHander()
|
H A D | softbus_hidumper_bc_mgr.c | 60 SoftBusDumpVarNode *itemNode = LIST_ENTRY(item, SoftBusDumpVarNode, node); in SoftBusBcMgrDumpHander()
|
H A D | softbus_hidumper_disc.c | 59 SoftBusDumpVarNode *itemNode = LIST_ENTRY(item, SoftBusDumpVarNode, node); in SoftBusDiscDumpHander()
|
H A D | softbus_hidumper_conn.c | 58 SoftBusDumpVarNode *itemNode = LIST_ENTRY(item, SoftBusDumpVarNode, node); in SoftBusConnDumpHander()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_transceiver.h | 29 ListNode node; member
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/include/ |
H A D | client_trans_tcp_direct_manager.h | 44 ListNode node; member
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/include/ |
H A D | lru_cache.h | 56 void AddNode(const Node &node);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/ |
H A D | result_set.h | 45 int CheckCutNode(JsonObject *node, std::vector<std::string> singleCutPath,
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | clouddisk_notify_const.h | 68 CacheNode node; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/ |
H A D | list.h | 78 * @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 D | skiplist.h | 44 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...] |