Home
last modified time | relevance | path

Searched refs:SetInt (Results 1 – 25 of 26) sorted by relevance

12

/system/connectivity/shill/
Dkey_value_store_unittest.cc81 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 …]
Dstatic_ip_parameters_unittest.cc160 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()
Dstatic_ip_parameters.cc160 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()
Dstore_interface.h122 virtual bool SetInt(const std::string& group,
Dmock_store.h67 MOCK_METHOD3(SetInt, bool(const std::string& group,
Dstub_storage.h79 bool SetInt(const std::string& group, in SetInt() function
Dpending_activation_store_unittest.cc235 SetInt(PendingActivationStore::kIccidGroupId, kEntry, _)) in TEST_F()
251 SetInt(PendingActivationStore::kIccidGroupId, kEntry, _)) in TEST_F()
Dkey_file_store.h70 bool SetInt(const std::string& group,
Dfake_store.h68 bool SetInt(const std::string& group,
Dpending_activation_store.cc161 if (!storage_->SetInt( in SetActivationState()
Dkey_file_store_unittest.cc245 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()
Djson_store_unittest.cc121 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()
Djson_store.h69 bool SetInt(const std::string& group,
Ddefault_profile.cc195 storage()->SetInt(kStorageId, kStorageConnectionIdSalt, in Save()
Dkey_value_store.h96 void SetInt(const std::string& name, int32_t value);
Dfake_store.cc177 bool FakeStore::SetInt(const string& group, const string& key, int value) { in SetInt() function in shill::FakeStore
Dservice_unittest.cc1228 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()
Dkey_file_store.cc295 bool KeyFileStore::SetInt(const string& group, const string& key, int value) { in SetInt() function in shill::KeyFileStore
Dservice.cc629 storage->SetInt(id, kStoragePriority, priority_); in Save()
634 storage->SetInt(id, kStoragePriorityWithinTechnology, in Save()
643 storage->SetInt(id, kStorageConnectionId, connection_id_); in Save()
Dkey_value_store.cc262 void KeyValueStore::SetInt(const string& name, int32_t value) { in SetInt() function in shill::KeyValueStore
Djson_store.cc572 bool JsonStore::SetInt(const string& group, const string& key, int value) { in SetInt() function in shill::JsonStore
Ddevice_unittest.cc788 service->static_ip_parameters_.args_.SetInt(kPrefixlenProperty, 16); in TEST_F()
1754 parameters->args_.SetInt(kPrefixlenProperty, 16); in TEST_F()
/system/connectivity/shill/pppoe/
Dpppoe_service.cc175 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/
Dwifi_service.cc658 params.SetInt(WPASupplicant::kNetworkPropertyFrequency, frequency_); in GetSupplicantConfigurationParameters()
/system/connectivity/shill/cellular/
Dcellular_unittest.cc1858 modem_properties.SetInt(MM_MODEM_PROPERTY_STATE, in TEST_F()
1958 modem_properties.SetInt(MM_MODEM_PROPERTY_STATE, in TEST_F()

12