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()
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()
Dserver_unittest.cpp85 ON_CALL(*netlink_utils_, GetInterfaces(_, _)) in SetUp()
/system/connectivity/wificond/net/
Dnetlink_utils.h206 virtual bool GetInterfaces(uint32_t wiphy_index,
Dnetlink_utils.cpp181 bool NetlinkUtils::GetInterfaces(uint32_t wiphy_index, in GetInterfaces() function in android::wificond::NetlinkUtils
/system/connectivity/wificond/
Dserver.cpp472 if (!netlink_utils_->GetInterfaces(*wiphy_index, &debug_interfaces_)) { in SetupInterface()