Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dproperties.cc31 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/
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/nfc/src/adaptation/
Dnfc_config.cc79 std::string default_value) { in getString()
89 unsigned default_value) { in getUnsigned()
/system/core/base/
Dproperties.cpp36 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()
Dproperties_test.cpp56 static void CheckGetBoolProperty(bool expected, const std::string& value, bool default_value) { in CheckGetBoolProperty()
/system/core/libcutils/include_vndk/cutils/
Dproperties.h133 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/system/core/libcutils/include/cutils/
Dproperties.h133 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/system/server_configurable_flags/libflags/
Dserver_configurable_flags.cc118 const std::string& default_value) { in GetServerConfigurableFlag()
/system/extras/libperfmgr/tools/
DConfigVerifier.cc49 std::string default_value = values[node->GetDefaultIndex()]; in VerifyNodes() local
/system/core/toolbox/
Dgetprop.cpp73 void PrintProperty(const char* name, const char* default_value, ResultType result_type) { in PrintProperty()
/system/update_engine/
Dimage_properties_chromeos.cc52 const std::string& default_value) { in GetStringWithDefault()
Dimage_properties_android.cc70 const string& default_value) { in GetStringWithDefault()
Dupdate_attempter_android.cc90 bool GetHeaderAsBool(const string& header, bool default_value) { in GetHeaderAsBool()
Domaha_request_action.cc684 string XmlEncodeWithDefault(const string& input, const string& default_value) { in XmlEncodeWithDefault()
/system/extras/perfprofd/
Dconfigreader.cc183 unsigned default_value, in addUnsignedEntry()
198 void ConfigReader::addStringEntry(const char *key, const char *default_value) in addStringEntry()
/system/core/debuggerd/libdebuggerd/
Dutility.cpp222 void read_with_default(const char* path, char* buf, size_t len, const char* default_value) {
/system/core/init/
Dinit.cpp401 const char *default_value; in export_kernel_boot_props() member
/system/tools/aidl/
Daidl_language.cpp249 AidlConstantValue* default_value) in AidlVariableDeclaration()
/system/bt/btif/src/
Dbtif_storage.cc573 uint8_t default_value) { in btif_storage_get_io_cap_property()
/system/media/audio/include/system/
Daudio.h396 int default_value; /* default gain value in millibels */ member