Searched refs:kInterfacePropertyState (Results 1 – 4 of 4) sorted by relevance
69 static const char kInterfacePropertyState[]; variable
76 const char WPASupplicant::kInterfacePropertyState[] = "State"; member in shill::WPASupplicant
257 if (!properties.ContainsString(WPASupplicant::kInterfacePropertyState)) { in PropertiesChanged()263 properties.GetString(WPASupplicant::kInterfacePropertyState))); in PropertiesChanged()
1371 if (properties.ContainsString(WPASupplicant::kInterfacePropertyState)) { in PropertiesChangedTask()1372 StateChanged(properties.GetString(WPASupplicant::kInterfacePropertyState)); in PropertiesChangedTask()