/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_central_manager_impl.cpp | 269 centralManager->dispatcher_->PostTask(std::bind( in AdvertisingReport() 316 pCentralManager->dispatcher_->PostTask(std::bind(&BleCentralManagerImpl::ExAdvertisingReportTask, in ExAdvertisingReport() 502 centralManager->dispatcher_->PostTask(std::bind( in AddBleScanFilterResult() 512 centralManager->dispatcher_->PostTask(std::bind( in DeleteBleScanFilterResult() 522 centralManager->dispatcher_->PostTask(std::bind( in StartBleScanFilterResult() 532 centralManager->dispatcher_->PostTask(std::bind( in StopBleScanFilterResult() 596 centralManager->dispatcher_->PostTask(std::bind( in ScanSetParamResult() 607 centralManager->dispatcher_->PostTask(std::bind(&BleCentralManagerImpl::HandleGapExScanEvent, in ScanExSetParamResult() 621 std::bind(&BleCentralManagerImpl::ScanSetEnableResultTask, centralManager, status)); in ScanSetEnableResult() 652 std::bind( in ScanExSetEnableResult() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_create_test.cpp | 316 = bind(&DelegateMgrNbCallback::Callback, &delegateMgrCallback, _1, _2); in HWTEST_F() 353 = bind(&DelegateMgrNbCallback::Callback, &delegateMgrCallback, _1, _2); in HWTEST_F() 382 bind(&DelegateMgrNbCallback::Callback, &delegateMgrCallback[INDEX_ZEROTH], _1, _2), in HWTEST_F() 383 bind(&DelegateMgrNbCallback::Callback, &delegateMgrCallback[INDEX_FIRST], _1, _2), in HWTEST_F() 384 bind(&DelegateMgrNbCallback::Callback, &delegateMgrCallback[INDEX_SECOND], _1, _2), in HWTEST_F() 385 bind(&DelegateMgrNbCallback::Callback, &delegateMgrCallback[INDEX_THIRD], _1, _2) in HWTEST_F() 496 = bind(&DelegateMgrNbCallback::Callback, &delegateMgrNbCallback, _1, _2); in HWTEST_F() 566 = bind(&DelegateMgrNbCallback::Callback, &delegateMgrCallback, _1, _2); in HWTEST_F() 635 = bind(&DelegateMgrNbCallback::Callback, &delegateMgrCallback, _1, _2); in HWTEST_F() 713 = bind( in HWTEST_F() [all...] |
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | ax88179_178a.c | 1692 .bind = ax88179_bind, 1705 .bind = ax88179_bind, 1718 .bind = ax88179_bind, 1731 .bind = ax88179_bind, 1744 .bind = ax88179_bind, 1757 .bind = ax88179_bind, 1770 .bind = ax88179_bind, 1783 .bind = ax88179_bind, 1796 .bind = ax88179_bind, 1809 .bind [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_multi.c | 879 snd_pcm_multi_channel_t *bind = &multi->channels[i]; in snd_pcm_multi_query_chmaps() local 881 multi->slaves[bind->slave_idx].channels_count; in snd_pcm_multi_query_chmaps() 884 for (p = slave_maps[bind->slave_idx]; *p; p++) { in snd_pcm_multi_query_chmaps() 887 (*p)->map.pos[bind->slave_channel]; in snd_pcm_multi_query_chmaps() 929 snd_pcm_multi_channel_t *bind = &multi->channels[i]; in snd_pcm_multi_get_chmap() local 930 map->pos[i] = slave_maps[bind->slave_idx]->pos[bind->slave_channel]; in snd_pcm_multi_get_chmap() 968 snd_pcm_multi_channel_t *bind = &multi->channels[i]; in snd_pcm_multi_set_chmap() local 969 slave_maps[bind->slave_idx]->pos[bind in snd_pcm_multi_set_chmap() 1123 snd_pcm_multi_channel_t *bind = &multi->channels[i]; snd_pcm_multi_open() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 576 m_pipeline_1.bind(*m_cmdBuffer); in iterate() 580 m_pipeline_2.bind(*m_cmdBuffer); in iterate() 590 m_pipeline_1.bind(*m_cmdBuffer); in iterate() 594 m_pipeline_2.bind(*m_cmdBuffer); in iterate() 868 m_pipeline.bind(*m_cmdBuffer); in iterate() 1014 m_pipeline_1.bind(*m_cmdBuffer); in iterate() 1018 m_pipeline_2.bind(*m_cmdBuffer); in iterate() 1029 m_pipeline_1.bind(*m_cmdBuffer); in iterate() 1033 m_pipeline_2.bind(*m_cmdBuffer); in iterate() 1220 m_pipeline_1.bind(*m_cmdBuffe in iterate() [all...] |
/applications/standard/app_samples/code/BasicFeature/Connectivity/StageSocket/server_python/ |
H A D | TLS_Server.py | 58 server_socket.bind(('192.168.18.57', 9090))
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_timer_info.cpp | 45 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in OnTrigger()
|
/foundation/arkui/ace_engine/frameworks/core/components/display/ |
H A D | rosen_render_display.h | 36 context_, std::bind(&RosenRenderDisplay::OnOpacityAnimationCallback, this));
|
/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/ |
H A D | dfx_worker.cpp | 52 thread(bind(&DfxWorker::InitCycleThread, this)).detach(); in Init()
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_binding.h | 52 AddressBinding bind; member
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | sock_example.h | 28 if (bind(sock, (struct sockaddr *)&sll, sizeof(sll)) < 0) { in open_raw_sock() 29 printf("bind to %s: %s\n", name, strerror(errno)); in open_raw_sock()
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | Makefile | 3 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | lockd.c | 11 #include <linux/lockd/bind.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/ce/ |
H A D | gv100.c | 46 .bind = gv100_ce_cclass_bind,
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | Makefile | 3 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | skc_to_unix_sock.c | 40 err = bind(sockfd, (struct sockaddr *)&sockaddr, sizeof(sockaddr)); in test_skc_to_unix_sock() 41 if (!ASSERT_OK(err, "bind failed")) in test_skc_to_unix_sock()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | sock_example.h | 28 if (bind(sock, (struct sockaddr *)&sll, sizeof(sll)) < 0) { in open_raw_sock() 29 printf("bind to %s: %s\n", name, strerror(errno)); in open_raw_sock()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | sampler.cpp | 51 sampler::bind(command_queue &q) { in bind() function in sampler
|
/third_party/node/test/parallel/ |
H A D | test-http-host-header-ipv6-fail.js | 38 common.mustCall(createLocalConnection.bind(address));
|
/third_party/node/test/wasi/ |
H A D | test-return-on-exit.js | 24 wasi.wasiImport.proc_exit = patchedExit.bind(wasi.wasiImport);
|
/third_party/node/benchmark/dgram/ |
H A D | multi-buffer.js | 56 socket.bind(PORT);
|
H A D | offset-length.js | 52 socket.bind(PORT);
|
H A D | single-buffer.js | 52 socket.bind(PORT);
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | selector.js | 9 function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
H A D | nesting.js | 9 function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|