HomeSort by relevance Sort by last modified time
    Searched full:supplicant_started (Results 1 - 1 of 1) sorted by null

  /system/connectivity/wificond/tests/integration/
service_test.cpp 47 bool supplicant_started = false; local
48 EXPECT_TRUE(service->enableSupplicant(&supplicant_started).isOk());
49 EXPECT_TRUE(supplicant_started);
70 bool supplicant_started = false; local
71 EXPECT_TRUE(service->enableSupplicant(&supplicant_started).isOk());
72 EXPECT_TRUE(supplicant_started);

Completed in 75 milliseconds