Home
last modified time | relevance | path

Searched refs:GetLoopbackInterfaceForTesting (Results 1 – 5 of 5) sorted by relevance

/external/openscreen/platform/impl/
Dnetwork_interface.h21 absl::optional<InterfaceInfo> GetLoopbackInterfaceForTesting();
Dnetwork_interface.cc24 absl::optional<InterfaceInfo> GetLoopbackInterfaceForTesting() { in GetLoopbackInterfaceForTesting() function
/external/openscreen/cast/test/
Dcast_socket_e2e_test.cc190 absl::optional<InterfaceInfo> loopback = GetLoopbackInterfaceForTesting(); in GetLoopbackV4Address()
198 absl::optional<InterfaceInfo> loopback = GetLoopbackInterfaceForTesting(); in GetLoopbackV6Address()
/external/openscreen/cast/standalone_receiver/
Dmain.cc87 auto error_or_info = GetLoopbackInterfaceForTesting(); in GetInterfaceInfoFromName()
/external/openscreen/cast/common/discovery/e2e_test/
Dtests.cc126 InterfaceInfo loopback = GetLoopbackInterfaceForTesting().value(); in GetConfigSettings()