OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sta_network
(Results
1 - 2
of
2
) sorted by null
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_hidl_test_utils.cpp
202
sp<ISupplicantStaNetwork>
sta_network
;
local
209
sta_network
= ISupplicantStaNetwork::castFrom(network);
214
return
sta_network
;
supplicant_sta_iface_hidl_test.cpp
208
sp<ISupplicantStaNetwork>
sta_network
= createSupplicantStaNetwork();
local
209
EXPECT_NE(nullptr,
sta_network
.get());
Completed in 113 milliseconds