Home
last modified time | relevance | path

Searched refs:GetStateString (Results 1 – 10 of 10) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular.cc175 string Cellular::GetStateString(State state) { in GetStateString() function in shill::Cellular
233 SLOG(this, 2) << GetStateString(state_) << " -> " in SetState()
234 << GetStateString(state); in SetState()
259 SLOG(this, 2) << __func__ << ": " << GetStateString(state_); in Start()
275 SLOG(this, 2) << __func__ << ": " << GetStateString(state_); in Stop()
317 SLOG(this, 2) << __func__ << ": " << GetStateString(state_); in StartModemCallback()
329 SLOG(this, 2) << __func__ << ": " << GetStateString(state_); in StopModemCallback()
576 << ": (new state " << GetStateString(state_) << ")"; in HandleNewRegistrationState()
798 << GetStateString(state_); in OnDisconnected()
819 << GetStateString(state_); in OnDisconnectFailed()
Dcellular_capability_cdma.cc193 Cellular::GetStateString(cellular()->state())); in Activate()
Dcellular_unittest.cc652 TEST_F(CellularTest, GetStateString) { in TEST_F() argument
654 Cellular::GetStateString(Cellular::kStateDisabled)); in TEST_F()
656 Cellular::GetStateString(Cellular::kStateEnabled)); in TEST_F()
658 Cellular::GetStateString(Cellular::kStateRegistered)); in TEST_F()
660 Cellular::GetStateString(Cellular::kStateConnected)); in TEST_F()
662 Cellular::GetStateString(Cellular::kStateLinked)); in TEST_F()
Dcellular_capability_universal_cdma.cc111 Cellular::GetStateString(cellular()->state())); in CompleteActivation()
Dcellular.h139 static std::string GetStateString(State state);
/system/connectivity/shill/
Dservice.cc445 adaptor_->EmitStringChanged(kStateProperty, GetStateString()); in SetState()
1268 string Service::GetStateString() const { in GetStateString() function in shill::Service
1293 return GetStateString(); in CalculateState()
Dservice.h207 std::string GetStateString() const;
Dmetrics.cc748 service.GetStateString().c_str()).c_str()); in NotifyServiceStateChanged()
Dmanager.cc2106 string connection_state = service ? service->GetStateString() : kStateIdle; in RefreshConnectionState()
/system/connectivity/shill/wifi/
Dwifi_service.cc624 << " is the current service (but, in " << GetStateString() in Connect()