/system/connectivity/shill/ |
D | key_value_store_unittest.cc | 81 store_.SetInt(kKey, kValue); in TEST_F() 244 store_.SetInt(kIntKey, kIntValue); in TEST_F() 347 first.SetInt("intKey", 123); in TEST_F() 348 second.SetInt("intOtherKey", 123); in TEST_F() 353 first.SetInt("intKey", 123); in TEST_F() 354 second.SetInt("intKey", 456); in TEST_F() 370 key_value0.SetInt("intKey", 123); in TEST_F() 372 key_value1.SetInt("intOtherKey", 123); in TEST_F() 506 first.SetInt("intKey", 123); in TEST_F() 507 first.SetInt("int16Key", 123); in TEST_F() [all …]
|
D | static_ip_parameters_unittest.cc | 160 args.SetInt(kMtuProperty, kMtu + version); in SetStaticDictPropertiesWithVersion() 167 args.SetInt(kPrefixlenProperty, kPrefixLen + version); in SetStaticDictPropertiesWithVersion() 264 EXPECT_CALL(store, SetInt(kID, "StaticIP.Mtu", kMtu)) in TEST_F() 270 EXPECT_CALL(store, SetInt(kID, "StaticIP.Prefixlen", kPrefixLen)) in TEST_F()
|
D | static_ip_parameters.cc | 160 args_.SetInt(property.name, value); in Load() 207 storage->SetInt(storage_id, name, args_.GetInt(property.name)); in Save() 238 saved_args_.SetInt(property, *value_out); in ApplyInt() 420 args_.SetInt(kProperties[index].name, value); in SetMappedInt32Property()
|
D | store_interface.h | 122 virtual bool SetInt(const std::string& group,
|
D | mock_store.h | 67 MOCK_METHOD3(SetInt, bool(const std::string& group,
|
D | stub_storage.h | 79 bool SetInt(const std::string& group, in SetInt() function
|
D | pending_activation_store_unittest.cc | 235 SetInt(PendingActivationStore::kIccidGroupId, kEntry, _)) in TEST_F() 251 SetInt(PendingActivationStore::kIccidGroupId, kEntry, _)) in TEST_F()
|
D | key_file_store.h | 70 bool SetInt(const std::string& group,
|
D | fake_store.h | 68 bool SetInt(const std::string& group,
|
D | pending_activation_store.cc | 161 if (!storage_->SetInt( in SetActivationState()
|
D | key_file_store_unittest.cc | 245 args.SetInt(kAttributeB, kValueB_0); in TEST_F() 442 TEST_F(KeyFileStoreTest, SetInt) { in TEST_F() argument 449 ASSERT_TRUE(store_->SetInt(kGroup, kKey1, kValue1)); in TEST_F() 450 ASSERT_TRUE(store_->SetInt(kGroup, kKey2, kValue2)); in TEST_F() 829 EXPECT_TRUE(store_->SetInt(kGroupB, kKeyInt, kValueIntBNew)); in TEST_F()
|
D | json_store_unittest.cc | 121 EXPECT_TRUE(store_->SetInt("group_a", "knob_1", our_value)); in TEST_F() 218 ASSERT_TRUE(store_->SetInt("group_a", "int_knob", -1)); in TEST_F() 307 EXPECT_TRUE(store_->SetInt("group_a", "knob_1", -1)); in TEST_F() 467 store_->SetInt("group_a", "knob_3", 1); in TEST_F() 983 store_->SetInt("group_a", "int_knob", 1); in TEST_F()
|
D | json_store.h | 69 bool SetInt(const std::string& group,
|
D | default_profile.cc | 195 storage()->SetInt(kStorageId, kStorageConnectionIdSalt, in Save()
|
D | key_value_store.h | 96 void SetInt(const std::string& name, int32_t value);
|
D | fake_store.cc | 177 bool FakeStore::SetInt(const string& group, const string& key, int value) { in SetInt() function in shill::FakeStore
|
D | service_unittest.cc | 1228 args.SetInt(kPriorityProperty, kPriority1); in TEST_F() 1262 key_value_store1.SetInt("key1", 1); in TEST_F() 1288 key_value_store1.SetInt("key1", 1); in TEST_F() 1295 args.SetInt(kPriorityProperty, kPriority0); in TEST_F() 1305 args.SetInt(kPriorityProperty, kPriority0); in TEST_F() 1315 args.SetInt(kPriorityProperty, kPriority0); in TEST_F() 1325 args.SetInt(kPriorityProperty, kPriority1); in TEST_F() 1335 args.SetInt(kPriorityProperty, kPriority0); in TEST_F() 1345 args.SetInt(kPriorityProperty, kPriority0); in TEST_F()
|
D | key_file_store.cc | 295 bool KeyFileStore::SetInt(const string& group, const string& key, int value) { in SetInt() function in shill::KeyFileStore
|
D | service.cc | 629 storage->SetInt(id, kStoragePriority, priority_); in Save() 634 storage->SetInt(id, kStoragePriorityWithinTechnology, in Save() 643 storage->SetInt(id, kStorageConnectionId, connection_id_); in Save()
|
D | key_value_store.cc | 262 void KeyValueStore::SetInt(const string& name, int32_t value) { in SetInt() function in shill::KeyValueStore
|
D | json_store.cc | 572 bool JsonStore::SetInt(const string& group, const string& key, int value) { in SetInt() function in shill::JsonStore
|
D | device_unittest.cc | 788 service->static_ip_parameters_.args_.SetInt(kPrefixlenProperty, 16); in TEST_F() 1754 parameters->args_.SetInt(kPrefixlenProperty, 16); in TEST_F()
|
/system/connectivity/shill/pppoe/ |
D | pppoe_service.cc | 175 storage->SetInt(id, kPPPoELCPEchoIntervalProperty, lcp_echo_interval_); in Save() 176 storage->SetInt(id, kPPPoELCPEchoFailureProperty, lcp_echo_failure_); in Save() 177 storage->SetInt(id, kPPPoEMaxAuthFailureProperty, max_auth_failure_); in Save()
|
/system/connectivity/shill/wifi/ |
D | wifi_service.cc | 658 params.SetInt(WPASupplicant::kNetworkPropertyFrequency, frequency_); in GetSupplicantConfigurationParameters()
|
/system/connectivity/shill/cellular/ |
D | cellular_unittest.cc | 1858 modem_properties.SetInt(MM_MODEM_PROPERTY_STATE, in TEST_F() 1958 modem_properties.SetInt(MM_MODEM_PROPERTY_STATE, in TEST_F()
|