Searched refs:RemoteLoopbackDevice (Results 1 – 3 of 3) sorted by relevance
35 bool RemoteLoopbackDevice::registered_ = DeviceBoutique::Register(LOG_TAG, &RemoteLoopbackDevice::C…37 RemoteLoopbackDevice::RemoteLoopbackDevice() {} in RemoteLoopbackDevice() function in test_vendor_lib::RemoteLoopbackDevice39 std::string RemoteLoopbackDevice::ToString() const { in ToString()43 void RemoteLoopbackDevice::Initialize(const std::vector<std::string>& args) { in Initialize()50 void RemoteLoopbackDevice::IncomingPacket(LinkLayerPacketView packet) { in IncomingPacket()
27 class RemoteLoopbackDevice : public Device {29 RemoteLoopbackDevice();30 virtual ~RemoteLoopbackDevice() = default;33 return std::make_shared<RemoteLoopbackDevice>(); in Create()
67 example_devices_.push_back(std::make_shared<RemoteLoopbackDevice>()); in TestModel()