OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStateLinked
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/cellular/
cellular.cc
185
case
kStateLinked
:
579
(state_ ==
kStateLinked
|| state_ == kStateConnected) &&
584
if (state_ ==
kStateLinked
||
685
if (state_ == kStateConnected || state_ ==
kStateLinked
) {
746
if (state_ == kStateConnected || state_ ==
kStateLinked
) {
770
if (state_ != kStateConnected && state_ !=
kStateLinked
) {
863
SetState(
kStateLinked
);
888
if ((flags & IFF_UP) == 0 && state_ ==
kStateLinked
) {
[
all
...]
cellular_capability_cdma.cc
186
cellular()->state() == Cellular::
kStateLinked
) {
cellular_unittest.cc
662
Cellular::GetStateString(Cellular::
kStateLinked
));
790
EXPECT_EQ(Cellular::
kStateLinked
, device_->state_);
[
all
...]
cellular.h
71
kStateLinked
,
cellular_capability_universal_unittest.cc
[
all
...]
Completed in 227 milliseconds