OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUnconfigured
(Results
1 - 11
of
11
) sorted by null
/external/libweave/src/privet/
wifi_ssid_generator_unittest.cc
31
wifi_.connection_state_ = ConnectionState{ConnectionState::
kUnconfigured
};
32
gcd_.connection_state_ = ConnectionState{ConnectionState::
kUnconfigured
};
41
wifi_.connection_state_ = ConnectionState{ConnectionState::
kUnconfigured
};
51
wifi_.connection_state_ = ConnectionState{ConnectionState::
kUnconfigured
};
52
gcd_.connection_state_ = ConnectionState{ConnectionState::
kUnconfigured
};
61
wifi_.connection_state_ = ConnectionState{ConnectionState::
kUnconfigured
};
privet_types.cc
37
{ConnectionState::
kUnconfigured
, "unconfigured"},
privet_types.h
74
kUnconfigured
,
wifi_ssid_generator.cc
34
case ConnectionState::
kUnconfigured
:
cloud_delegate.cc
138
return connection_state_.status() > ConnectionState::
kUnconfigured
243
if (status == GcdState::
kUnconfigured
||
245
connection_state_ = ConnectionState{ConnectionState::
kUnconfigured
};
wifi_bootstrap_manager.cc
261
connection_state_ = ConnectionState{ConnectionState::
kUnconfigured
};
/external/libweave/src/
registration_status.cc
14
{GcdState::
kUnconfigured
, "unconfigured"},
device_registration_info.h
350
GcdState gcd_state_{GcdState::
kUnconfigured
};
device_registration_info_unittest.cc
591
EXPECT_EQ(GcdState::
kUnconfigured
, GetGcdState());
device_registration_info.cc
261
revoked ? GcdState::kInvalidCredentials : GcdState::
kUnconfigured
;
[
all
...]
/external/libweave/include/weave/
device.h
28
kUnconfigured
, // Device was not registered.
Completed in 368 milliseconds