Searched refs:connection_state (Results 1 – 3 of 3) sorted by relevance
43 __u8 connection_state; member
995 int connection_state = IDS_STATUSBAR_NETWORK_DEVICE_DISCONNECTED; in GetNetwork() local997 connection_state = IDS_STATUSBAR_NETWORK_DEVICE_CONNECTED; in GetNetwork()999 connection_state = IDS_STATUSBAR_NETWORK_DEVICE_CONNECTING; in GetNetwork()1001 connection_state = IDS_STATUSBAR_NETWORK_DEVICE_NOT_CONFIGURED; in GetNetwork()1002 std::string status = l10n_util::GetStringUTF8(connection_state); in GetNetwork()
284 ConnectionState connection_state() const { return state_; } in connection_state() function