Home | History | Annotate | Download | only in wifi

Lines Matching refs:WiFiService

21 // WiFiService interface used by implementation of chrome.networkingPrivate
25 class WIFI_EXPORT WiFiService {
31 virtual ~WiFiService() {}
33 // Initialize WiFiService, store |task_runner| for posting worker tasks.
37 // UnInitialize WiFiService.
40 // Create instance of |WiFiService| for normal use.
41 static WiFiService* Create();
42 // Create instance of |WiFiService| for unit test use.
43 static WiFiService* CreateForTest();
109 WiFiService() {}
156 DISALLOW_COPY_AND_ASSIGN(WiFiService);