/foundation/resourceschedule/ffrt/test/ut/ |
H A D | cpu_monitor_test.cpp | 76 std::bind(&CPUWorkerManager::IncWorker, it, std::placeholders::_1), in HWTEST_F() 77 std::bind(&CPUWorkerManager::WakeupWorkers, it, std::placeholders::_1), in HWTEST_F() 78 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1)}); in HWTEST_F() 95 std::bind(&CPUWorkerManager::IncWorker, it, std::placeholders::_1), in HWTEST_F() 96 std::bind(&CPUWorkerManager::WakeupWorkers, it, std::placeholders::_1), in HWTEST_F() 97 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1)}); in HWTEST_F() 114 std::bind(&CPUWorkerManager::IncWorker, it, std::placeholders::_1), in HWTEST_F() 115 std::bind(&CPUWorkerManager::WakeupWorkers, it, std::placeholders::_1), in HWTEST_F() 116 std::bind(&CPUWorkerManager::GetTaskCount, it, std::placeholders::_1)}); in HWTEST_F() 133 std::bind( in HWTEST_F() [all...] |
/base/telephony/sms_mms/test/unittest/ |
H A D | sms_mms_test.cpp | 81 "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...] |
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_address_pool_test.cpp | 87 AddressBinding bind = {0}; in HWTEST_F() local 92 bind.ipAddress = testIp1; in HWTEST_F() 94 bind.chaddr[i] = testMac1[i]; in HWTEST_F() 96 EXPECT_EQ(RET_SUCCESS, AddBinding(&bind)); in HWTEST_F() 97 bind.ipAddress = testIp2; in HWTEST_F() 99 bind.chaddr[i] = testMac2[i]; in HWTEST_F() 103 EXPECT_EQ(RET_SUCCESS, AddBinding(&bind)); in HWTEST_F() 104 EXPECT_EQ(RET_FAILED, AddBinding(&bind)); in HWTEST_F() 105 EXPECT_TRUE(memset_s(bind.chaddr, sizeof(bind in HWTEST_F() 120 AddressBinding bind = {0}; HWTEST_F() local 167 AddressBinding bind = {0}; HWTEST_F() local 200 AddressBinding bind = {0}; HWTEST_F() local 231 AddressBinding bind = {0}, bind2 = {0}; HWTEST_F() local 263 AddressBinding bind = {0}; HWTEST_F() local [all...] |
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_cpumonitor.cpp | 91 std::bind(&MockWorkerManager::IncWorker, &mWmanager, std::placeholders::_1), in HWTEST_F() 92 std::bind(&MockWorkerManager::WakeupWorkers, &mWmanager, std::placeholders::_1), in HWTEST_F() 93 std::bind(&MockWorkerManager::GetTaskCount, &mWmanager, std::placeholders::_1), in HWTEST_F() 94 std::bind(&MockWorkerManager::GetWorkerCount, &mWmanager, std::placeholders::_1), in HWTEST_F() 122 std::bind(&MockWorkerManager::IncWorker, &mWmanager, std::placeholders::_1), in HWTEST_F() 123 std::bind(&MockWorkerManager::WakeupWorkers, &mWmanager, std::placeholders::_1), in HWTEST_F() 124 std::bind(&MockWorkerManager::GetTaskCount, &mWmanager, std::placeholders::_1), in HWTEST_F() 125 std::bind(&MockWorkerManager::GetWorkerCount, &mWmanager, std::placeholders::_1)}); in HWTEST_F() 153 std::bind(&MockWorkerManager::IncWorker, &mWmanager, std::placeholders::_1), in HWTEST_F() 154 std::bind( in HWTEST_F() [all...] |
H A D | ut_worker_manager.cpp | 147 std::bind(&CPUWorkerManager::PickUpTaskFromGlobalQueue, manager, std::placeholders::_1), in HWTEST_F() 148 std::bind(&CPUWorkerManager::NotifyTaskPicked, manager, std::placeholders::_1), in HWTEST_F() 149 std::bind(&CPUWorkerManager::WorkerIdleActionSimplified, manager, std::placeholders::_1), in HWTEST_F() 150 std::bind(&CPUWorkerManager::WorkerRetired, manager, std::placeholders::_1), in HWTEST_F() 151 std::bind(&CPUWorkerManager::WorkerPrepare, manager, std::placeholders::_1), in HWTEST_F() 152 std::bind(&CPUWorkerManager::TryPoll, manager, std::placeholders::_1, std::placeholders::_2), in HWTEST_F() 153 std::bind(&CPUWorkerManager::StealTaskBatch, manager, std::placeholders::_1), in HWTEST_F() 154 std::bind(&CPUWorkerManager::PickUpTaskBatch, manager, std::placeholders::_1), in HWTEST_F() 156 std::bind(&CPUWorkerManager::IsExceedRunningThreshold, manager, std::placeholders::_1), in HWTEST_F() 157 std::bind( in HWTEST_F() [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | mock_wifi_manager.cpp | 39 mStaCallback.OnStaOpenRes = std::bind(&WifiManager::DealStaOpenRes, this, _1, _2); in InitStaCallback() 40 mStaCallback.OnStaCloseRes = std::bind(&WifiManager::DealStaCloseRes, this, _1, _2); in InitStaCallback() 41 mStaCallback.OnStaConnChanged = std::bind(&WifiManager::DealStaConnChanged, this, _1, _2, _3); in InitStaCallback() 42 mStaCallback.OnWpsChanged = std::bind(&WifiManager::DealWpsChanged, this, _1, _2, _3); in InitStaCallback() 43 mStaCallback.OnStaStreamChanged = std::bind(&WifiManager::DealStreamChanged, this, _1, _2); in InitStaCallback() 44 mStaCallback.OnStaRssiLevelChanged = std::bind(&WifiManager::DealRssiChanged, this, _1, _2); in InitStaCallback()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | property_animatable_helper.h | 38 return std::bind(getter_, &border)(); in Get() 53 std::bind(setter_, border, edge)(); in Set() 64 std::bind(setter_, border, edge)(); in Set() 75 std::bind(setter_, border, edge)(); in Set() 94 return std::bind(getter_, &border)().GetX().Value(); in Get() 106 std::bind(setter_, border, Radius(value))(); in Set() 125 return std::bind(getter_, &edge)(); in Get() 137 std::bind(setter_, edge, value)(); in Set()
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_aams_accessibility_touchEvent_injector_test.cpp | 113 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in TearDown() 157 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 167 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 198 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 208 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 239 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 249 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 285 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 295 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 328 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([ in HWTEST_F() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_central_manager_stub.cpp | 31 std::bind(&BluetoothBleCentralManagerStub::RegisterBleCentralManagerCallbackInner, std::placeholders::_1, 34 std::bind(&BluetoothBleCentralManagerStub::DeregisterBleCentralManagerCallbackInner, std::placeholders::_1, 37 std::bind(&BluetoothBleCentralManagerStub::StartScanInner, std::placeholders::_1, std::placeholders::_2, 40 std::bind(&BluetoothBleCentralManagerStub::RemoveScanFilterInner, std::placeholders::_1, 43 std::bind(&BluetoothBleCentralManagerStub::StopScanInner, std::placeholders::_1, std::placeholders::_2, 46 std::bind(&BluetoothBleCentralManagerStub::FreezeByRssInner, std::placeholders::_1, std::placeholders::_2, 49 std::bind(&BluetoothBleCentralManagerStub::ResetAllProxyInner, std::placeholders::_1, std::placeholders::_2, 52 std::bind(&BluetoothBleCentralManagerStub::SetLpDeviceAdvParamInner, std::placeholders::_1, 55 std::bind(&BluetoothBleCentralManagerStub::SetScanReportChannelToLpDeviceInner, std::placeholders::_1, 58 std::bind( [all...] |
H A D | bluetooth_host_stub.cpp | 29 std::bind(&BluetoothHostStub::RegisterObserverInner, std::placeholders::_1, std::placeholders::_2, 32 std::bind(&BluetoothHostStub::DeregisterObserverInner, std::placeholders::_1, std::placeholders::_2, 35 std::bind(&BluetoothHostStub::EnableBtInner, std::placeholders::_1, std::placeholders::_2, 38 std::bind(&BluetoothHostStub::DisableBtInner, std::placeholders::_1, std::placeholders::_2, 41 std::bind(&BluetoothHostStub::GetProfileInner, std::placeholders::_1, std::placeholders::_2, 44 std::bind(&BluetoothHostStub::GetBleRemoteInner, std::placeholders::_1, std::placeholders::_2, 47 std::bind(&BluetoothHostStub::BluetoothFactoryResetInner, std::placeholders::_1, std::placeholders::_2, 50 std::bind(&BluetoothHostStub::GetBtStateInner, std::placeholders::_1, std::placeholders::_2, 53 std::bind(&BluetoothHostStub::GetLocalAddressInner, std::placeholders::_1, std::placeholders::_2, 56 std::bind( [all...] |
H A D | bluetooth_ble_advertiser_stub.cpp | 32 std::bind(&BluetoothBleAdvertiserStub::RegisterBleAdvertiserCallbackInner, _1, _2, _3)}, 34 std::bind(&BluetoothBleAdvertiserStub::DeregisterBleAdvertiserCallbackInner, _1, _2, _3)}, 36 std::bind(&BluetoothBleAdvertiserStub::StartAdvertisingInner, _1, _2, _3)}, 38 std::bind(&BluetoothBleAdvertiserStub::EnableAdvertisingInner, _1, _2, _3)}, 40 std::bind(&BluetoothBleAdvertiserStub::DisableAdvertisingInner, _1, _2, _3)}, 42 std::bind(&BluetoothBleAdvertiserStub::StopAdvertisingInner, _1, _2, _3)}, 44 std::bind(&BluetoothBleAdvertiserStub::CloseInner, _1, _2, _3)}, 46 std::bind(&BluetoothBleAdvertiserStub::GetAdvertiserHandleInner, _1, _2, _3)}, 48 std::bind(&BluetoothBleAdvertiserStub::SetAdvertisingDataInner, _1, _2, _3)},
|
/test/xts/hats/kernel/syscalls/net/bind/ |
H A D | BindApiTest.cpp | 62 * @tc.desc : bind the same socket fd twice failed, errno EINVAL. 86 ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F() 90 ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F() 100 * @tc.desc : bind the invalid socket fd failed. 117 ret = bind(BAD_SOCKET_FD, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F() 122 ret = bind(STDIN_FILENO, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F() 130 * @tc.desc : bind the invalid ip addr failed. 155 ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F() 160 ret = bind(socketFd, nullptr, sizeof(serAddr)); in HWTEST_F() 170 * @tc.desc : bind add [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/ |
H A D | hal_device_manage_test.cpp | 38 std::bind(WifiHalDeviceManagerTest::DestoryCallback, std::placeholders::_1, std::placeholders::_2),
in HWTEST_F() 39 std::bind(WifiHalDeviceManagerTest::OnRssiReportCallback, std::placeholders::_1, std::placeholders::_2),
in HWTEST_F() 52 std::bind(WifiHalDeviceManagerTest::DestoryCallback, std::placeholders::_1, std::placeholders::_2),
in HWTEST_F() 53 std::bind(WifiHalDeviceManagerTest::OnRssiReportCallback, std::placeholders::_1, std::placeholders::_2),
in HWTEST_F() 66 std::bind(WifiHalDeviceManagerTest::DestoryCallback, std::placeholders::_1, std::placeholders::_2),
in HWTEST_F() 67 std::bind(WifiHalDeviceManagerTest::OnRssiReportCallback, std::placeholders::_1, std::placeholders::_2),
in HWTEST_F() 79 std::bind(WifiHalDeviceManagerTest::DestoryCallback, std::placeholders::_1, std::placeholders::_2),
in HWTEST_F() 80 std::bind(WifiHalDeviceManagerTest::OnRssiReportCallback, std::placeholders::_1, std::placeholders::_2),
in HWTEST_F() 93 std::bind(WifiHalDeviceManagerTest::DestoryCallback, std::placeholders::_1, std::placeholders::_2),
in HWTEST_F() 94 std::bind(WifiHalDeviceManagerTes in HWTEST_F() [all...] |
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_touchEvent_injector_test/ |
H A D | aams_accessibility_touchEvent_injector_test.cpp | 113 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in TearDown() 157 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 167 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 198 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 208 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 239 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 249 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 285 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 295 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F() 328 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([ in HWTEST_F() [all...] |
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/ |
H A D | VideoController.java | 32 import org.springframework.web.bind.annotation.RestController; 33 import org.springframework.web.bind.annotation.RequestMapping; 34 import org.springframework.web.bind.annotation.GetMapping; 35 import org.springframework.web.bind.annotation.RequestParam; 36 import org.springframework.web.bind.annotation.PostMapping; 37 import org.springframework.web.bind.annotation.RequestBody; 38 import org.springframework.web.bind.annotation.RequestMethod; 39 import org.springframework.web.bind.annotation.DeleteMapping;
|
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/ |
H A D | BusinessGoodsController.java | 33 import org.springframework.web.bind.annotation.RestController; 34 import org.springframework.web.bind.annotation.RequestMapping; 35 import org.springframework.web.bind.annotation.GetMapping; 36 import org.springframework.web.bind.annotation.RequestParam; 37 import org.springframework.web.bind.annotation.PostMapping; 38 import org.springframework.web.bind.annotation.RequestBody; 39 import org.springframework.web.bind.annotation.RequestMethod; 40 import org.springframework.web.bind.annotation.DeleteMapping;
|
H A D | BusinessCommentController.java | 33 import org.springframework.web.bind.annotation.RestController; 34 import org.springframework.web.bind.annotation.RequestMapping; 35 import org.springframework.web.bind.annotation.GetMapping; 36 import org.springframework.web.bind.annotation.RequestParam; 37 import org.springframework.web.bind.annotation.PostMapping; 38 import org.springframework.web.bind.annotation.RequestBody; 39 import org.springframework.web.bind.annotation.RequestMethod; 40 import org.springframework.web.bind.annotation.DeleteMapping;
|
H A D | GroupSiteController.java | 32 import org.springframework.web.bind.annotation.RestController; 33 import org.springframework.web.bind.annotation.RequestMapping; 34 import org.springframework.web.bind.annotation.GetMapping; 35 import org.springframework.web.bind.annotation.RequestParam; 36 import org.springframework.web.bind.annotation.PostMapping; 37 import org.springframework.web.bind.annotation.RequestBody; 38 import org.springframework.web.bind.annotation.RequestMethod; 39 import org.springframework.web.bind.annotation.DeleteMapping;
|
H A D | BusinessController.java | 32 import org.springframework.web.bind.annotation.RestController; 33 import org.springframework.web.bind.annotation.RequestMapping; 34 import org.springframework.web.bind.annotation.GetMapping; 35 import org.springframework.web.bind.annotation.RequestParam; 36 import org.springframework.web.bind.annotation.PostMapping; 37 import org.springframework.web.bind.annotation.RequestBody; 38 import org.springframework.web.bind.annotation.RequestMethod; 39 import org.springframework.web.bind.annotation.DeleteMapping;
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | pipeline_descriptor_set_binder.cpp | 259 const auto& bind = bindings_[index]; in BindBuffer() local 260 const DescriptorType descriptorType = bind.binding.descriptorType; in BindBuffer() 262 buffers_[bind.resourceIndex].additionalFlags = flags; in BindBuffer() 263 buffers_[bind.resourceIndex].resource = resource; in BindBuffer() 300 const auto& bind = bindings_[index]; in BindBuffers() local 301 BindableBuffer& ref = buffers_[bind.resourceIndex].resource; in BindBuffers() 302 const uint32_t arrayOffset = buffers_[bind.resourceIndex].arrayOffset; in BindBuffers() 306 const uint32_t maxCount = Math::min(static_cast<uint32_t>(resources.size()), bind.binding.descriptorCount); in BindBuffers() 318 if (bind.binding.descriptorCount != resources.size()) { in BindBuffers() 331 "RENDER_VALIDATION: DescriptorSetBinder::BindBuffers() trying to bind ( in BindBuffers() 349 const auto& bind = bindings_[index]; BindImage() local 408 const auto& bind = bindings_[index]; BindImages() local 458 const auto& bind = bindings_[index]; BindSampler() local 493 const auto& bind = bindings_[index]; BindSamplers() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.cpp | 31 std::bind(&AvrcpCtService::OnProfileDisabled, this, BT_SUCCESS), in AvrcpCtService() 32 std::bind(&AvrcpCtService::OnConnectionStateChanged, this, _1, _2), in AvrcpCtService() 33 std::bind(&AvrcpCtService::OnButtonPressed, this, _1, _2, _3), in AvrcpCtService() 34 std::bind(&AvrcpCtService::OnButtonReleased, this, _1, _2, _3), in AvrcpCtService() 35 std::bind(&AvrcpCtService::OnGetCapabilities, this, _1, _2, _3, _4), in AvrcpCtService() 36 std::bind(&AvrcpCtService::OnGetPlayerAppSettingAttribtues, this, _1, _2, _3), in AvrcpCtService() 37 std::bind(&AvrcpCtService::OnGetPlayerAppSettingValues, this, _1, _2, _3, _4), in AvrcpCtService() 38 std::bind(&AvrcpCtService::OnGetPlayerAppSettingCurrentValue, this, _1, _2, _3, _4), in AvrcpCtService() 39 std::bind(&AvrcpCtService::OnSetPlayerAppSettingCurrentValue, this, _1, _2), in AvrcpCtService() 40 std::bind( in AvrcpCtService() [all...] |
/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/ |
H A D | mock_scan_state_machine.cpp | 92 mScanCallback.OnScanStartEvent = std::bind(&WifiManagers::DealScanOpenRes, this, _1); in InitScanCallback() 93 mScanCallback.OnScanStopEvent = std::bind(&WifiManagers::DealScanCloseRes, this, _1); in InitScanCallback() 94 mScanCallback.OnScanFinishEvent = std::bind(&WifiManagers::DealScanFinished, this, _1, _2); in InitScanCallback() 95 mScanCallback.OnScanInfoEvent = std::bind(&WifiManagers::DealScanInfoNotify, this, _1, _2); in InitScanCallback() 96 mScanCallback.OnStoreScanInfoEvent = std::bind(&WifiManagers::DealStoreScanInfoEvent, this, _1, _2); in InitScanCallback()
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
H A D | distributed_database_callback_test.cpp | 60 .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()
|
/base/update/sys_installer/frameworks/ipc_server/src/ |
H A D | sys_installer_stub.cpp | 37 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()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_surface_node_demo.cpp | 61 (void)playerTable.emplace("prepare", std::bind(&OHOS::Media::Player::Prepare, player)); in RegisterTable() 62 (void)playerTable.emplace("prepareasync", std::bind(&OHOS::Media::Player::PrepareAsync, player)); in RegisterTable() 63 (void)playerTable.emplace("", std::bind(&OHOS::Media::Player::Play, player)); // ENTER -> play in RegisterTable() 64 (void)playerTable.emplace("play", std::bind(&OHOS::Media::Player::Play, player)); in RegisterTable() 65 (void)playerTable.emplace("pause", std::bind(&OHOS::Media::Player::Pause, player)); in RegisterTable() 66 (void)playerTable.emplace("stop", std::bind(&OHOS::Media::Player::Stop, player)); in RegisterTable() 67 (void)playerTable.emplace("reset", std::bind(&OHOS::Media::Player::Reset, player)); in RegisterTable() 68 (void)playerTable.emplace("release", std::bind(&OHOS::Media::Player::Release, player)); in RegisterTable()
|