Home
last modified time | relevance | path

Searched refs:GetTypeString (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dhci_device.h38 std::string GetTypeString() const override { return "hci_device"; } in GetTypeString() function
Dsniffer.h37 virtual std::string GetTypeString() const override { return "sniffer"; } in GetTypeString() function
Dbaseband_sniffer.h47 virtual std::string GetTypeString() const override { return "baseband_sniffer"; } in GetTypeString() function
Dbeacon.h44 virtual std::string GetTypeString() const override { return "beacon"; } in GetTypeString() function
Ddevice.cc40 std::string Device::ToString() const { return GetTypeString() + "@" + address_.ToString(); } in ToString()
Ddevice.h44 virtual std::string GetTypeString() const = 0;
Dlink_layer_socket_device.h45 virtual std::string GetTypeString() const override { return "link_layer_socket_device"; } in GetTypeString() function
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_model.cc121 std::string device_type = device->GetTypeString(); in AddDevice()
230 if (phy_devices_[device_id]->GetDevice()->GetTypeString() == "hci_device") { in SetDeviceConfiguration()
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dscripted_beacon.h40 virtual std::string GetTypeString() const override { return "scripted_beacon"; } in GetTypeString() function
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h74 std::string GetTypeString() const override;
Ddual_mode_controller.cc73 std::string DualModeController::GetTypeString() const { return "Simulated Bluetooth Controller"; } in GetTypeString() function in rootcanal::DualModeController