HomeSort by relevance Sort by last modified time
    Searched full:bool_properties_ (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
property_store.cc 49 return (ContainsKey(bool_properties_, prop) ||
241 return GetProperty(name, value, error, bool_properties_, "a bool");
336 return SetProperty(name, value, error, &bool_properties_, "a bool");
433 if (ContainsKey(bool_properties_, name)) {
434 bool_properties_[name]->Clear(error);
477 return ReadablePropertyConstIterator<bool>(bool_properties_);
560 DCHECK(!Contains(name) || ContainsKey(bool_properties_, name))
562 bool_properties_[name] = BoolAccessor(new PropertyAccessor<bool>(prop));
566 DCHECK(!Contains(name) || ContainsKey(bool_properties_, name))
568 bool_properties_[name] = BoolAccessor(new ConstPropertyAccessor<bool>(prop))
    [all...]
property_store.h 290 std::map<std::string, BoolAccessor> bool_properties_; member in class:shill::PropertyStore

Completed in 158 milliseconds