/base/startup/init/services/loopevent/socket/ |
H A D | le_socket.c | 63 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 D | sms_send_manager.cpp | 59 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 D | wfd_rtp_consumer.cpp | 201 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 D | ui_mgr_service.cpp | 119 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 D | swiper_model_ng.h | 79 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 D | screen_pattern.cpp | 69 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 D | cj_zip.cpp | 289 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 D | mock_accessible_ability_manager_service_stub.cpp | 169 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 D | property.h | 119 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 D | pan_statemachine.cpp | 28 std::bind(&bluetooth::PanStateMachine::ConnectionTimeout, this)); in Init() 30 std::bind(&bluetooth::PanStateMachine::DisonnectionTimeout, this)); in Init()
|
/test/testfwk/arkxtest/uitest/server/ |
H A D | server_main.cpp | 233 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 D | selinux-util.c | 516 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 D | usbdev.h | 162 /* 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 D | test-udp-open.c | 233 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 D | coap_tcp.c | 113 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 D | nine_buffer_upload.c | 83 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 D | subpicture.c | 217 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 D | quad-sample.c | 224 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 D | main_thread_interface.cc | 115 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 D | test-net-autoselectfamily.js | 66 socket.bind(0, () => { 70 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) });
|
H A D | test-worker-debug.js | 211 const sessionWithoutWaitingPost = doPost.bind(null, sessionWithoutWaiting); 261 const post = doPost.bind(null, session);
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_mlaa.c | 246 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 D | def_use_manager.cpp | 230 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 D | def_use_manager.cpp | 230 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 D | find_opt_references.cc | 242 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()
|