Searched refs:int32_properties_ (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dproperty_store.cc51 ContainsKey(int32_properties_, prop) ||
253 return GetProperty(name, value, error, int32_properties_, "an int32_t");
348 return SetProperty(name, value, error, &int32_properties_, "an int32_t.");
437 } else if (ContainsKey(int32_properties_, name)) {
438 int32_properties_[name]->Clear(error);
487 return ReadablePropertyConstIterator<int32_t>(int32_properties_);
599 DCHECK(!Contains(name) || ContainsKey(int32_properties_, name))
601 int32_properties_[name] = Int32Accessor(new PropertyAccessor<int32_t>(prop));
606 DCHECK(!Contains(name) || ContainsKey(int32_properties_, name))
608 int32_properties_[nam
[all...]
H A Dproperty_store.h292 std::map<std::string, Int32Accessor> int32_properties_; member in class:shill::PropertyStore

Completed in 60 milliseconds