OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartHostapd
(Results
1 - 8
of
8
) sorted by null
/frameworks/opt/net/wifi/libwifi_system/testlib/include/wifi_system_test/
mock_hostapd_manager.h
30
MOCK_METHOD0(
StartHostapd
, bool());
/frameworks/opt/net/wifi/libwifi_system/
hostapd_manager.cpp
26
bool HostapdManager::
StartHostapd
() {
/frameworks/opt/net/wifi/libwifi_system/include/wifi_system/
hostapd_manager.h
41
virtual bool
StartHostapd
();
/system/connectivity/wificond/tests/
ap_interface_impl_unittest.cpp
93
EXPECT_CALL(*hostapd_manager_,
StartHostapd
())
95
EXPECT_FALSE(ap_interface_->
StartHostapd
());
99
EXPECT_CALL(*hostapd_manager_,
StartHostapd
())
101
EXPECT_TRUE(ap_interface_->
StartHostapd
());
154
EXPECT_CALL(*hostapd_manager_,
StartHostapd
()).WillOnce(Return(true));
158
EXPECT_TRUE(binder->
startHostapd
(callback, &out_success).isOk());
179
EXPECT_CALL(*hostapd_manager_,
StartHostapd
()).WillOnce(Return(true));
183
EXPECT_TRUE(binder->
startHostapd
(callback, &out_success).isOk());
/system/connectivity/wificond/
ap_interface_impl.cpp
86
bool ApInterfaceImpl::
StartHostapd
() {
87
return hostapd_manager_->
StartHostapd
();
ap_interface_impl.h
53
bool
StartHostapd
();
ap_interface_binder.cpp
76
binder::Status ApInterfaceBinder::
startHostapd
(
83
*out_success = impl_->
StartHostapd
();
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/
hostapd_hidl_test_utils.cpp
128
ASSERT_TRUE(hostapd_manager.
StartHostapd
());
Completed in 163 milliseconds