Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager_unittest.cc3923 scoped_refptr<MockService> wimax_service( in TEST_F() local
3929 EXPECT_CALL(*wimax_service.get(), state()) in TEST_F()
3931 EXPECT_CALL(*wimax_service.get(), IsConnected()) in TEST_F()
3933 EXPECT_CALL(*wimax_service.get(), IsVisible()) in TEST_F()
3935 wimax_service->SetAutoConnect(true); in TEST_F()
3936 wimax_service->SetConnectable(true); in TEST_F()
3937 EXPECT_CALL(*wimax_service.get(), technology()) in TEST_F()
3939 EXPECT_CALL(*wimax_service.get(), explicitly_disconnected()) in TEST_F()
3941 manager()->RegisterService(wimax_service); in TEST_F()
3962 EXPECT_TRUE(ServiceOrderIs(wifi_service2, wimax_service)); in TEST_F()
[all …]
Dshill.gyp423 'wimax/wimax_service.cc',