Searched refs:GetBondedDevices (Results 1 – 11 of 11) sorted by relevance
51 boolean GetBondedDevices(); in GetBondedDevices() method
53 MOCK_METHOD0(GetBondedDevices, bool());
105 std::vector<Device> GetBondedDevices();
296 storage->GetBondedDevices(), in TEST_F()
252 std::vector<Device> StorageModule::GetBondedDevices() { in GetBondedDevices() function in bluetooth::storage::StorageModule
145 Status BluetoothBinderServer::GetBondedDevices(bool* _aidl_return) { in GetBondedDevices() function in ipc::binder::BluetoothBinderServer147 *_aidl_return = adapter_->GetBondedDevices(); in GetBondedDevices()
92 Status GetBondedDevices(bool* _aidl_return) override;
172 virtual bool GetBondedDevices() = 0;
421 bool GetBondedDevices() override { in GetBondedDevices() function in bluetooth::AdapterImpl
131 for (auto device : storage_module_->GetBondedDevices()) { in LoadSecurityRecords()
725 for (auto device : storage_module_->GetBondedDevices()) { in is_bonded()