OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestDeviceName
(Results
1 - 7
of
7
) sorted by null
/system/connectivity/shill/
virtual_device_unittest.cc
38
const char
kTestDeviceName
[] = "tun0";
51
kTestDeviceName
,
device_info_unittest.cc
164
static const char
kTestDeviceName
[];
206
const char DeviceInfoTest::
kTestDeviceName
[] = "test-device";
240
return BuildLinkMessageWithInterfaceName(mode,
kTestDeviceName
);
338
EXPECT_EQ(-1, device_info_.GetIndex(
kTestDeviceName
));
349
EXPECT_EQ(kTestDeviceIndex, device_info_.GetIndex(
kTestDeviceName
));
362
EXPECT_EQ(-1, device_info_.GetIndex(
kTestDeviceName
));
485
EXPECT_CALL(modem_info, OnDeviceInfoAvailable(
kTestDeviceName
)).Times(1);
490
kTestDeviceName
, "address", kTestDeviceIndex, Technology::kCellular));
503
EXPECT_CALL(wimax_provider, OnDeviceInfoAvailable(
kTestDeviceName
)).Times(1);
510
kTestDeviceName
, "address", kTestDeviceIndex, Technology::kWiMax))
[
all
...]
/system/connectivity/apmanager/
device_info_unittest.cc
56
const char
kTestDeviceName
[] = "test-phy";
203
kTestDeviceName
);
204
EXPECT_CALL(manager_, RegisterDevice(IsDevice(
kTestDeviceName
))).Times(1);
331
device->SetDeviceName(
kTestDeviceName
);
340
kTestDeviceName
);
354
interface.device_name =
kTestDeviceName
;
374
kTestDeviceName
);
375
EXPECT_CALL(manager_, RegisterDevice(IsDevice(
kTestDeviceName
))).Times(1);
377
interface_list[0].device_name =
kTestDeviceName
;
389
device_list.push_back(new Device(&manager_,
kTestDeviceName
, 0))
[
all
...]
/external/webrtc/talk/media/webrtc/
webrtcvideocapturer_unittest.cc
41
static const std::string
kTestDeviceName
= "JuberTech FakeCam Q123";
52
factory_->device_info.AddDevice(
kTestDeviceName
, kTestDeviceId);
81
EXPECT_TRUE(capturer_->Init(cricket::Device(
kTestDeviceName
, kTestDeviceId)));
97
EXPECT_TRUE(capturer_->Init(cricket::Device(
kTestDeviceName
, kTestDeviceId)));
/system/connectivity/shill/net/
rtnl_handler_unittest.cc
120
static const char
kTestDeviceName
[];
136
const char RTNLHandlerTest::
kTestDeviceName
[] = "test-device";
162
ByteString(string(
kTestDeviceName
), true));
/system/connectivity/shill/wifi/
mac80211_monitor_unittest.cc
46
const char
kTestDeviceName
[] = "test-dev";
59
kTestDeviceName
,
205
EXPECT_EQ(
kTestDeviceName
, GetLinkName());
/system/connectivity/shill/cellular/
cellular_unittest.cc
152
kTestDeviceName
)),
157
kTestDeviceName
,
454
static const char
kTestDeviceName
[];
628
const char CellularTest::
kTestDeviceName
[] = "usb0";
782
EXPECT_CALL(dhcp_provider_, CreateIPv4Config(
kTestDeviceName
, _, _, _))
[
all
...]
Completed in 1582 milliseconds