Home
last modified time | relevance | path

Searched refs:GetInterfaces (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/wificond/tests/
Dmock_netlink_utils.h60 MOCK_METHOD2(GetInterfaces,
Dnetlink_utils_unittest.cpp458 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
497 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
546 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
566 EXPECT_FALSE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
Dserver_unittest.cpp84 ON_CALL(*netlink_utils_, GetInterfaces(_, _)) in SetUp()
/system/connectivity/wificond/
Dserver.cpp236 netlink_utils_->GetInterfaces(wiphy_index, &interfaces)) { in MarkDownAllInterfaces()
365 if (!netlink_utils_->GetInterfaces(wiphy_index_, &interfaces_)) { in SetupInterface()
/system/connectivity/wificond/net/
Dnetlink_utils.h200 virtual bool GetInterfaces(uint32_t wiphy_index,
Dnetlink_utils.cpp176 bool NetlinkUtils::GetInterfaces(uint32_t wiphy_index, in GetInterfaces() function in android::wificond::NetlinkUtils