Home
last modified time | relevance | path

Searched refs:ApInterfaceImpl (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/wificond/
Dap_interface_impl.cpp41 ApInterfaceImpl::ApInterfaceImpl(const string& interface_name, in ApInterfaceImpl() function in android::wificond::ApInterfaceImpl
59 std::bind(&ApInterfaceImpl::OnStationEvent, in ApInterfaceImpl()
64 ApInterfaceImpl::~ApInterfaceImpl() { in ~ApInterfaceImpl()
70 sp<IApInterface> ApInterfaceImpl::GetBinder() const { in GetBinder()
74 void ApInterfaceImpl::Dump(std::stringstream* ss) const { in Dump()
83 bool ApInterfaceImpl::StartHostapd() { in StartHostapd()
87 bool ApInterfaceImpl::StopHostapd() { in StopHostapd()
113 bool ApInterfaceImpl::WriteHostapdConfig(const vector<uint8_t>& ssid, in WriteHostapdConfig()
128 void ApInterfaceImpl::OnStationEvent(StationEvent event, in OnStationEvent()
148 int ApInterfaceImpl::GetNumberOfAssociatedStations() const { in GetNumberOfAssociatedStations()
Dap_interface_impl.h41 class ApInterfaceImpl {
43 ApInterfaceImpl(const std::string& interface_name,
48 ~ApInterfaceImpl();
79 DISALLOW_COPY_AND_ASSIGN(ApInterfaceImpl);
Dap_interface_binder.h27 class ApInterfaceImpl; variable
31 explicit ApInterfaceBinder(ApInterfaceImpl* impl);
52 ApInterfaceImpl* impl_;
Dap_interface_binder.cpp29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) : impl_{impl} { in ApInterfaceBinder()
Dserver.cpp123 unique_ptr<ApInterfaceImpl> ap_interface(new ApInterfaceImpl( in createApInterface()
Dserver.h118 std::vector<std::unique_ptr<ApInterfaceImpl>> ap_interfaces_;
/system/connectivity/wificond/tests/
Dap_interface_impl_unittest.cpp70 unique_ptr<ApInterfaceImpl> ap_interface_;
73 ap_interface_.reset(new ApInterfaceImpl( in SetUp()
132 ap_interface_.reset(new ApInterfaceImpl( in TEST_F()