OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopHostapd
(Results
1 - 8
of
8
) sorted by null
/frameworks/opt/net/wifi/libwifi_system/testlib/include/wifi_system_test/
mock_hostapd_manager.h
32
MOCK_METHOD0(
StopHostapd
, bool());
/frameworks/opt/net/wifi/libwifi_system/
hostapd_manager.cpp
36
bool HostapdManager::
StopHostapd
() {
/frameworks/opt/net/wifi/libwifi_system/include/wifi_system/
hostapd_manager.h
45
virtual bool
StopHostapd
();
/system/connectivity/wificond/
ap_interface_impl.cpp
90
bool ApInterfaceImpl::
StopHostapd
() {
92
if (!hostapd_manager_->
StopHostapd
()) {
ap_interface_impl.h
54
bool
StopHostapd
();
ap_interface_binder.cpp
90
binder::Status ApInterfaceBinder::
stopHostapd
(bool* out_success) {
96
*out_success = impl_->
StopHostapd
();
/system/connectivity/wificond/tests/
ap_interface_impl_unittest.cpp
105
EXPECT_CALL(*hostapd_manager_,
StopHostapd
())
107
EXPECT_FALSE(ap_interface_->
StopHostapd
());
111
EXPECT_CALL(*hostapd_manager_,
StopHostapd
())
118
EXPECT_TRUE(ap_interface_->
StopHostapd
());
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/
hostapd_hidl_test_utils.cpp
111
void
stopHostapd
() {
114
ASSERT_TRUE(hostapd_manager.
StopHostapd
());
Completed in 341 milliseconds