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.cpp386 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()
Dserver_unittest.cpp84 ON_CALL(*netlink_utils_, GetInterfaces(_, _)) in SetUp()
/system/connectivity/wificond/
Dserver.cpp235 netlink_utils_->GetInterfaces(wiphy_index, &interfaces)) { in MarkDownAllInterfaces()
312 if (!netlink_utils_->GetInterfaces(wiphy_index_, &interfaces_)) { in SetupInterface()
/system/connectivity/wificond/net/
Dnetlink_utils.h182 virtual bool GetInterfaces(uint32_t wiphy_index,
Dnetlink_utils.cpp160 bool NetlinkUtils::GetInterfaces(uint32_t wiphy_index, in GetInterfaces() function in android::wificond::NetlinkUtils