Searched refs:SetInterfaceMode (Results 1 – 6 of 6) sorted by relevance
36 MOCK_METHOD2(SetInterfaceMode,
107 EXPECT_CALL(*netlink_utils_, SetInterfaceMode( in TEST_F()
148 EXPECT_TRUE(netlink_utils_->SetInterfaceMode(kFakeInterfaceIndex, in TEST_F()159 EXPECT_FALSE(netlink_utils_->SetInterfaceMode(kFakeInterfaceIndex, in TEST_F()
104 if (!netlink_utils_->SetInterfaceMode(interface_index_, in StopHostapd()
154 virtual bool SetInterfaceMode(uint32_t interface_index,
164 bool NetlinkUtils::SetInterfaceMode(uint32_t interface_index, in SetInterfaceMode() function in android::wificond::NetlinkUtils