Searched refs:GetBondedDevices (Results 1 – 10 of 10) sorted by relevance
51 boolean GetBondedDevices(); in GetBondedDevices() method
50 MOCK_METHOD0(GetBondedDevices, bool());
102 std::vector<Device> GetBondedDevices();
226 std::vector<Device> StorageModule::GetBondedDevices() { in GetBondedDevices() function in bluetooth::storage::StorageModule
296 storage->GetBondedDevices(), in TEST_F()
171 virtual bool GetBondedDevices() = 0;
416 bool GetBondedDevices() override { in GetBondedDevices() function in bluetooth::AdapterImpl
145 Status BluetoothBinderServer::GetBondedDevices(bool* _aidl_return) { in GetBondedDevices() function in ipc::binder::BluetoothBinderServer147 *_aidl_return = adapter_->GetBondedDevices(); in GetBondedDevices()
89 Status GetBondedDevices(bool* _aidl_return) override;
131 for (auto device : storage_module_->GetBondedDevices()) { in LoadSecurityRecords()