Searched refs:kDeviceInterfaceIndex (Results 1 – 1 of 1) sorted by relevance
/system/connectivity/shill/ |
D | device_unittest.cc | 182 kDeviceInterfaceIndex, in DeviceTest() 200 static const int kDeviceInterfaceIndex; member in shill::DeviceTest 303 const int DeviceTest::kDeviceInterfaceIndex = 0; member in shill::DeviceTest 1003 kDeviceInterfaceIndex, in TEST_F() 1302 EXPECT_CALL(device_info_, GetPrimaryIPv6Address(kDeviceInterfaceIndex, _)) in TEST_F() 1316 EXPECT_CALL(device_info_, GetPrimaryIPv6Address(kDeviceInterfaceIndex, _)) in TEST_F() 1329 EXPECT_CALL(device_info_, GetPrimaryIPv6Address(kDeviceInterfaceIndex, _)) in TEST_F() 1343 EXPECT_CALL(device_info_, GetPrimaryIPv6Address(kDeviceInterfaceIndex, _)) in TEST_F() 1356 EXPECT_CALL(device_info_, GetPrimaryIPv6Address(kDeviceInterfaceIndex, _)) in TEST_F() 1366 EXPECT_CALL(device_info_, GetPrimaryIPv6Address(kDeviceInterfaceIndex, _)) in TEST_F() [all …]
|