Home
last modified time | relevance | path

Searched refs:SupplicantHidlTest (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_hidl_test.cpp37 class SupplicantHidlTest class
67 TEST_P(SupplicantHidlTest, Create) { in TEST_P() argument
79 TEST_P(SupplicantHidlTest, ListInterfaces) { in TEST_P() argument
104 TEST_P(SupplicantHidlTest, GetInterface) { in TEST_P() argument
125 TEST_P(SupplicantHidlTest, SetDebugParams) { in TEST_P() argument
142 TEST_P(SupplicantHidlTest, GetDebugLevel) { in TEST_P() argument
160 TEST_P(SupplicantHidlTest, IsDebugShowTimestampEnabled) { in TEST_P() argument
178 TEST_P(SupplicantHidlTest, IsDebugShowKeysEnabled) { in TEST_P() argument
196 TEST_P(SupplicantHidlTest, SetConcurrencyPriority) { in TEST_P() argument
210 PerInstance, SupplicantHidlTest,
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/
Dsupplicant_hidl_test.cpp38 class SupplicantHidlTest : public SupplicantHidlTestBase { class
59 TEST_P(SupplicantHidlTest, AddStaInterface) { in TEST_P() argument
76 TEST_P(SupplicantHidlTest, AddP2pInterface) { in TEST_P() argument
94 TEST_P(SupplicantHidlTest, RemoveStaInterface) { in TEST_P() argument
116 TEST_P(SupplicantHidlTest, RemoveP2pInterface) { in TEST_P() argument
140 TEST_P(SupplicantHidlTest, Terminate) { supplicant_->terminate(); } in TEST_P() argument
153 PerInstance, SupplicantHidlTest,