OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sta_iface_
(Results
1 - 2
of
2
) sorted by null
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_sta_iface_hidl_test.cpp
69
sta_iface_
= getSupplicantStaIface();
70
ASSERT_NE(
sta_iface_
.get(), nullptr);
79
sp<ISupplicantStaIface>
sta_iface_
;
member in class:SupplicantStaIfaceHidlTest
172
sta_iface_
->registerCallback(
182
const auto& status_and_interface_name = HIDL_INVOKE(
sta_iface_
, getName);
192
const auto& status_and_interface_type = HIDL_INVOKE(
sta_iface_
, getType);
202
sta_iface_
->listNetworks([](const SupplicantStatus& status,
211
sta_iface_
->listNetworks([](const SupplicantStatus& status,
222
sta_iface_
->reassociate([](const SupplicantStatus& status) {
231
sta_iface_
->reconnect([](const SupplicantStatus& status)
[
all
...]
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/
supplicant_sta_iface_hidl_test.cpp
43
sta_iface_
= getSupplicantStaIface_1_1();
44
ASSERT_NE(
sta_iface_
.get(), nullptr);
51
sp<ISupplicantStaIface>
sta_iface_
;
member in class:SupplicantStaIfaceHidlTest
135
sta_iface_
->registerCallback_1_1(
Completed in 220 milliseconds