Home
last modified time | relevance | path

Searched refs:list (Results 5626 - 5650 of 16352) sorted by relevance

1...<<221222223224225226227228229230>>...655

/third_party/spirv-tools/source/opt/
H A Dinline_opaque_pass.h21 #include <list>
/third_party/zlib/examples/
H A Dzran.h17 // Access point list.
19 int have; // number of access points in list
22 point_t *list; // allocated list of access points member
29 // of the list, which is about 32K bytes per access point. The return value is
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.h129 const TouchEvent& point, const std::list<WeakPtr<NGGestureRecognizer>>& bridgeObjList);
378 std::list<WeakPtr<NGGestureRecognizer>> GetBridgeObj() const in GetBridgeObj()
473 std::list<WeakPtr<NGGestureRecognizer>> bridgeObjList_;
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint.h54 const std::list<TaskFunc>& GetTasks() const in GetTasks()
59 void SetTasks(const std::list<TaskFunc>& tasks) in SetTasks()
327 std::list<TaskFunc> tasks_;
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.h352 std::list<Rect> currentDstRectList_;
353 std::list<Rect> rectList_;
411 std::list<std::function<void()>> imageLayoutCallbacks_;
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h82 void SetActions(const std::list<RefPtr<ButtonComponent>>& actions) in SetActions()
149 const std::list<RefPtr<ButtonComponent>>& GetActions() const in GetActions()
337 std::list<RefPtr<ButtonComponent>> actions_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_layout_algorithm.cpp198 const std::list<RefPtr<LayoutWrapper>>& children, const LayoutConstraintF& layoutConstraint) in GetChildrenMaxWidth()
210 std::list<WeakPtr<UINode>> MenuItemGroupLayoutAlgorithm::GetItemsAndGroups(const RefPtr<FrameNode>& host) const in GetItemsAndGroups()
212 std::list<WeakPtr<UINode>> itemsAndGroups; in GetItemsAndGroups()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_gesture_judge_function.cpp51 const RefPtr<NG::NGGestureRecognizer>& current, const std::list<RefPtr<NG::NGGestureRecognizer>>& others) in Execute()
186 const std::list<FingerInfo>& fingerList = info->GetFingerList(); in CreateGestureEventObject()
187 std::list<FingerInfo> notTouchFingerList; in CreateGestureEventObject()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.h20 #include <list>
287 std::unordered_map<std::string, std::list<std::string>> lazyItemGroups_;
430 /* list of update function result is a triple (tuple with three entries)
435 std::list<UpdateTask> pendingUpdateTasks_;
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar_item.cpp177 std::list<RefPtr<Component>> children; in PrepareSpecializedComponent()
196 void DOMToolBarItem::BuildCommonComponent(std::list<RefPtr<Component>>& children) in BuildCommonComponent()
224 void DOMToolBarItem::BuildEndItemComponent(std::list<RefPtr<Component>>& children) in BuildEndItemComponent()
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.cpp36 inline std::list<RefPtr<RenderNode>> SortChildrenByOrder(const std::list<RefPtr<RenderNode>>& children) in SortChildrenByOrder()
214 std::list<RefPtr<RenderNode>> gridColChildren; in LayoutEachChild()
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h19 #include <list>
56 const std::list<RefPtr<RenderNode>>& GetChildren() const override
229 std::list<RefPtr<RenderNode>> childrenInRect_;
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_touch_guider.h188 * @return Returns pointerEvents_ list.
190 std::list<MMI::PointerEvent> getHoverEnterAndMoveEvent();
515 std::list<MMI::PointerEvent> pointerEvents_ {};
528 std::list<MMI::PointerEvent> cachedPointerEvents_ {};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.h189 * @return The list of the address.
191 std::list<std::string> GetDeviceAddresses(void);
212 const std::list<std::string> &GetAllDisconnectedDevices(void);
658 std::list<std::string> disconnectedDevices_ {};
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_device_parser.cpp78 void AudioDeviceParser::ParseDevicePrivacyInfo(xmlNode *node, std::list<DevicePrivacyInfo> &deviceLists) in ParseDevicePrivacyInfo()
124 void AudioDeviceParser::ParserDevicePrivacyInfoList(xmlNode *node, std::list<DevicePrivacyInfo> &deviceLists) in ParserDevicePrivacyInfoList()
151 std::list<DevicePrivacyInfo> deviceLists = {}; in ParseAudioDevicePrivacyType()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dmedia_cached_buffer.h22 #include <list>
44 using CacheChunkList = std::list<CacheChunk*>;
69 using FragmentCacheBufferList = std::list<FragmentCacheBuffer>;
/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dbg_continuous_task_mgr.h71 ErrCode GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &list);
99 ErrCode GetContinuousTaskAppsInner(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &list);
150 std::list<sptr<IBackgroundTaskSubscriber>> bgTaskSubscribers_ {};
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h212 * @param netList a list of network
217 int32_t GetAllNets(std::list<sptr<NetHandle>> &netList);
246 * @param addrList list of network addresses
370 * @param netIdList list of network id
375 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList);
504 std::list<std::tuple<sptr<NetSpecifier>, sptr<INetConnCallback>, uint32_t>> registerConnTupleList_;
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c104 TRANS_LOGE(TRANS_CTRL, "get session conn list failed"); in TransTdcTimerProc()
115 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &sessionList->list, SessionConn, node) { in TransTdcTimerProc()
156 TRANS_LOGE(TRANS_INIT, "get session conn list failed"); in TransTdcStopSessionProc()
165 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &sessionList->list, SessionConn, node) { in TransTdcStopSessionProc()
194 TRANS_INIT, "init srv trans tcp direct databuf list failed"); in TransTcpDirectInit()
232 TRANS_LOGE(TRANS_CTRL, "get session conn list failed"); in TransTdcDeathCallback()
236 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &sessionList->list, SessionConn, node) { in TransTdcDeathCallback()
/foundation/communication/dsoftbus/tests/core/common/utils/unittest/
H A Dsoftbus_utils_test.cpp41 * @tc.desc: Normal destroy softbus list test.
47 SoftBusList *list = CreateSoftBusList(); in HWTEST_F() local
48 EXPECT_TRUE(NULL != list); in HWTEST_F()
49 DestroySoftBusList(list); in HWTEST_F()
/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/
H A Drpc_mini_socket_trans.c39 UTILS_DL_LIST list; member
46 UTILS_DL_LIST list; member
400 UtilsListInit(&g_socketNodeList.list); in GetSocketTrans()
H A Drpc_socket_trans.c36 UTILS_DL_LIST list; member
43 UTILS_DL_LIST list; member
366 UtilsListInit(&g_socketNodeList.list); in GetSocketTrans()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_link_info.cpp211 std::list<INetAddr>().swap(netAddrList_); in Initialize()
212 std::list<INetAddr>().swap(dnsList_); in Initialize()
213 std::list<Route>().swap(routeList_); in Initialize()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dnapi_datashare_helper.h63 bool HasRegisteredObserver(napi_env env, std::list<sptr<NAPIDataShareObserver>> &list, napi_value callback);
74 std::map<std::string, std::list<sptr<NAPIDataShareObserver>>> observerMap_;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.h18 #include <list>
34 std::list<QueryObjNode> queryObjNodes_;
165 std::list<QueryObjNode> queryObjNodes_;

Completed in 20 milliseconds

1...<<221222223224225226227228229230>>...655