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 | 386 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F() 425 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F() 474 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F() 494 EXPECT_FALSE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
|
D | server_unittest.cpp | 84 ON_CALL(*netlink_utils_, GetInterfaces(_, _)) in SetUp()
|
/system/connectivity/wificond/ |
D | server.cpp | 235 netlink_utils_->GetInterfaces(wiphy_index, &interfaces)) { in MarkDownAllInterfaces() 312 if (!netlink_utils_->GetInterfaces(wiphy_index_, &interfaces_)) { in SetupInterface()
|
/system/connectivity/wificond/net/ |
D | netlink_utils.h | 182 virtual bool GetInterfaces(uint32_t wiphy_index,
|
D | netlink_utils.cpp | 160 bool NetlinkUtils::GetInterfaces(uint32_t wiphy_index, in GetInterfaces() function in android::wificond::NetlinkUtils
|