/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 790 int32_t NetsysNativeService::NetDiagGetRouteTable(std::list<NetDiagRouteTable> &routeTables) in NetDiagGetRouteTable() 808 int32_t NetsysNativeService::NetDiagGetInterfaceConfig(std::list<NetDiagIfaceConfig> &configs, in NetDiagGetInterfaceConfig()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_strategy.c | 127 LNN_LOGD(LNN_HEART_BEAT, "HB get Gearmode from setting list is empty"); in GetGearModeFromSettingList() 145 LNN_LOGE(LNN_HEART_BEAT, "HB get Gearmode from setting list memcpy_s err"); in GetGearModeFromSettingList() 155 "HB get Gearmode from list, id=%{public}s, cycle=%{public}d, duration=%{public}d, wakeupFlag=%{public}d", in GetGearModeFromSettingList() 196 LNN_LOGD(LNN_HEART_BEAT, "HB get Gearmode from setting list is empty"); in LnnGetGearModeBySpecificType() 202 LNN_LOGE(LNN_HEART_BEAT, "HB get Gearmode from setting list err"); in LnnGetGearModeBySpecificType() 208 static int32_t FirstSetGearModeByCallerId(const char *callerId, int64_t nowTime, ListNode *list, const GearMode *mode) in FirstSetGearModeByCallerId() argument 240 ListAdd(list, &info->node); in FirstSetGearModeByCallerId()
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 20 #include <list> 537 const std::list<std::string> deviceIdList = { deviceId }; in RunloadedFunction()
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_configuration.cpp | 310 std::vector<INetAddr> EthernetConfiguration::GetGatewayFromRouteList(std::list<Route> &routeList) in GetGatewayFromRouteList() 581 std::list<std::string> exclusionList; in ParserFileHttpProxy()
|
/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | mdns_protocol_impl.cpp | 880 void MDnsProtocolImpl::RunTaskQueue(std::list<Task> &queue) in RunTaskQueue() 882 std::list<Task> tmp; in RunTaskQueue()
|
/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | mine_softbus_listener.cpp | 25 #include <list> 79 static std::list<DeviceInfo> g_matchQueue;
|
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
H A D | cloud_sync_napi.cpp | 51 list<Uri> uris_; 767 static napi_status SetValueArray(const napi_env &env, const char *fieldStr, const std::list<Uri> listValue, 813 LOGE("Failed to read sub uri list length");
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_sec.c | 1256 List *list = GapGetLeSignatureBlock()->RequestList; in GapLeGenerateSignatureResult() local 1257 ListNode *node = ListGetFirstNode(list); in GapLeGenerateSignatureResult()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_input.c | 358 struct Hlist *list = &mapList->hashMap[hashIndex]; in FillpGetSeqFromPktSeqHash() local 359 struct HlistNode *pos = HLIST_FIRST(list); in FillpGetSeqFromPktSeqHash() 784 /* move item from unack list to unrecv list by the lostSeqNum */ in FillpPackInput()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 18 #include <list> 568 std::list<sptr<SessionLifeCycleTask>> lifeCycleTaskQueue_;
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_bitmap.c | 930 list_del(&ctx->list); in drbd_bm_aio_ctx_destroy() 1075 list_add_tail(&ctx->list, &device->pending_bitmap_io); in __must_hold()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha256-avx-asm.S | 22 # copyright notice, this list of conditions and the following 26 # copyright notice, this list of conditions and the following
|
H A D | sha256-ssse3-asm.S | 22 # copyright notice, this list of conditions and the following 26 # copyright notice, this list of conditions and the following
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | ubd_kern.c | 1097 * ubd-specific locks. The structure itself is const except for .list. 1100 .list = LIST_HEAD_INIT(ubd_mc.list),
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | mmp_pdma.c | 107 /* list for desc */ 108 spinlock_t desc_lock; /* Descriptor list lock */ 295 * pending list ==> running list 301 /* still in running, irq will start the pending list */ in start_pending_queue() 310 dev_dbg(chan->dev, "no pending list\n"); in start_pending_queue() 324 * reintilize pending list in start_pending_queue() 340 /* desc->tx_list ==> pending list */ 355 /* softly link to pending list - desc->tx_list ==> pending list */ in mmp_pdma_tx_submit() 415 mmp_pdma_free_desc_list(struct mmp_pdma_chan *chan, struct list_head *list) mmp_pdma_free_desc_list() argument [all...] |
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | ubd_kern.c | 1046 * ubd-specific locks. The structure itself is const except for .list. 1049 .list = LIST_HEAD_INIT(ubd_mc.list),
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_vma.c | 211 * We put the GGTT vma at the start of the vma-list, followed in vma_create() 216 list_add(&vma->obj_link, &obj->vma.list); in vma_create() 218 list_add_tail(&vma->obj_link, &obj->vma.list); in vma_create()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-lg4ff.c | 1265 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in lg4ff_init() 1279 hidinput = list_entry(hid->inputs.next, struct hid_input, list); in lg4ff_init()
|
/kernel/linux/linux-5.10/drivers/hid/i2c-hid/ |
H A D | i2c-hid-core.c | 33 #include <linux/list.h> 548 * Traverse the supplied list of reports and find the longest 558 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in i2c_hid_find_max_report()
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 819 &hid->report_enum[report_type].report_list, list) { in pidff_find_reports() 1230 struct hid_input, list); in hid_pidff_init()
|
/kernel/linux/linux-5.10/drivers/lightnvm/ |
H A D | pblk-init.c | 777 list_add_tail(&line->list, &l_mg->bad_list); in pblk_setup_line_meta() 782 list_add_tail(&line->list, &l_mg->free_list); in pblk_setup_line_meta()
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | hpt366.c | 81 * - optimize the UltraDMA filtering and the drive list lookup code 535 static bool check_in_drive_list(ide_drive_t *drive, const char **list) in check_in_drive_list() argument 537 return match_string(list, -1, (char *)&drive->id[ATA_ID_PROD]) >= 0; in check_in_drive_list()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_device.h | 15 * copyright notice, this list of conditions and the following 19 * copyright notice, this list of conditions and the following 429 struct list_head list; member 438 struct list_head list; member 476 struct list_head node; /* all armed cqs are on a list */ 665 struct list_head node; /* all qps are on a list */ 666 struct list_head rq_node; /* all recv qps are on a list */ 667 struct list_head sq_node; /* all send qps are on a list */ 973 struct list_head qp_list; /* list of all qps on this dev */
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_init.c | 17 * copyright notice, this list of conditions and the following 21 * copyright notice, this list of conditions and the following 1119 if (!list_empty(&dd->list)) in qib_alloc_devdata() 1120 list_del_init(&dd->list); in qib_alloc_devdata()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_gem.c | 1070 void omap_gem_describe_objects(struct list_head *list, struct seq_file *m) in omap_gem_describe_objects() argument 1076 list_for_each_entry(omap_obj, list, mm_list) { in omap_gem_describe_objects() 1299 /* Create pages list from sgt */ in omap_gem_new_dmabuf()
|