/system/connectivity/wificond/tests/ |
D | client_interface_impl_unittest.cpp | 52 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
|
D | server_unittest.cpp | 79 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()
|
D | ap_interface_impl_unittest.cpp | 67 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()
|
D | netlink_utils_unittest.cpp | 88 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/ |
D | client_interface_impl.cpp | 117 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()
|
D | server.cpp | 67 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()
|
D | ap_interface_impl.cpp | 48 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()
|
D | ap_interface_impl.h | 68 NetlinkUtils* const netlink_utils_; variable
|
D | client_interface_impl.h | 97 NetlinkUtils* const netlink_utils_; variable
|
D | server.h | 114 NetlinkUtils* const netlink_utils_; variable
|
/system/connectivity/wificond/scanning/ |
D | scanner_impl.cpp | 58 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()
|
D | scanner_impl.h | 99 NetlinkUtils* const netlink_utils_; variable
|