Home
last modified time | relevance | path

Searched refs:FindDevice (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp78 GattConnectionManager::Device *FindDevice(
80 GattConnectionManager::Device *FindDevice(const GattDevice &device, std::unique_lock<std::mutex> &deviceLock);
81 GattConnectionManager::Device *FindDevice(uint16_t handle, std::unique_lock<std::mutex> &deviceLock);
176 auto internalDevice = pimpl->FindDevice(device, devLock); in Disconnect()
214 auto internalDevice = pimpl->FindDevice(device, devLock); in GetDeviceState()
242 auto internalDevice = pimpl->FindDevice(device, devLock); in GetDeviceInformation()
254 auto internalDevice = pimpl->FindDevice(handle, devLock); in GetDeviceTransport()
265 auto internalDevice = pimpl->FindDevice(handle, devLock); in RequestConnectionPriority()
281 auto device = pimpl->FindDevice(connectHandle, devLock); in GetEncryptionInfo()
293 auto dev = pimpl->FindDevice(devic in GetEncryptionInfo()
452 GattConnectionManager::Device *GattConnectionManager::impl::FindDevice( FindDevice() function in OHOS::bluetooth::GattConnectionManager::impl
468 GattConnectionManager::Device *GattConnectionManager::impl::FindDevice( FindDevice() function in OHOS::bluetooth::GattConnectionManager::impl
481 GattConnectionManager::Device *GattConnectionManager::impl::FindDevice( FindDevice() function in OHOS::bluetooth::GattConnectionManager::impl
[all...]
/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice_manager.h86 std::shared_ptr<IDevice> FindDevice(const std::string &devPath);
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice_manager.cpp149 std::shared_ptr<IDevice> DeviceManager::FindDevice(const std::string &devPath) in FindDevice() function in OHOS::Msdp::DeviceStatus::DeviceManager
194 std::shared_ptr<IDevice> dev = FindDevice(devPath); in AddDevice()
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp440 env->devMgr_.FindDevice(TEST_DEV_NODE); in HWTEST_F()
443 ret = env->devMgr_.FindDevice(TEST_DEV_NODE); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.h242 bool FindDevice(const std::string &address, BlePeripheralDevice &dev) const;
H A Dble_central_manager_impl.cpp335 if (FindDevice(advertisedAddress.GetAddress(), device)) { in AdvertisingReportTask()
408 if (FindDevice(advAddress.GetAddress(), device)) { in ExAdvertisingReportTask()
1708 bool BleCentralManagerImpl::FindDevice(const std::string &address, BlePeripheralDevice &dev) const in FindDevice() function in OHOS::bluetooth::BleCentralManagerImpl

Completed in 8 milliseconds