Home
last modified time | relevance | path

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

/aosp12/system/connectivity/wificond/
H A Dap_interface_impl.cpp40 ApInterfaceImpl::ApInterfaceImpl(const string& interface_name, in ApInterfaceImpl() function in android::wificond::ApInterfaceImpl
55 std::bind(&ApInterfaceImpl::OnStationEvent, in ApInterfaceImpl()
60 std::bind(&ApInterfaceImpl::OnChannelSwitchEvent, this, _1, _2)); in ApInterfaceImpl()
64 ApInterfaceImpl::~ApInterfaceImpl() { in ~ApInterfaceImpl()
71 sp<IApInterface> ApInterfaceImpl::GetBinder() const { in GetBinder()
75 void ApInterfaceImpl::Dump(std::stringstream* ss) const { in Dump()
82 void ApInterfaceImpl::OnStationEvent( in OnStationEvent()
108 void ApInterfaceImpl::OnChannelSwitchEvent(uint32_t frequency, in OnChannelSwitchEvent()
H A Dap_interface_impl.h46 class ApInterfaceImpl {
48 ApInterfaceImpl(const std::string& interface_name,
52 ~ApInterfaceImpl();
72 DISALLOW_COPY_AND_ASSIGN(ApInterfaceImpl);
H A Dap_interface_binder.h33 class ApInterfaceImpl; variable
37 explicit ApInterfaceBinder(ApInterfaceImpl* impl);
58 ApInterfaceImpl* impl_;
H A Dap_interface_binder.cpp29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) in ApInterfaceBinder()
H A Dserver.h146 std::map<std::string, std::unique_ptr<ApInterfaceImpl>> ap_interfaces_;
H A Dserver.cpp134 unique_ptr<ApInterfaceImpl> ap_interface(new ApInterfaceImpl( in createApInterface()
/aosp12/system/connectivity/wificond/tests/
H A Dap_interface_impl_unittest.cpp80 unique_ptr<ApInterfaceImpl> ap_interface_;
83 ap_interface_.reset(new ApInterfaceImpl( in SetUp()
97 ap_interface_.reset(new ApInterfaceImpl( in TEST_F()
119 ap_interface_.reset(new ApInterfaceImpl( in TEST_F()
141 ap_interface_.reset(new ApInterfaceImpl( in TEST_F()