Searched refs:ApInterfaceImpl (Results 1 – 7 of 7) sorted by relevance
41 ApInterfaceImpl::ApInterfaceImpl(const string& interface_name, in ApInterfaceImpl() function in android::wificond::ApInterfaceImpl59 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()
41 class ApInterfaceImpl {43 ApInterfaceImpl(const std::string& interface_name,48 ~ApInterfaceImpl();79 DISALLOW_COPY_AND_ASSIGN(ApInterfaceImpl);
27 class ApInterfaceImpl; variable31 explicit ApInterfaceBinder(ApInterfaceImpl* impl);52 ApInterfaceImpl* impl_;
29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) : impl_{impl} { in ApInterfaceBinder()
123 unique_ptr<ApInterfaceImpl> ap_interface(new ApInterfaceImpl( in createApInterface()
118 std::vector<std::unique_ptr<ApInterfaceImpl>> ap_interfaces_;
70 unique_ptr<ApInterfaceImpl> ap_interface_;73 ap_interface_.reset(new ApInterfaceImpl( in SetUp()132 ap_interface_.reset(new ApInterfaceImpl( in TEST_F()