Searched refs:RemoveDevice (Results 1 – 6 of 6) sorted by relevance
103 ASSERT_TRUE(device_database_.RemoveDevice(created_device)); in TEST_F()109 ASSERT_TRUE(device_database_.RemoveDevice(created_device)); in TEST_F()110 ASSERT_FALSE(device_database_.RemoveDevice(created_device)); in TEST_F()130 ASSERT_TRUE(device_database_.RemoveDevice(gotten_modified_device)); in TEST_F()
57 bool DeviceDatabase::RemoveDevice(const std::shared_ptr<Device>& device) { in RemoveDevice() function in DeviceDatabase106 … if (RemoveDevice(dual_device->GetClassicDevice()) && RemoveDevice(dual_device->GetLeDevice())) { in RemoveDevice()156 ASSERT_LOG(RemoveDevice(device), "Failed to remove the device!"); in UpdateDeviceAddress()163 ASSERT_LOG(RemoveDevice(device), "Failed to remove the device!"); in UpdateDeviceAddress()170 ASSERT_LOG(RemoveDevice(device), "Failed to remove the device!"); in UpdateDeviceAddress()
100 bool RemoveDevice(const std::shared_ptr<Device>& device);
72 virtual void RemoveDevice(const RawAddress& address) = 0;
113 void RemoveDevice(const RawAddress& address) override { in RemoveDevice() function in __anonec7e4b110211::HearingAidInterfaceImpl
1706 btif_hearing_aid_get_interface()->RemoveDevice(bd_addr); in btif_dm_upstreams_evt()