Home
last modified time | relevance | path

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

/system/core/libcutils/
Dproperties.cpp33 int8_t property_get_bool(const char *key, int8_t default_value) { in property_get_bool()
62 intmax_t default_value) { in property_get_imax()
99 int64_t property_get_int64(const char *key, int64_t default_value) { in property_get_int64()
103 int32_t property_get_int32(const char *key, int32_t default_value) { in property_get_int32()
114 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/system/bt/osi/src/
Dproperties.cc23 int osi_property_get(const char* key, char* value, const char* default_value) { in osi_property_get()
48 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32()
/system/core/base/
Dproperties.cpp35 std::string GetProperty(const std::string& key, const std::string& default_value) { in GetProperty()
48 bool GetBoolProperty(const std::string& key, bool default_value) { in GetBoolProperty()
59 T GetIntProperty(const std::string& key, T default_value, T min, T max) { in GetIntProperty()
67 T GetUintProperty(const std::string& key, T default_value, T max) { in GetUintProperty()
Dproperties_test.cpp54 static void CheckGetBoolProperty(bool expected, const std::string& value, bool default_value) { in CheckGetBoolProperty()
/system/core/debuggerd/libdebuggerd/test/
Dproperty_fake.cpp34 extern "C" int property_get(const char* key, char* value, const char* default_value) { in property_get()
/system/core/libcutils/include/cutils/
Dproperties.h150 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/system/core/libcutils/include_vndk/cutils/
Dproperties.h150 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/system/extras/perfprofd/
Dconfigreader.cc127 unsigned default_value, in addUnsignedEntry()
144 void ConfigReader::addStringEntry(const char *key, const char *default_value) in addStringEntry()
/system/update_engine/
Dimage_properties_android.cc50 const std::string& default_value) { in GetStringWithDefault()
Dimage_properties_chromeos.cc51 const std::string& default_value) { in GetStringWithDefault()
Domaha_request_action.cc513 string XmlEncodeWithDefault(const string& input, const string& default_value) { in XmlEncodeWithDefault()
/system/core/debuggerd/libdebuggerd/
Dutility.cpp207 void read_with_default(const char* path, char* buf, size_t len, const char* default_value) {
/system/core/init/
Dinit.cpp472 const char *default_value; in export_kernel_boot_props() member
/system/media/audio/include/system/
Daudio.h339 int default_value; /* default gain value in millibels */ member