/third_party/spirv-tools/source/opt/ |
H A D | inline_opaque_pass.h | 21 #include <list>
|
/third_party/zlib/examples/ |
H A D | zran.h | 17 // 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 D | gesture_recognizer.h | 129 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 D | render_custom_paint.h | 54 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 D | render_image.h | 352 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 D | dialog_component.h | 82 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 D | menu_item_group_layout_algorithm.cpp | 198 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 D | js_gesture_judge_function.cpp | 51 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 D | js_view.h | 20 #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 D | dom_tool_bar_item.cpp | 177 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 D | render_grid_row.cpp | 36 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 D | render_grid_scroll.h | 19 #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 D | accessibility_touch_guider.h | 188 * @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 D | avrcp_ct_connection.h | 189 * @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 D | audio_device_parser.cpp | 78 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 D | media_cached_buffer.h | 22 #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 D | bg_continuous_task_mgr.h | 71 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 D | net_conn_client.h | 212 * @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 D | trans_tcp_direct_manager.c | 104 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 D | softbus_utils_test.cpp | 41 * @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 D | rpc_mini_socket_trans.c | 39 UTILS_DL_LIST list; member 46 UTILS_DL_LIST list; member 400 UtilsListInit(&g_socketNodeList.list); in GetSocketTrans()
|
H A D | rpc_socket_trans.c | 36 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 D | net_link_info.cpp | 211 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 D | napi_datashare_helper.h | 63 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 D | sqlite_query_helper.h | 18 #include <list> 34 std::list<QueryObjNode> queryObjNodes_; 165 std::list<QueryObjNode> queryObjNodes_;
|