Searched refs:GetPhyType (Results 1 – 4 of 4) sorted by relevance
48 Phy::Type GetPhyType() const;
40 Phy::Type AclConnection::GetPhyType() const { return type_; } in GetPhyType() function in test_vendor_lib::AclConnection
65 Phy::Type GetPhyType(uint16_t handle) const;
189 Phy::Type AclConnectionHandler::GetPhyType(uint16_t handle) const { in GetPhyType() function in test_vendor_lib::AclConnectionHandler193 return acl_connections_.at(handle).GetPhyType(); in GetPhyType()