Home
last modified time | relevance | path

Searched refs:bind (Results 851 - 875 of 2697) sorted by relevance

1...<<31323334353637383940>>...108

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dip_qos_monitor_test.cpp58 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 Dap_monitor_test.cpp66 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 Draw_socket.cpp91 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 Ddistributeddb_interfaces_resultset_performance.cpp52 auto g_kvNbDelegateCallback = bind(&KvStoreNbDelegateCallback, placeholders::_1,
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dtask_mock.cpp116 runner.SetCommitFunc(bind(&TaskManager::CommitTask, this, placeholders::_1, placeholders::_2)); in InitRunner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection.cpp64 std::bind(&HfpHfDataConnection::ProcessDataConnectionCallback, handle, eventId)); in DataConnectionCallback()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_client.cpp104 socketService->GetDispatcher()->PostTask(std::bind(&SocketService::ProcessMessage, socketService, msg)); in SdpSearchCallback()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcheck_gso_support.c121 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 Dnetlink_listener_test.cpp117 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 Dnetlink_handler_test.cpp120 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 Dcontrol.c74 if (bind(fd, ai->ai_addr, ai->ai_addrlen) < 0) in control_init()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dreuseaddr_ports_exhausted.c5 * 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 Dusbatm.h56 /* 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 Dncm.c203 .bind = gncm_bind,
H A Dgmidi.c181 .bind = midi_bind,
H A Dtcm_usb_gadget.c126 .bind = usb_target_bind,
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_probe_write_user_user.c68 assert(bind(serverfd, &serv_addr, sizeof(serv_addr)) == 0); in main()
/kernel/linux/linux-5.10/include/linux/
H A Dpci-epf.h61 * @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 Daugmented_syscalls.c144 augmented_sockaddr_syscall(bind); variable
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-sst-ipc.h86 bool bind; member
/kernel/linux/linux-5.10/include/uapi/drm/
H A Dvirtgpu_drm.h85 __u32 bind; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv50.c53 .bind = nv50_mpeg_cclass_bind,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dobject.h43 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 Ddmacgf119.c95 .bind = gf119_disp_dmac_bind,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusergf100.c66 .bind = gf100_dmaobj_bind,

Completed in 9 milliseconds

1...<<31323334353637383940>>...108