Searched refs:iface_tool_ (Results 1 – 10 of 10) sorted by relevance
44 : iface_tool_(iface_tool), in WifiIfaceUtil()50 return iface_tool_.lock()->GetFactoryMacAddress(iface_name.c_str()); in getFactoryMacAddress()55 if (!iface_tool_.lock()->SetUpState(iface_name.c_str(), false)) { in setMacAddress()59 if (!iface_tool_.lock()->SetMacAddress(iface_name.c_str(), mac)) { in setMacAddress()63 if (!iface_tool_.lock()->SetUpState(iface_name.c_str(), true)) { in setMacAddress()
63 std::weak_ptr<wifi_system::InterfaceTool> iface_tool_; variable
81 std::shared_ptr<wifi_system::InterfaceTool> iface_tool_; variable
42 : iface_tool_(iface_tool), in Wifi()
341 iface_tool_(iface_tool) {} in WifiLegacyHal()376 if (!iface_tool_.lock()->SetWifiUpState(true)) { in start()412 iface_tool_.lock()->SetWifiUpState(false); in stop()
394 std::weak_ptr<wifi_system::InterfaceTool> iface_tool_; variable
49 std::shared_ptr<NiceMock<wifi_system::MockInterfaceTool>> iface_tool_{ member in android::hardware::wifi::V1_3::implementation::iface_util::WifiIfaceUtilTest51 WifiIfaceUtil* iface_util_ = new WifiIfaceUtil(iface_tool_);67 EXPECT_CALL(*iface_tool_, SetMacAddress(testing::_, testing::_)) in TEST_F()69 EXPECT_CALL(*iface_tool_, SetUpState(testing::_, testing::_)) in TEST_F()
46 std::shared_ptr<NiceMock<wifi_system::MockInterfaceTool>> iface_tool_{ member in android::hardware::wifi::V1_3::implementation::WifiApIfaceTest49 new NiceMock<legacy_hal::MockWifiLegacyHal>(iface_tool_)};51 new NiceMock<iface_util::MockWifiIfaceUtil>(iface_tool_)};
106 std::shared_ptr<NiceMock<wifi_system::MockInterfaceTool>> iface_tool_{ member in android::hardware::wifi::V1_3::implementation::WifiNanIfaceTest109 new NiceMock<legacy_hal::MockWifiLegacyHal>(iface_tool_)};111 new NiceMock<iface_util::MockWifiIfaceUtil>(iface_tool_)};
267 std::shared_ptr<NiceMock<wifi_system::MockInterfaceTool>> iface_tool_{ member in android::hardware::wifi::V1_3::implementation::WifiChipTest270 new NiceMock<legacy_hal::MockWifiLegacyHal>(iface_tool_)};274 new NiceMock<iface_util::MockWifiIfaceUtil>(iface_tool_)};