Home
last modified time | relevance | path

Searched refs:kUnconfigured (Results 1 – 11 of 11) sorted by relevance

/external/libweave/src/privet/
Dwifi_ssid_generator_unittest.cc31 wifi_.connection_state_ = ConnectionState{ConnectionState::kUnconfigured}; in TEST_F()
32 gcd_.connection_state_ = ConnectionState{ConnectionState::kUnconfigured}; in TEST_F()
41 wifi_.connection_state_ = ConnectionState{ConnectionState::kUnconfigured}; in TEST_F()
51 wifi_.connection_state_ = ConnectionState{ConnectionState::kUnconfigured}; in TEST_F()
52 gcd_.connection_state_ = ConnectionState{ConnectionState::kUnconfigured}; in TEST_F()
61 wifi_.connection_state_ = ConnectionState{ConnectionState::kUnconfigured}; in TEST_F()
Dcloud_delegate.cc138 return connection_state_.status() > ConnectionState::kUnconfigured in GetCloudId()
243 if (status == GcdState::kUnconfigured || in OnRegistrationChanged()
245 connection_state_ = ConnectionState{ConnectionState::kUnconfigured}; in OnRegistrationChanged()
Dwifi_ssid_generator.cc34 case ConnectionState::kUnconfigured: in IsSetupNeeded()
Dprivet_types.cc37 {ConnectionState::kUnconfigured, "unconfigured"},
Dprivet_types.h74 kUnconfigured, enumerator
Dwifi_bootstrap_manager.cc261 connection_state_ = ConnectionState{ConnectionState::kUnconfigured}; in UpdateConnectionState()
/external/libweave/src/
Dregistration_status.cc14 {GcdState::kUnconfigured, "unconfigured"},
Ddevice_registration_info.h350 GcdState gcd_state_{GcdState::kUnconfigured};
Ddevice_registration_info_unittest.cc591 EXPECT_EQ(GcdState::kUnconfigured, GetGcdState()); in TEST_F()
Ddevice_registration_info.cc261 revoked ? GcdState::kInvalidCredentials : GcdState::kUnconfigured;
/external/libweave/include/weave/
Ddevice.h28 kUnconfigured, // Device was not registered. enumerator