Searched refs:GetStateString (Results 1 – 10 of 10) sorted by relevance
175 string Cellular::GetStateString(State state) { in GetStateString() function in shill::Cellular233 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()
193 Cellular::GetStateString(cellular()->state())); in Activate()
652 TEST_F(CellularTest, GetStateString) { in TEST_F() argument654 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()
111 Cellular::GetStateString(cellular()->state())); in CompleteActivation()
139 static std::string GetStateString(State state);
445 adaptor_->EmitStringChanged(kStateProperty, GetStateString()); in SetState()1268 string Service::GetStateString() const { in GetStateString() function in shill::Service1293 return GetStateString(); in CalculateState()
207 std::string GetStateString() const;
748 service.GetStateString().c_str()).c_str()); in NotifyServiceStateChanged()
2106 string connection_state = service ? service->GetStateString() : kStateIdle; in RefreshConnectionState()
624 << " is the current service (but, in " << GetStateString() in Connect()