OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iface_
(Results
1 - 3
of
3
) sorted by null
/external/libweave/examples/provider/
wifi_manager.cc
69
: task_runner_{task_runner}, network_{network},
iface_
{FindWirelessInterface()} {
70
CHECK(!
iface_
.empty()) << "WiFi interface not found";
91
strncpy(wreq.ifr_name,
iface_
.c_str(), sizeof(wreq.ifr_name));
156
ofs << "interface=" <<
iface_
<< std::endl;
165
if (0 == ForkCmdAndWait("ifconfig", {
iface_
, "192.168.76.1/24"}))
177
ofs << "interface=" <<
iface_
<< std::endl;
wifi_manager.h
53
std::string
iface_
;
member in class:weave::examples::WifiImpl
/external/webrtc/talk/media/base/
rtpdataengine_unittest.cc
88
iface_
.reset(new cricket::FakeNetworkInterface());
112
channel->SetInterface(
iface_
.get());
139
return (
iface_
->NumRtpPackets() > count);
145
iface_
->GetRtpPacket(index));
155
iface_
->GetRtpPacket(index));
165
rtc::scoped_ptr<cricket::FakeNetworkInterface>
iface_
;
member in class:RtpDataMediaChannelTest
Completed in 68 milliseconds