Searched defs:default_value (Results 1 – 14 of 14) sorted by relevance
/system/core/libcutils/ |
D | properties.cpp | 33 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/ |
D | properties.cc | 23 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/ |
D | properties.cpp | 35 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()
|
D | properties_test.cpp | 54 static void CheckGetBoolProperty(bool expected, const std::string& value, bool default_value) { in CheckGetBoolProperty()
|
/system/core/debuggerd/libdebuggerd/test/ |
D | property_fake.cpp | 34 extern "C" int property_get(const char* key, char* value, const char* default_value) { in property_get()
|
/system/core/libcutils/include/cutils/ |
D | properties.h | 150 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/system/core/libcutils/include_vndk/cutils/ |
D | properties.h | 150 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/system/extras/perfprofd/ |
D | configreader.cc | 127 unsigned default_value, in addUnsignedEntry() 144 void ConfigReader::addStringEntry(const char *key, const char *default_value) in addStringEntry()
|
/system/update_engine/ |
D | image_properties_android.cc | 50 const std::string& default_value) { in GetStringWithDefault()
|
D | image_properties_chromeos.cc | 51 const std::string& default_value) { in GetStringWithDefault()
|
D | omaha_request_action.cc | 513 string XmlEncodeWithDefault(const string& input, const string& default_value) { in XmlEncodeWithDefault()
|
/system/core/debuggerd/libdebuggerd/ |
D | utility.cpp | 207 void read_with_default(const char* path, char* buf, size_t len, const char* default_value) {
|
/system/core/init/ |
D | init.cpp | 472 const char *default_value; in export_kernel_boot_props() member
|
/system/media/audio/include/system/ |
D | audio.h | 339 int default_value; /* default gain value in millibels */ member
|