Searched defs:default_value (Results 1 – 20 of 20) sorted by relevance
/system/bt/osi/src/ |
D | properties.cc | 31 int osi_property_get(const char* key, char* value, const char* default_value) { in osi_property_get() 56 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32() 64 bool osi_property_get_bool(const char* key, bool default_value) { in osi_property_get_bool()
|
/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/nfc/src/adaptation/ |
D | nfc_config.cc | 79 std::string default_value) { in getString() 89 unsigned default_value) { in getUnsigned()
|
/system/core/base/ |
D | properties.cpp | 36 bool GetBoolProperty(const std::string& key, bool default_value) { in GetBoolProperty() 47 T GetIntProperty(const std::string& key, T default_value, T min, T max) { in GetIntProperty() 55 T GetUintProperty(const std::string& key, T default_value, T max) { in GetUintProperty() 80 std::string GetProperty(const std::string& key, const std::string& default_value) { in GetProperty()
|
D | properties_test.cpp | 56 static void CheckGetBoolProperty(bool expected, const std::string& value, bool default_value) { in CheckGetBoolProperty()
|
/system/core/libcutils/include_vndk/cutils/ |
D | properties.h | 133 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/system/core/libcutils/include/cutils/ |
D | properties.h | 133 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/system/server_configurable_flags/libflags/ |
D | server_configurable_flags.cc | 118 const std::string& default_value) { in GetServerConfigurableFlag()
|
/system/extras/libperfmgr/tools/ |
D | ConfigVerifier.cc | 49 std::string default_value = values[node->GetDefaultIndex()]; in VerifyNodes() local
|
/system/core/toolbox/ |
D | getprop.cpp | 73 void PrintProperty(const char* name, const char* default_value, ResultType result_type) { in PrintProperty()
|
/system/update_engine/ |
D | image_properties_chromeos.cc | 52 const std::string& default_value) { in GetStringWithDefault()
|
D | image_properties_android.cc | 70 const string& default_value) { in GetStringWithDefault()
|
D | update_attempter_android.cc | 90 bool GetHeaderAsBool(const string& header, bool default_value) { in GetHeaderAsBool()
|
D | omaha_request_action.cc | 684 string XmlEncodeWithDefault(const string& input, const string& default_value) { in XmlEncodeWithDefault()
|
/system/extras/perfprofd/ |
D | configreader.cc | 183 unsigned default_value, in addUnsignedEntry() 198 void ConfigReader::addStringEntry(const char *key, const char *default_value) in addStringEntry()
|
/system/core/debuggerd/libdebuggerd/ |
D | utility.cpp | 222 void read_with_default(const char* path, char* buf, size_t len, const char* default_value) {
|
/system/core/init/ |
D | init.cpp | 401 const char *default_value; in export_kernel_boot_props() member
|
/system/tools/aidl/ |
D | aidl_language.cpp | 249 AidlConstantValue* default_value) in AidlVariableDeclaration()
|
/system/bt/btif/src/ |
D | btif_storage.cc | 573 uint8_t default_value) { in btif_storage_get_io_cap_property()
|
/system/media/audio/include/system/ |
D | audio.h | 396 int default_value; /* default gain value in millibels */ member
|