Lines Matching defs:ifname1
117 std::string ifname1;
118 wifiChip->GetApService(ifname1, apIface);
119 wifiChip->RemoveApService(ifname1);
121 EXPECT_TRUE(wifiChip->GetApService(ifname1, apIface) == HDF_FAILURE);
145 std::string ifname1;
146 wifiChip->GetP2pService(ifname1, p2pIface);
147 wifiChip->RemoveP2pService(ifname1);
149 EXPECT_TRUE(wifiChip->GetP2pService(ifname1, p2pIface) == HDF_FAILURE);
174 std::string ifname1;
175 wifiChip->GetStaService(ifname1, staIface);
176 wifiChip->RemoveStaService(ifname1);
178 EXPECT_TRUE(wifiChip->GetStaService(ifname1, staIface) == HDF_FAILURE);