Searched refs:Stringmaps (Results 1 - 19 of 19) sorted by relevance

/system/connectivity/shill/
H A Dcallbacks.h46 typedef base::Callback<void(const Stringmaps&,
H A Daccessor_interface.h70 typedef std::vector<Stringmap> Stringmaps; typedef in namespace:shill
87 typedef std::shared_ptr<AccessorInterface<Stringmaps>> StringmapsAccessor;
H A Dproperty_store_unittest.h43 Stringmaps, Strings, uint8_t, uint16_t, Uint16s,
102 Stringmaps* storage, Error* error) {
159 PropertyStore* store, const std::string& name, Stringmaps* storage) {
H A Dproperty_store.h71 bool GetStringmapsProperty(const std::string& name, Stringmaps* values,
188 ReadablePropertyConstIterator<Stringmaps> GetStringmapsPropertiesIter() const;
227 void RegisterStringmaps(const std::string& name, Stringmaps* prop);
228 void RegisterConstStringmaps(const std::string& name, const Stringmaps* prop);
229 void RegisterWriteOnlyStringmaps(const std::string& name, Stringmaps* prop);
H A Dproperty_store.cc85 } else if (value.IsTypeCompatible<Stringmaps>()) {
177 ReadablePropertyConstIterator<Stringmaps> it =
284 Stringmaps* values,
518 ReadablePropertyConstIterator<Stringmaps>
521 return ReadablePropertyConstIterator<Stringmaps>(stringmaps_properties_);
663 void PropertyStore::RegisterStringmaps(const string& name, Stringmaps* prop) {
667 StringmapsAccessor(new PropertyAccessor<Stringmaps>(prop));
671 const Stringmaps* prop) {
675 StringmapsAccessor(new ConstPropertyAccessor<Stringmaps>(prop));
679 Stringmaps* pro
[all...]
H A Dproperty_store_unittest.cc70 brillo::Any(Stringmaps());
222 template<> bool PropertyStoreTypedTest<Stringmaps>::SetProperty(
224 Stringmaps new_value(1);
290 // SetAnyProperty doesn't support Stringmaps.
446 Stringmaps values[2];
456 ReadablePropertyConstIterator<Stringmaps> it =
467 Stringmaps test_value;
H A Dadaptor_interfaces.h49 const Stringmaps& value) = 0;
H A Dmock_adaptors.h50 const Stringmaps& value));
/system/connectivity/shill/cellular/
H A Dcellular.h217 void OnScanReply(const Stringmaps& found_networks, const Error& error);
257 const Stringmaps& found_networks() const { return found_networks_; }
260 const Stringmaps& apn_list() const { return apn_list_; }
285 void set_found_networks(const Stringmaps& found_networks);
288 void set_apn_list(const Stringmaps& apn_list);
529 Stringmaps found_networks_;
533 Stringmaps apn_list_;
H A Dcellular.cc559 void Cellular::OnScanReply(const Stringmaps& found_networks,
1383 void Cellular::set_found_networks(const Stringmaps& found_networks) {
1384 // There is no canonical form of a Stringmaps value.
1415 void Cellular::set_apn_list(const Stringmaps& apn_list) {
1416 // There is no canonical form of a Stringmaps value.
1485 Stringmaps apn_list_dict;
H A Dcellular_capability_classic_unittest.cc396 const Stringmaps kDatabaseApnList {{{ kApnProperty, kTmobileApn1 }},
H A Dcellular_unittest.cc465 static const Stringmaps kTestNetworksGSM;
466 static const Stringmaps kTestNetworksCellular;
640 const Stringmaps CellularTest::kTestNetworksGSM =
645 const Stringmaps CellularTest::kTestNetworksCellular =
H A Dcellular_capability_gsm.cc552 Stringmaps found_networks;
H A Dcellular_capability_universal.cc997 Stringmaps found_networks;
/system/connectivity/shill/binder/
H A Ddevice_binder_adaptor.cc83 const Stringmaps& /*value*/) {
H A Ddevice_binder_adaptor.h72 const Stringmaps& value) override;
/system/connectivity/shill/dbus/
H A Dchromeos_device_dbus_adaptor.h60 const Stringmaps& value) override;
H A Dchromeos_device_dbus_adaptor.cc98 const Stringmaps& value) {
H A Dchromeos_manager_dbus_adaptor.cc407 Stringmaps value;
408 // Convert GeolocationInfos to their Stringmaps equivalent.

Completed in 235 milliseconds