Lines Matching refs:string_view
30 static constexpr std::string_view lldpdConfigFilePath = "/etc/lldpd.conf";
80 std::string_view getIgnoredInterfacesEnv() in getIgnoredInterfacesEnv()
91 std::unordered_set<std::string_view> parseInterfaces( in parseInterfaces()
92 std::string_view interfaces) in parseInterfaces()
94 std::unordered_set<std::string_view> result; in parseInterfaces()
121 const std::unordered_set<std::string_view>& getIgnoredInterfaces() in getIgnoredInterfaces()
129 std::optional<std::string> interfaceToUbootEthAddr(std::string_view intf) in interfaceToUbootEthAddr()
154 static std::optional<DHCPVal> systemdParseDHCP(std::string_view str) in systemdParseDHCP()
172 std::string_view section, std::string_view key, in systemdParseLast()
196 return decltype(fun(std::string_view{}))(std::nullopt); in systemdParseLast()
218 std::string_view key) in getDHCPProp()
220 std::string_view type = (dhcpType == DHCPType::v4) ? "DHCPv4" : "DHCPv6"; in getDHCPProp()