Searched refs:GetInterfaces (Results 1 – 6 of 6) sorted by relevance
/system/connectivity/wificond/tests/ |
D | mock_netlink_utils.h | 60 MOCK_METHOD2(GetInterfaces,
|
D | netlink_utils_unittest.cpp | 458 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F() 498 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F() 548 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F() 570 EXPECT_FALSE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
|
D | server_unittest.cpp | 85 ON_CALL(*netlink_utils_, GetInterfaces(_, _)) in SetUp()
|
/system/connectivity/wificond/net/ |
D | netlink_utils.h | 206 virtual bool GetInterfaces(uint32_t wiphy_index,
|
D | netlink_utils.cpp | 181 bool NetlinkUtils::GetInterfaces(uint32_t wiphy_index, in GetInterfaces() function in android::wificond::NetlinkUtils
|
/system/connectivity/wificond/ |
D | server.cpp | 472 if (!netlink_utils_->GetInterfaces(*wiphy_index, &debug_interfaces_)) { in SetupInterface()
|