OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStatePortal
(Results
1 - 14
of
14
) sorted by null
/system/connectivity/shill/cellular/
active_passive_out_of_credits_detector.cc
102
case Service::
kStatePortal
:
active_passive_out_of_credits_detector_unittest.cc
258
SetMockServiceState(Service::kStateConfiguring, Service::
kStatePortal
);
259
SetMockServiceState(Service::
kStatePortal
, Service::kStateOnline);
/system/connectivity/shill/
service.cc
388
state ==
kStatePortal
||
[
all
...]
device_unittest.cc
[
all
...]
service.h
138
kStatePortal
,
239
return state() ==
kStatePortal
;
[
all
...]
device.cc
[
all
...]
metrics.cc
[
all
...]
metrics_unittest.cc
163
metrics_.NotifyServiceStateChanged(*service_, Service::
kStatePortal
);
[
all
...]
service_unittest.cc
[
all
...]
manager_unittest.cc
[
all
...]
/external/cros/system_api/dbus/shill/
dbus-constants.h
208
const char
kStatePortal
[] = "portal";
[
all
...]
/system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.cc
342
brillo::Any(std::string(shill::
kStatePortal
)),
/system/weaved/buffet/
shill_client.cc
75
(state.compare(shill::
kStatePortal
) == 0) ||
/system/connectivity/shill/wifi/
wifi_service_unittest.cc
569
wifi_service->SetState(Service::
kStatePortal
);
[
all
...]
Completed in 990 milliseconds