Searched refs:GetWiphyIndex (Results 1 – 6 of 6) sorted by relevance
32 MOCK_METHOD1(GetWiphyIndex, bool(uint32_t* out_wiphy_index));33 MOCK_METHOD2(GetWiphyIndex,
82 ON_CALL(*netlink_utils_, GetWiphyIndex(_)).WillByDefault(Return(true)); in SetUp()83 ON_CALL(*netlink_utils_, GetWiphyIndex(_, _)).WillByDefault(Return(true)); in SetUp()
325 EXPECT_TRUE(netlink_utils_->GetWiphyIndex(&wiphy_index)); in TEST_F()337 EXPECT_FALSE(netlink_utils_->GetWiphyIndex(&wiphy_index)); in TEST_F()
173 virtual bool GetWiphyIndex(uint32_t* out_wiphy_index);174 virtual bool GetWiphyIndex(uint32_t* out_wiphy_index,
110 bool NetlinkUtils::GetWiphyIndex(uint32_t* out_wiphy_index, in GetWiphyIndex() function in android::wificond::NetlinkUtils156 bool NetlinkUtils::GetWiphyIndex(uint32_t* out_wiphy_index) { in GetWiphyIndex() function in android::wificond::NetlinkUtils157 return GetWiphyIndex(out_wiphy_index, ""); in GetWiphyIndex()
234 if (netlink_utils_->GetWiphyIndex(&wiphy_index) && in MarkDownAllInterfaces()329 if (!netlink_utils_->GetWiphyIndex(&wiphy_index_, iface_name)) { in RefreshWiphyIndex()