/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | ip_qos_monitor_test.cpp | 58 std::bind(&IpQosMonitorTest::OnTcpReportMsgCompleteTest, this, _1, _2, _3); in HWTEST_F()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_monitor_test.cpp | 66 auto handler = std::bind((&ApMonitor_Test::Registertest), this); in WraUnregisterHandler()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | raw_socket.cpp | 91 int ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&rawAddr), sizeof(rawAddr)); in CreateSocket() 93 LOGE("bind fail"); in CreateSocket()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_resultset_performance.cpp | 52 auto g_kvNbDelegateCallback = bind(&KvStoreNbDelegateCallback, placeholders::_1,
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | task_mock.cpp | 116 runner.SetCommitFunc(bind(&TaskManager::CommitTask, this, placeholders::_1, placeholders::_2)); in InitRunner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_data_connection.cpp | 64 std::bind(&HfpHfDataConnection::ProcessDataConnectionCallback, handle, eventId)); in DataConnectionCallback()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_sdp_client.cpp | 104 socketService->GetDispatcher()->PostTask(std::bind(&SocketService::ProcessMessage, socketService, msg)); in SdpSearchCallback()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | check_gso_support.c | 121 ret = bind(fd, (struct sockaddr *)&sa, len); in CheckGSOSupport() 123 FILLP_LOGERR("check gso bind failed"); in CheckGSOSupport()
|
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/ |
H A D | netlink_listener_test.cpp | 117 if (bind(socketFd, reinterpret_cast<struct sockaddr *>(&addr), sizeof(addr)) != 0) { in StartSocket() 118 LOGE("Socket bind failed, errno %{public}d", errno); in StartSocket()
|
H A D | netlink_handler_test.cpp | 120 if (bind(socketFd, reinterpret_cast<struct sockaddr *>(&addr), sizeof(addr)) != 0) { in StartSocket() 121 LOGE("Socket bind failed, errno %{public}d", errno); in StartSocket()
|
/kernel/linux/linux-5.10/tools/testing/vsock/ |
H A D | control.c | 74 if (bind(fd, ai->ai_addr, ai->ai_addrlen) < 0) in control_init()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | reuseaddr_ports_exhausted.c | 5 * Rules to bind sockets to the same port when all ephemeral ports are 8 * 1. if there are TCP_LISTEN sockets on the port, fail to bind. 9 * 2. if there are sockets without SO_REUSEADDR, fail to bind. 10 * 3. if SO_REUSEADDR is disabled, fail to bind. 12 * succeed to bind. 15 * succeed to bind. 16 * 6. fail to bind. 73 if (bind(fd, (struct sockaddr *)&local_addr, len) == -1) { in bind_port() 92 ASSERT_NE(-1, fd[0]) TH_LOG("failed to bind."); in TEST() 93 EXPECT_EQ(-1, fd[1]) TH_LOG("should fail to bind in TEST() [all...] |
/kernel/linux/linux-5.10/drivers/usb/atm/ |
H A D | usbatm.h | 56 /* flags, set by mini-driver in bind() */ 70 * bind, heavy_init, atm_start, ..., atm_stop, unbind 77 int (*bind) (struct usbatm_data *, struct usb_interface *, member 128 unsigned int flags; /* set by mini-driver in bind() */
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | ncm.c | 203 .bind = gncm_bind,
|
H A D | gmidi.c | 181 .bind = midi_bind,
|
H A D | tcm_usb_gadget.c | 126 .bind = usb_target_bind,
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_probe_write_user_user.c | 68 assert(bind(serverfd, &serv_addr, sizeof(serv_addr)) == 0); in main()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci-epf.h | 61 * @bind: ops to perform when a EPC device has been bound to EPF device 66 int (*bind)(struct pci_epf *epf); member
|
/kernel/linux/linux-5.10/tools/perf/examples/bpf/ |
H A D | augmented_syscalls.c | 144 augmented_sockaddr_syscall(bind); variable
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-sst-ipc.h | 86 bool bind; member
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | virtgpu_drm.h | 85 __u32 bind; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
H A D | nv50.c | 53 .bind = nv50_mpeg_cclass_bind,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | object.h | 43 int (*bind)(struct nvkm_object *, struct nvkm_gpuobj *, int align, member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | dmacgf119.c | 95 .bind = gf119_disp_dmac_bind,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | usergf100.c | 66 .bind = gf100_dmaobj_bind,
|