Searched refs:SetInterfaceMode (Results 1 – 4 of 4) sorted by relevance
42 MOCK_METHOD2(SetInterfaceMode,
347 EXPECT_TRUE(netlink_utils_->SetInterfaceMode(kFakeInterfaceIndex, in TEST_F()358 EXPECT_FALSE(netlink_utils_->SetInterfaceMode(kFakeInterfaceIndex, in TEST_F()
189 virtual bool SetInterfaceMode(uint32_t interface_index,
231 bool NetlinkUtils::SetInterfaceMode(uint32_t interface_index, in SetInterfaceMode() function in android::wificond::NetlinkUtils