Home | History | Annotate | Download | only in network

Lines Matching refs:ManagedState

17 bool ManagedState::Matches(const NetworkTypePattern& pattern) const {
22 std::string ManagedState::TypeToString(ManagedType type) {
32 ManagedState::ManagedState(ManagedType type, const std::string& path)
39 ManagedState::~ManagedState() {
42 ManagedState* ManagedState::Create(ManagedType type, const std::string& path) {
52 NetworkState* ManagedState::AsNetworkState() {
58 DeviceState* ManagedState::AsDeviceState() {
64 bool ManagedState::InitialPropertiesReceived(
69 void ManagedState::GetStateProperties(base::DictionaryValue* dictionary) const {
74 bool ManagedState::ManagedStatePropertyChanged(const std::string& key,
84 bool ManagedState::GetBooleanValue(const std::string& key,
98 bool ManagedState::GetIntegerValue(const std::string& key,
112 bool ManagedState::GetStringValue(const std::string& key,
126 bool ManagedState::GetUInt32Value(const std::string& key,