Home
last modified time | relevance | path

Searched refs:netlink_utils_ (Results 1 – 12 of 12) sorted by relevance

/system/connectivity/wificond/tests/
Dclient_interface_impl_unittest.cpp52 EXPECT_CALL(*netlink_utils_, in SetUp()
54 EXPECT_CALL(*netlink_utils_, in SetUp()
63 netlink_utils_.get(), in SetUp()
68 EXPECT_CALL(*netlink_utils_, in TearDown()
80 unique_ptr<NiceMock<MockNetlinkUtils>> netlink_utils_{ member in android::wificond::__anon6802f0150111::ClientInterfaceImplTest
Dserver_unittest.cpp79 ON_CALL(*netlink_utils_, GetWiphyIndex(_)).WillByDefault(Return(true)); in SetUp()
80 ON_CALL(*netlink_utils_, GetInterfaces(_, _)) in SetUp()
94 unique_ptr<NiceMock<MockNetlinkUtils>> netlink_utils_{ member in android::wificond::__anond5c21cac0111::ServerTest
118 netlink_utils_.get(),
126 EXPECT_CALL(*netlink_utils_, SubscribeRegDomainChange(_, _)); in TEST_F()
151 EXPECT_CALL(*netlink_utils_, UnsubscribeRegDomainChange(_)); in TEST_F()
Dap_interface_impl_unittest.cpp67 unique_ptr<NiceMock<MockNetlinkUtils>> netlink_utils_{ member in android::wificond::__anona04ab4c70111::ApInterfaceImplTest
76 netlink_utils_.get(), in SetUp()
107 EXPECT_CALL(*netlink_utils_, SetInterfaceMode( in TEST_F()
128 EXPECT_CALL(*netlink_utils_, in TEST_F()
135 netlink_utils_.get(), in TEST_F()
Dnetlink_utils_unittest.cpp88 std::unique_ptr<NetlinkUtils> netlink_utils_; member in android::wificond::NetlinkUtilsTest
92 netlink_utils_.reset(new NetlinkUtils(netlink_manager_.get())); in SetUp()
126 EXPECT_TRUE(netlink_utils_->GetWiphyIndex(&wiphy_index)); in TEST_F()
138 EXPECT_FALSE(netlink_utils_->GetWiphyIndex(&wiphy_index)); in TEST_F()
148 EXPECT_TRUE(netlink_utils_->SetInterfaceMode(kFakeInterfaceIndex, in TEST_F()
159 EXPECT_FALSE(netlink_utils_->SetInterfaceMode(kFakeInterfaceIndex, in TEST_F()
190 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
232 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
285 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
305 EXPECT_FALSE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
[all …]
/system/connectivity/wificond/
Dclient_interface_impl.cpp117 netlink_utils_(netlink_utils), in ClientInterfaceImpl()
122 netlink_utils_->SubscribeMlmeEvent( in ClientInterfaceImpl()
125 if (!netlink_utils_->GetWiphyInfo(wiphy_index_, in ClientInterfaceImpl()
138 netlink_utils_, in ClientInterfaceImpl()
146 netlink_utils_->UnsubscribeMlmeEvent(interface_index_); in ~ClientInterfaceImpl()
181 if (!netlink_utils_->GetStationInfo(interface_index_, in GetPacketCounters()
194 if (!netlink_utils_->GetStationInfo(interface_index_, in SignalPoll()
Dserver.cpp67 netlink_utils_(netlink_utils), in Server()
126 netlink_utils_, in createApInterface()
149 netlink_utils_, in createClientInterface()
171 netlink_utils_->UnsubscribeRegDomainChange(wiphy_index_); in tearDownInterfaces()
229 if (netlink_utils_->GetWiphyIndex(&wiphy_index) && in MarkDownAllInterfaces()
230 netlink_utils_->GetInterfaces(wiphy_index, &interfaces)) { in MarkDownAllInterfaces()
255 netlink_utils_->SubscribeRegDomainChange( in SetupInterface()
262 if (!netlink_utils_->GetInterfaces(wiphy_index_, &interfaces_)) { in SetupInterface()
282 if (!netlink_utils_->GetWiphyIndex(&wiphy_index_)) { in RefreshWiphyIndex()
302 netlink_utils_->GetWiphyInfo(wiphy_index_, in LogSupportedBands()
Dap_interface_impl.cpp48 netlink_utils_(netlink_utils), in ApInterfaceImpl()
57 netlink_utils_->SubscribeStationEvent( in ApInterfaceImpl()
67 netlink_utils_->UnsubscribeStationEvent(interface_index_); in ~ApInterfaceImpl()
104 if (!netlink_utils_->SetInterfaceMode(interface_index_, in StopHostapd()
Dap_interface_impl.h68 NetlinkUtils* const netlink_utils_; variable
Dclient_interface_impl.h97 NetlinkUtils* const netlink_utils_; variable
Dserver.h114 NetlinkUtils* const netlink_utils_; variable
/system/connectivity/wificond/scanning/
Dscanner_impl.cpp58 netlink_utils_(netlink_utils), in ScannerImpl()
101 if (!netlink_utils_->GetWiphyInfo(wiphy_index_, in getAvailable2gChannels()
121 if (!netlink_utils_->GetWiphyInfo(wiphy_index_, in getAvailable5gNonDFSChannels()
141 if (!netlink_utils_->GetWiphyInfo(wiphy_index_, in getAvailableDFSChannels()
Dscanner_impl.h99 NetlinkUtils* const netlink_utils_; variable