Home
last modified time | relevance | path

Searched refs:bind (Results 676 - 700 of 2865) sorted by relevance

1...<<21222324252627282930>>...115

/base/startup/init/services/loopevent/socket/
H A Dle_socket.c63 ret = bind(listenfd, (struct sockaddr *)&serverAddr, size); in CreatePipeServerSocket_()
65 return ret, "Failed to bind socket. error: %d", errno); in CreatePipeServerSocket_()
135 ret = bind(listenfd, (struct sockaddr *)&serverAddr, sizeof(serverAddr)); in CreateTcpServerSocket_()
137 return ret, "Failed to bind socket"); in CreateTcpServerSocket_()
/base/telephony/sms_mms/services/sms/
H A Dsms_send_manager.cpp59 std::make_shared<GsmSmsSender>(slotId_, bind(&SmsSendManager::RetriedSmsDelivery, this, placeholders::_1)); in Init()
67 std::make_shared<CdmaSmsSender>(slotId_, bind(&SmsSendManager::RetriedSmsDelivery, this, placeholders::_1)); in Init()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_rtp_consumer.cpp201 std::bind(&WfdRtpConsumer::OnRtpUnpackCallback, this, std::placeholders::_1, std::placeholders::_2)); in InitRtpUnpacker()
203 rtpUnpacker_->SetOnRtpNotify(std::bind(&WfdRtpConsumer::OnRtpUnpackNotify, this, std::placeholders::_1)); in InitRtpUnpacker()
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_mgr_service.cpp119 std::function<void()> registerFunc = std::bind(&UIMgrService::HandleRegister, shared_from_this(), want, uiService); in RegisterCallBack()
133 std::function<void()> unregisterFunc = std::bind(&UIMgrService::HandleUnregister, shared_from_this(), want); in UnregisterCallBack()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.h79 void SetBindIndicator(bool bind) override;
116 static void SetBindIndicator(FrameNode* frameNode, bool bind);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H A Dscreen_pattern.cpp69 screenSession_->SetUpdateToInputManagerCallback(std::bind(&ScreenPattern::UpdateToInputManager, in ScreenPattern()
71 screenSession_->SetUpdateScreenPivotCallback(std::bind( in ScreenPattern()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp289 std::bind(&CreateFilePathWriterDelegate, std::placeholders::_1, std::placeholders::_2), in UnzipWithFilterCallback()
290 std::bind(&CreateDirectory, std::placeholders::_1, std::placeholders::_2), in UnzipWithFilterCallback()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessible_ability_manager_service_stub.cpp169 handler_->PostTask(std::bind([this]() { in EnableAbility()
293 handler_->PostTask(std::bind([this, balance]() { in SetAudioBalance()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h119 if (auto bind = interface_cast<IBind>(vec.back())) { in GetBind()
120 return bind->GetTarget(); in GetBind()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_statemachine.cpp28 std::bind(&bluetooth::PanStateMachine::ConnectionTimeout, this)); in Init()
30 std::bind(&bluetooth::PanStateMachine::DisonnectionTimeout, this)); in Init()
/test/testfwk/arkxtest/uitest/server/
H A Dserver_main.cpp233 auto apiHandler = std::bind(&FrontendApiServer::Call, &apiServer, placeholders::_1, placeholders::_2); in StartDaemon()
234 auto cbHandler = std::bind(&ApiTransactor::Transact, &apiTransactServer, placeholders::_1, placeholders::_2); in StartDaemon()
/third_party/eudev/src/shared/
H A Dselinux-util.c516 r = bind(fd, addr, addrlen); in mac_selinux_bind()
526 return bind(fd, addr, addrlen) < 0 ? -errno : 0; in mac_selinux_bind()
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbdev.h162 /* All may be called from interrupt handling logic except bind() and unbind() */
166 #define CLASS_BIND(drvr, dev) (drvr)->ops->bind(drvr, dev)
368 int (*bind)(struct usbdevclass_driver_s *driver, struct usbdev_s *dev); member
405 * Register a USB device class driver. The class driver's bind() method will be
406 * called to bind it to a USB device driver.
/third_party/libuv/test/
H A Dtest-udp-open.c233 r = bind(sock, (struct sockaddr*) &addr, sizeof(addr)); in TEST_IMPL()
325 ASSERT_OK(bind(fd, (const struct sockaddr*)&addr, sizeof addr)); in TEST_IMPL()
/third_party/libcoap/src/
H A Dcoap_tcp.c113 if (bind(sock->fd, &local_if->addr.sa,
119 coap_log_warn("coap_socket_connect_tcp1: bind: %s\n",
267 if (bind(sock->fd, &listen_addr->addr.sa,
273 coap_log_alert("coap_socket_bind_tcp: bind: %s\n",
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_buffer_upload.c83 resource.bind = PIPE_BIND_VERTEX_BUFFER; in nine_upload_create_buffer_group()
216 resource.bind = PIPE_BIND_VERTEX_BUFFER; in nine_upload_create_buffer()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsubpicture.c217 tex_temp.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in vlVaAssociateSubpicture()
221 tex_temp.nr_samples, tex_temp.nr_storage_samples, tex_temp.bind)) { in vlVaAssociateSubpicture()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dquad-sample.c224 templat.bind = PIPE_BIND_SAMPLER_VIEW; in init_tex()
333 templat.bind = (PIPE_BIND_RENDER_TARGET | in init()
/third_party/node/src/inspector/
H A Dmain_thread_interface.cc115 Call(std::bind(Apply<Arg>, std::placeholders::_1, fn, std::move(argument))); in Call()
119 // This has to use non-const reference to support std::bind with non-copyable
165 : state_(thread, std::bind(MainThreadSessionState::Create, in CrossThreadInspectorSession()
/third_party/node/test/parallel/
H A Dtest-net-autoselectfamily.js66 socket.bind(0, () => {
70 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) });
H A Dtest-worker-debug.js211 const sessionWithoutWaitingPost = doPost.bind(null, sessionWithoutWaiting);
261 const post = doPost.bind(null, session);
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c246 res.bind = PIPE_BIND_SAMPLER_VIEW; in pp_jimenezmlaa_init_run()
251 res.target, 1, 1, res.bind)) in pp_jimenezmlaa_init_run()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddef_use_manager.cpp230 std::bind(&DefUseManager::AnalyzeInstDef, this, std::placeholders::_1), in AnalyzeDefUse()
233 std::bind(&DefUseManager::AnalyzeInstUse, this, std::placeholders::_1), in AnalyzeDefUse()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddef_use_manager.cpp230 std::bind(&DefUseManager::AnalyzeInstDef, this, std::placeholders::_1), in AnalyzeDefUse()
233 std::bind(&DefUseManager::AnalyzeInstUse, this, std::placeholders::_1), in AnalyzeDefUse()
/third_party/skia/third_party/externals/brotli/research/
H A Dfind_opt_references.cc242 Fn print = std::bind(PrintReference, _1, _2, _3, _4, _5, _6, _7, _8, fout); in main()
243 Fn store = std::bind(StoreReference, _1, _2, _3, _4, _5, _6, _7, _8, entries); in main()

Completed in 15 milliseconds

1...<<21222324252627282930>>...115