Home
last modified time | relevance | path

Searched refs:bind (Results 1 - 25 of 111) sorted by relevance

12345

/base/telephony/sms_mms/test/unittest/
H A Dsms_mms_test.cpp81 "TestSendShortText", std::bind(&GsmSmsSenderTest::TestSendShortText, param.gsmSmsSenderTest, smsService));
83 std::bind(&GsmSmsSenderTest::TestGsmSendShortData, param.gsmSmsSenderTest, smsService));
85 "TestSendLongText", std::bind(&GsmSmsSenderTest::TestSendLongText, param.gsmSmsSenderTest, smsService));
87 std::bind(&GsmSmsSenderTest::TestGsmSendLongData, param.gsmSmsSenderTest, smsService));
89 "TestSendMms", std::bind(&GsmSmsSenderTest::TestSendMms, param.gsmSmsSenderTest, smsService));
91 "TestSetSmscAddr", std::bind(&GsmSmsSenderTest::TestSetSmscAddr, param.gsmSmsSenderTest, smsService));
93 "TestGetSmscAddr", std::bind(&GsmSmsSenderTest::TestGetSmscAddr, param.gsmSmsSenderTest, smsService));
94 funArray->emplace_back("TestCbMessage", std::bind(&SmsCbMessageTest::ProcessTest, param.smsCbMessageTest));
96 std::bind(&GsmSmsSenderTest::TestEnableCBRangeConfig, param.gsmSmsSenderTest, smsService));
98 std::bind(
[all...]
/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_database_callback_test.cpp60 .OnInsert = std::bind(&DistributedDatabaseCallbackTest::OnInsert, in HWTEST_F()
65 .OnUpdate = std::bind(&DistributedDatabaseCallbackTest::OnUpdate, in HWTEST_F()
70 .OnDelete = std::bind(&DistributedDatabaseCallbackTest::OnDelete, in HWTEST_F()
96 .OnInsert = std::bind(&DistributedDatabaseCallbackTest::OnInsert, in HWTEST_F()
101 .OnUpdate = std::bind(&DistributedDatabaseCallbackTest::OnUpdate, in HWTEST_F()
106 .OnDelete = std::bind(&DistributedDatabaseCallbackTest::OnDelete, in HWTEST_F()
132 .OnInsert = std::bind(&DistributedDatabaseCallbackTest::OnInsert, in HWTEST_F()
137 .OnUpdate = std::bind(&DistributedDatabaseCallbackTest::OnUpdate, in HWTEST_F()
142 .OnDelete = std::bind(&DistributedDatabaseCallbackTest::OnDelete, in HWTEST_F()
H A Ddistributed_device_callback_test.cpp60 .OnConnected = std::bind(&DistributedDeviceCallbackTest::OnConnected, this, std::placeholders::_1), in HWTEST_F()
61 .OnDisconnected = std::bind(&DistributedDeviceCallbackTest::OnDisconnected, this, std::placeholders::_1), in HWTEST_F()
78 .OnConnected = std::bind(&DistributedDeviceCallbackTest::OnConnected, this, std::placeholders::_1), in HWTEST_F()
79 .OnDisconnected = std::bind(&DistributedDeviceCallbackTest::OnDisconnected, this, std::placeholders::_1), in HWTEST_F()
H A Ddistributed_database_test.cpp49 .OnInsert = std::bind(&DistributedDatabaseTest::OnInsert, in SetUp()
54 .OnUpdate = std::bind(&DistributedDatabaseTest::OnUpdate, in SetUp()
59 .OnDelete = std::bind(&DistributedDatabaseTest::OnDelete, in SetUp()
66 .OnConnected = std::bind(&DistributedDatabaseTest::OnConnected, this, std::placeholders::_1), in SetUp()
67 .OnDisconnected = std::bind(&DistributedDatabaseTest::OnDisconnected, this, std::placeholders::_1), in SetUp()
/base/update/sys_installer/frameworks/ipc_server/src/
H A Dsys_installer_stub.cpp37 bind(&SysInstallerStub::SysInstallerInitStub, this, _1, _2, _3, _4)); in SysInstallerStub()
39 bind(&SysInstallerStub::StartUpdatePackageZipStub, this, _1, _2, _3, _4)); in SysInstallerStub()
41 bind(&SysInstallerStub::SetUpdateCallbackStub, this, _1, _2, _3, _4)); in SysInstallerStub()
43 bind(&SysInstallerStub::GetUpdateStatusStub, this, _1, _2, _3, _4)); in SysInstallerStub()
45 bind(&SysInstallerStub::StartUpdateParaZipStub, this, _1, _2, _3, _4)); in SysInstallerStub()
47 bind(&SysInstallerStub::StartDeleteParaZipStub, this, _1, _2, _3, _4)); in SysInstallerStub()
49 bind(&SysInstallerStub::AccDecompressAndVerifyPkgStub, this, _1, _2, _3, _4)); in SysInstallerStub()
51 bind(&SysInstallerStub::AccDeleteDirStub, this, _1, _2, _3, _4)); in SysInstallerStub()
H A Dmodule_update_stub.cpp40 bind(&ModuleUpdateStub::InstallModulePackageStub, this, _1, _2, _3, _4)); in ModuleUpdateStub()
42 bind(&ModuleUpdateStub::UninstallModulePackageStub, this, _1, _2, _3, _4)); in ModuleUpdateStub()
44 bind(&ModuleUpdateStub::GetModulePackageInfoStub, this, _1, _2, _3, _4)); in ModuleUpdateStub()
46 bind(&ModuleUpdateStub::ExitModuleUpdateStub, this, _1, _2, _3, _4)); in ModuleUpdateStub()
49 bind(&ModuleUpdateStub::GetHmpVersionInfoStub, this, _1, _2, _3, _4)); in ModuleUpdateStub()
51 bind(&ModuleUpdateStub::StartUpdateHmpPackageStub, this, _1, _2, _3, _4)); in ModuleUpdateStub()
53 bind(&ModuleUpdateStub::GetHmpUpdateResultStub, this, _1, _2, _3, _4)); in ModuleUpdateStub()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_filter.cpp34 bind(&StringUtils::IsEnd, &StringUtils::GetInstance(), placeholders::_1, placeholders::_2)) || in ParseMemoryGroup()
36 bind(&StringUtils::IsBegin, &StringUtils::GetInstance(), placeholders::_1, placeholders::_2))) { in ParseMemoryGroup()
46 bind(&StringUtils::IsBegin, &StringUtils::GetInstance(), placeholders::_1, placeholders::_2))) { in ParseNativeHeapMemoryGroup()
H A Dsmaps_memory_info.cpp55 bind(&SmapsMemoryInfo::SetRss, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo()
57 bind(&SmapsMemoryInfo::SetPss, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo()
59 bind(&SmapsMemoryInfo::SetSharedClean, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo()
61 bind(&SmapsMemoryInfo::SetSharedDirty, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo()
63 bind(&SmapsMemoryInfo::SetPrivateClean, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo()
65 bind(&SmapsMemoryInfo::SetPrivateDirty, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo()
67 bind(&SmapsMemoryInfo::SetSwap, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo()
69 bind(&SmapsMemoryInfo::SetSwapPss, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo()
71 bind(&SmapsMemoryInfo::SetSize, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo()
73 bind( in SmapsMemoryInfo()
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/tasks/
H A Dtask_ams.h34 std::bind(&TaskAmsInit::OnComplete, this), std::bind(&TaskAmsInit::OnTimeout, this)); in TaskAmsInit()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Ddistributed_notification_manager_branch_test.cpp115 .OnPublish = std::bind(&DistributedNotificationManagerBranchTest::OnPublish, in HWTEST_F()
120 .OnUpdate = std::bind(&DistributedNotificationManagerBranchTest::OnUpdate, in HWTEST_F()
125 .OnDelete = std::bind(&DistributedNotificationManagerBranchTest::OnDelete, in HWTEST_F()
147 .OnPublish = std::bind(&DistributedNotificationManagerBranchTest::OnPublish, in HWTEST_F()
152 .OnUpdate = std::bind(&DistributedNotificationManagerBranchTest::OnUpdate, in HWTEST_F()
157 .OnDelete = std::bind(&DistributedNotificationManagerBranchTest::OnDelete, in HWTEST_F()
179 .OnPublish = std::bind(&DistributedNotificationManagerBranchTest::OnPublish, in HWTEST_F()
184 .OnUpdate = std::bind(&DistributedNotificationManagerBranchTest::OnUpdate, in HWTEST_F()
189 .OnDelete = std::bind(&DistributedNotificationManagerBranchTest::OnDelete, in HWTEST_F()
/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_notification_manager.cpp36 .OnInsert = std::bind(&DistributedNotificationManager::OnDatabaseInsert, in DistributedNotificationManager()
41 .OnUpdate = std::bind(&DistributedNotificationManager::OnDatabaseUpdate, in DistributedNotificationManager()
46 .OnDelete = std::bind(&DistributedNotificationManager::OnDatabaseDelete, in DistributedNotificationManager()
55 .OnConnected = std::bind(&DistributedNotificationManager::OnDeviceConnected, this, std::placeholders::_1), in DistributedNotificationManager()
56 .OnDisconnected = std::bind(&DistributedNotificationManager::OnDeviceDisconnected, this, std::placeholders::_1), in DistributedNotificationManager()
66 ffrt::task_handle handler = distributedQueue_->submit_h(std::bind([&]() { callback_ = {}; })); in ~DistributedNotificationManager()
146 distributedQueue_->submit(std::bind([=]() { in OnDatabaseInsert()
176 ffrt::task_handle handler = distributedQueue_->submit_h(std::bind([=]() { in OnDatabaseUpdate()
206 distributedQueue_->submit(std::bind([=]() { in OnDatabaseDelete()
228 distributedQueue_->submit(std::bind([ in OnDeviceConnected()
[all...]
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.cpp72 std::bind(&VendorInterface::OnEventReceived, this, std::placeholders::_1)); in WatchHciChannel()
73 watcher_.AddFdToWatcher(channel[0], std::bind(&Hci::H4Protocol::ReadData, h4, std::placeholders::_1)); in WatchHciChannel()
79 std::bind(&VendorInterface::OnEventReceived, this, std::placeholders::_1)); in WatchHciChannel()
81 channel[hci_channels_t::HCI_ACL_IN], std::bind(&Hci::MctProtocol::ReadAclData, mct, std::placeholders::_1)); in WatchHciChannel()
83 channel[hci_channels_t::HCI_EVT], std::bind(&Hci::MctProtocol::ReadEventData, mct, std::placeholders::_1)); in WatchHciChannel()
186 watcher_.SetTimeout(std::chrono::milliseconds(lpmTimer_), std::bind(&VendorInterface::WatcherTimeout, this)); in SendPacket()
217 std::bind(&VendorInterface::WatcherTimeout, VendorInterface::GetInstance())); in OnInitCallback()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_freeze_test.cpp118 std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest::AsyncProcess, this, commonEventListener); in ProcessSubscriberTestCase1()
173 std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest2::AsyncProcess, this, commonEventListener2); in ProcessSubscriberTest2Case1()
236 std::bind(&SubscriberTestLast::AsyncProcess, this, commonEventListener3); in ProcessSubscriberTestLastCase1()
294 std::function<void()> SubscribeCommonEventFunc = std::bind(&InnerCommonEventManager::SubscribeCommonEvent, in SubscribeCommonEvent()
329 std::function<void()> PublishCommonEventFunc = std::bind(&InnerCommonEventManager::PublishCommonEvent, in PublishCommonEvent()
348 std::bind(&InnerCommonEventManager::FinishReceiver, innerCommonEventManager_, proxy, code, data, abortEvent); in FinishReceiver()
354 std::function<void()> FreezeFunc = std::bind(&InnerCommonEventManager::Freeze, innerCommonEventManager_, uid); in Freeze()
360 std::function<void()> UnfreezeFunc = std::bind(&InnerCommonEventManager::Unfreeze, innerCommonEventManager_, uid); in Unfreeze()
418 std::function<void()> asyncProcessFunc = std::bind(&CommonEventFreezeTest::AsyncProcess, this); in HWTEST_F()
480 std::function<void()> asyncProcessFunc = std::bind( in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp76 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in AddSlots()
115 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in GetSlots()
153 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in GetSlotsByBundle()
193 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in GetSlotByBundle()
230 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in UpdateSlots()
261 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in RemoveAllSlots()
312 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in AddSlotByType()
350 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in GetEnabledForBundleSlotSelf()
395 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in GetSlotFlagsAsBundle()
439 std::bind([ in SetSlotFlagsAsBundle()
[all...]
H A Dnotification_subscriber_manager.cpp54 RemoteDeathRecipient(std::bind(&NotificationSubscriberManager::OnRemoteDied, this, std::placeholders::_1)); in NotificationSubscriberManager()
106 ffrt::task_handle handler = notificationSubQueue_->submit_h(std::bind([this, &subscriber, &subInfo, &result]() { in AddSubscriber()
131 ffrt::task_handle handler = notificationSubQueue_->submit_h(std::bind([this, &subscriber, in RemoveSubscriber()
153 std::bind(&NotificationSubscriberManager::NotifyConsumedInner, this, notification, notificationMap); in NotifyConsumed()
173 AppExecFwk::EventHandler::Callback batchNotifyConsumedFunc = std::bind( in BatchNotifyConsumed()
193 AppExecFwk::EventHandler::Callback NotifyCanceledFunc = std::bind( in NotifyCanceled()
212 AppExecFwk::EventHandler::Callback NotifyCanceledFunc = std::bind( in BatchNotifyCanceled()
225 std::bind(&NotificationSubscriberManager::NotifyUpdatedInner, this, notificationMap); in NotifyUpdated()
238 std::bind(&NotificationSubscriberManager::NotifyDoNotDisturbDateChangedInner, this, userId, date); in NotifyDoNotDisturbDateChanged()
252 std::bind( in NotifyEnabledNotificationChanged()
[all...]
H A Dnotification_local_live_view_subscriber_manager.cpp47 RemoteDeathRecipient(std::bind(&NotificationLocalLiveViewSubscriberManager::OnRemoteDied, in NotificationLocalLiveViewSubscriberManager()
96 notificationButtonQueue_->submit_h(std::bind([this, &subscriber, &bundleOption, &result]() { in AddLocalLiveViewSubscriber()
120 ffrt::task_handle handler = notificationButtonQueue_->submit_h(std::bind([this, &subscriber, in RemoveLocalLiveViewSubscriber()
139 std::bind(&NotificationLocalLiveViewSubscriberManager::NotifyTriggerResponseInner, in NotifyTriggerResponse()
154 ffrt::task_handle handler = notificationButtonQueue_->submit_h(std::bind([this, object]() { in OnRemoteDied()
H A Dnotification_timer_info.cpp45 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in OnTrigger()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp328 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
376 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
423 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
506 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
550 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
593 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
633 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
698 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
744 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
832 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplac in HWTEST_F()
[all...]
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_netlink_monitor.cpp34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init()
67 ret = bind(fd, reinterpret_cast<struct sockaddr *>(&snl), sizeof(struct sockaddr_nl)); in ThreadInit()
69 DISPLAY_LOGE("bind fail"); in ThreadInit()
/base/update/updater/services/flashd/daemon/
H A Ddaemon_updater.cpp186 cmdFunc_.emplace(CMD_UPDATER_CHECK, bind(&DaemonUpdater::CheckCommand, this, placeholders::_1, placeholders::_2)); in Init()
187 cmdFunc_.emplace(CMD_UPDATER_DATA, bind(&DaemonUpdater::DataCommand, this, placeholders::_1, placeholders::_2)); in Init()
188 cmdFunc_.emplace(CMD_UPDATER_ERASE, bind(&DaemonUpdater::EraseCommand, this, placeholders::_1, placeholders::_2)); in Init()
189 cmdFunc_.emplace(CMD_UPDATER_FORMAT, bind(&DaemonUpdater::FormatCommand, this, placeholders::_1, placeholders::_2)); in Init()
/base/print/print_fwk/services/print_service/src/
H A Dvendor_ipp_everywhere.cpp57 auto op = std::bind(&VendorIppEveryWhere::QueryCapabilityByUri, this, printerId); in OnQueryCapability()
69 auto op = std::bind(&VendorIppEveryWhere::ConnectPrinterByUri, this, uri); in OnQueryCapabilityByIp()
78 auto op = std::bind(&VendorIppEveryWhere::QueryPrinterStatusByUri, this, printerId); in OnQueryProperties()
/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp45 {"help", std::bind(&CommonEventCommand::RunAsHelpCommand, this)}, in CreateCommandMap()
46 {"publish", std::bind(&CommonEventCommand::RunAsPublishCommand, this)}, in CreateCommandMap()
47 {"dump", std::bind(&CommonEventCommand::RunAsDumpCommand, this)}, in CreateCommandMap()
/base/hiviewdfx/hiview/plugins/event_store/store/
H A Dsys_event_db_mgr.cpp45 auto statusTask = std::bind(&SysEventDbMgr::CheckStore, this); in StartCheckStoreTask()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_netlink_monitor.cpp39 ret = bind(fd, (struct sockaddr *)&snl, sizeof(struct sockaddr_nl)); in Init()
40 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("bind failed errno : %{public}d", errno)); in Init()
/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_disturb_service.cpp85 cloneDisturbQueue_->submit_h(std::bind([&, userId]() { in OnRestore()
159 cloneDisturbQueue_->submit_h(std::bind([&]() { in OnUserSwitch()
179 cloneDisturbQueue_->submit_h(std::bind([&, bundle, userId]() { in HandlerBundleEvent()

Completed in 21 milliseconds

12345