Searched refs:properties_ (Results 1 - 25 of 39) sorted by relevance

12

/system/connectivity/shill/
H A Dgeolocation_info.cc33 properties_[key] = value;
38 return properties_.find(key)->second;
42 return properties_ == info.properties_;
H A Dkey_value_store.cc32 properties_.clear();
36 return properties_.empty();
40 properties_ = b.properties_;
44 return properties_ == rhs.properties_;
48 return properties_ != rhs.properties_;
52 return ContainsKey(properties_, name) &&
53 properties_
[all...]
H A Ddhcp_properties.cc83 properties_.Clear();
87 properties_.SetString(name, property_value);
97 if (properties_.Contains(name)) {
100 property_value = properties_.GetString(name);
115 to_return->properties_ = base.properties_;
116 for (const auto& it : to_merge.properties_.properties()) {
119 to_return->properties_.Set(name, value);
126 if (properties_.ContainsString(name)) {
127 *value = properties_
[all...]
H A Ddhcp_properties_unittest.cc58 EXPECT_TRUE(dhcp_properties_.properties_.IsEmpty());
89 dhcp_properties_.properties_.SetString("Hostname", kHostname);
93 EXPECT_EQ(kOverrideValue, dhcp_properties_.properties_.GetString("Hostname"));
102 EXPECT_EQ(kHostname, dhcp_properties_.properties_.GetString("Hostname"));
108 dhcp_properties_.properties_.SetString("Hostname", kHostname);
112 EXPECT_EQ(kHostname, dhcp_properties_.properties_.GetString("Hostname"));
118 dhcp_properties_.properties_.SetString("Hostname", kHostname);
139 dhcp_properties_.properties_.SetString("Hostname", kHostname);
144 EXPECT_FALSE(dhcp_properties_.properties_.ContainsString("Hostname"));
164 EXPECT_TRUE(dhcp_properties_.properties_
[all...]
H A Dipconfig.cc82 store_.RegisterConstString(kAddressProperty, &properties_.address);
84 &properties_.broadcast_address);
85 store_.RegisterConstString(kDomainNameProperty, &properties_.domain_name);
87 &properties_.accepted_hostname);
88 store_.RegisterConstString(kGatewayProperty, &properties_.gateway);
89 store_.RegisterConstString(kMethodProperty, &properties_.method);
90 store_.RegisterConstInt32(kMtuProperty, &properties_.mtu);
91 store_.RegisterConstStrings(kNameServersProperty, &properties_.dns_servers);
92 store_.RegisterConstString(kPeerAddressProperty, &properties_.peer_address);
93 store_.RegisterConstInt32(kPrefixlenProperty, &properties_
[all...]
H A Dgeolocation_info.h41 return properties_;
50 std::map<std::string, std::string> properties_; member in class:shill::GeolocationInfo
H A Ddhcp_properties.h72 const KeyValueStore& properties() const { return properties_; };
99 KeyValueStore properties_; member in class:shill::DhcpProperties
H A Dconnection_unittest.cc100 properties_.address = kIPAddress0;
101 properties_.subnet_prefix = kPrefix0;
102 properties_.gateway = kGatewayAddress0;
103 properties_.broadcast_address = kBroadcastAddress0;
104 properties_.dns_servers.push_back(kNameServer0);
105 properties_.dns_servers.push_back(kNameServer1);
106 properties_.domain_search.push_back(kSearchDomain0);
107 properties_.domain_search.push_back(kSearchDomain1);
108 properties_.address_family = IPAddress::kFamilyIPv4;
137 ipconfig_->UpdateProperties(properties_, tru
229 IPConfig::Properties properties_; member in class:shill::ConnectionTest
[all...]
/system/nativepower/daemon/
H A Dsystem_property_setter_stub.cc27 const auto it = properties_.find(key);
28 return it != properties_.end() ? it->second : std::string();
33 properties_[key] = value;
H A Dsystem_property_setter_stub.h43 std::map<std::string, std::string> properties_; member in class:android::SystemPropertySetterStub
/system/connectivity/shill/dbus/
H A Dchromeos_wimax_network_proxy.cc77 properties_.reset(
83 properties_->ConnectSignals();
84 properties_->GetAll();
103 if (!properties_->identifier.GetAndBlock()) {
107 return properties_->identifier.value();
112 if (!properties_->name.GetAndBlock()) {
116 return properties_->name.value();
121 if (!properties_->type.GetAndBlock()) {
125 return properties_->type.value();
130 if (!properties_
[all...]
H A Dchromeos_supplicant_network_proxy.cc59 properties_.reset(
75 properties_->ConnectSignals();
76 properties_->GetAll();
85 if(!properties_->enabled.SetAndBlock(enabled)) {
H A Dchromeos_wimax_device_proxy.cc81 properties_.reset(
87 properties_->ConnectSignals();
88 properties_->GetAll();
181 if (!properties_->index.GetAndBlock()) {
185 return properties_->index.value();
190 if (!properties_->name.GetAndBlock()) {
194 return properties_->name.value();
200 KeyValueStore::ConvertPathsToRpcIdentifiers(properties_->networks.value(),
H A Dchromeos_wimax_manager_proxy.cc77 properties_.reset(
83 properties_->ConnectSignals();
84 properties_->GetAll();
113 if (!properties_->devices.GetAndBlock()) {
118 KeyValueStore::ConvertPathsToRpcIdentifiers(properties_->devices.value(),
H A Dchromeos_supplicant_process_proxy.cc74 properties_.reset(
100 properties_->ConnectSignals();
101 properties_->GetAll();
183 if (!properties_->debug_level.SetAndBlock(level)) {
196 if (!properties_->debug_level.GetAndBlock()) {
200 *level = properties_->debug_level.value();
H A Dchromeos_modem_cdma_proxy.cc75 properties_.reset(
84 properties_->ConnectSignals();
85 properties_->GetAll();
133 if (!properties_->meid.GetAndBlock()) {
137 return properties_->meid.value();
H A Dchromeos_modem_gsm_card_proxy.cc61 properties_.reset(
70 properties_->ConnectSignals();
71 properties_->GetAll();
213 if (!properties_->enabled_facility_locks.GetAndBlock()) {
217 return properties_->enabled_facility_locks.value();
H A Dchromeos_modem_gsm_network_proxy.cc77 properties_.reset(
86 properties_->ConnectSignals();
87 properties_->GetAll();
150 if (!properties_->access_technology.GetAndBlock()) {
154 return properties_->access_technology.value();
H A Dchromeos_supplicant_network_proxy.h73 std::unique_ptr<PropertySet> properties_; member in class:shill::ChromeosSupplicantNetworkProxy
H A Dchromeos_wimax_manager_proxy.h79 std::unique_ptr<PropertySet> properties_; member in class:shill::ChromeosWiMaxManagerProxy
H A Dchromeos_supplicant_interface_proxy.cc73 properties_.reset(
135 properties_->ConnectSignals();
136 properties_->GetAll();
392 if (!properties_->fast_reauth.SetAndBlock(enabled)) {
403 if (!properties_->roam_threshold.SetAndBlock(threshold)) {
415 if (!properties_->scan_interval.SetAndBlock(scan_interval)) {
428 if (!properties_->disable_high_bitrates.SetAndBlock(disable_high_bitrates)) {
439 if (!properties_->sched_scan.SetAndBlock(enable)) {
450 if (!properties_->scan.SetAndBlock(enable)) {
/system/connectivity/shill/vpn/
H A Dvpn_driver.cc57 properties_(properties),
66 if ((properties_[i].flags & Property::kEphemeral)) {
69 const string property = properties_[i].property;
70 if (properties_[i].flags & Property::kArray) {
71 CHECK(!(properties_[i].flags & Property::kCredential))
81 bool loaded = (properties_[i].flags & Property::kCredential) ?
99 if ((properties_[i].flags & Property::kEphemeral)) {
102 bool credential = (properties_[i].flags & Property::kCredential);
103 const string property = properties_[i].property;
104 if (properties_[
[all...]
/system/connectivity/shill/dhcp/
H A Ddhcpv6_config.cc112 DHCPConfig::UpdateProperties(properties_, true);
133 properties_ = IPConfig::Properties();
147 properties_.method = kTypeDHCP6;
148 properties_.address_family = IPAddress::kFamilyIPv6;
154 properties_.address = value.Get<string>();
156 properties_.dns_servers = value.Get<vector<string>>();
158 properties_.domain_search = value.Get<vector<string>>();
163 properties_.delegated_prefix = value.Get<string>();
165 properties_.delegated_prefix_length = value.Get<uint32_t>();
176 if (properties_
[all...]
H A Ddhcpv6_config_unittest.cc202 EXPECT_EQ(kConfigIPAddress, config_->properties_.address);
203 EXPECT_EQ(kConfigDelegatedPrefix, config_->properties_.delegated_prefix);
205 config_->properties_.delegated_prefix_length);
206 ASSERT_EQ(1, config_->properties_.dns_servers.size());
207 EXPECT_EQ(kConfigNameServer, config_->properties_.dns_servers[0]);
208 ASSERT_EQ(1, config_->properties_.domain_search.size());
209 EXPECT_EQ(kConfigDomainSearch, config_->properties_.domain_search[0]);
212 config_->properties_.lease_duration_seconds);
H A Ddhcpv6_config.h93 IPConfig::Properties properties_; member in class:shill::DHCPv6Config

Completed in 325 milliseconds

12