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