Home
last modified time | relevance | path

Searched defs:new_value (Results 1 – 14 of 14) sorted by relevance

/system/connectivity/shill/
Dproperty_store_unittest.cc193 bool new_value = true; in SetProperty() local
199 int16_t new_value = 1; in SetProperty() local
205 int32_t new_value = 1; in SetProperty() local
211 string new_value = "new value"; in SetProperty() local
217 Stringmap new_value; in SetProperty() local
224 Stringmaps new_value(1); in SetProperty() local
231 Strings new_value(1); in SetProperty() local
238 uint8_t new_value = 1; in SetProperty() local
244 uint16_t new_value = 1; in SetProperty() local
250 Uint16s new_value{1}; in SetProperty() local
[all …]
Dfake_store.cc247 const string& group, const string& key, const T& new_value) { in WriteSetting()
Djson_store.cc671 const string& group, const string& key, const T& new_value) { in WriteSetting()
/system/update_engine/update_manager/
Dreal_device_policy_provider.cc104 T new_value; in UpdateVariable() local
117 T new_value; in UpdateVariable() local
Dgeneric_variables.h181 void SetValue(const T& new_value) { in SetValue()
Dreal_updater_provider.cc402 UpdateRequestStatus new_value = UpdateRequestStatus::kNone; in Reset() local
/system/connectivity/shill/net/
Dnetlink_attribute.cc382 bool NetlinkAttribute::SetRawValue(const ByteString new_value) { in SetRawValue()
472 bool NetlinkU8Attribute::SetU8Value(uint8_t new_value) { in SetU8Value()
526 bool NetlinkU16Attribute::SetU16Value(uint16_t new_value) { in SetU16Value()
580 bool NetlinkU32Attribute::SetU32Value(uint32_t new_value) { in SetU32Value()
633 bool NetlinkU64Attribute::SetU64Value(uint64_t new_value) { in SetU64Value()
677 bool NetlinkFlagAttribute::SetFlagValue(bool new_value) { in SetFlagValue()
745 bool NetlinkStringAttribute::SetStringValue(const string new_value) { in SetStringValue()
1049 bool NetlinkRawAttribute::SetRawValue(const ByteString new_value) { in SetRawValue()
/system/core/base/include/android-base/
Dunique_fd.h66 void reset(int new_value) { in reset()
/system/extras/perfprofd/
Dconfigreader.cc174 void ConfigReader::overrideUnsignedEntry(const char *key, unsigned new_value) in overrideUnsignedEntry()
/system/weaved/buffet/
Dmanager.cc156 const std::string& new_value, in UpdateValue()
/system/media/audio_route/
Daudio_route.c46 union ctl_values new_value; member
/system/update_engine/
Dupdate_attempter_unittest.cc803 int64_t new_value; in DecrementUpdateCheckCountTestStart() local
Domaha_request_action.cc1372 const string& new_value) { in PersistCohortData()
/system/connectivity/shill/cellular/
Dcellular_unittest.cc593 void set_enabled_persistent(bool new_value) { in set_enabled_persistent()