Home
last modified time | relevance | path

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

/system/core/libcutils/
Dproperties.cpp27 int8_t property_get_bool(const char* key, int8_t default_value) { in property_get_bool()
53 static T property_get_int(const char* key, T default_value) { in property_get_int()
73 int64_t property_get_int64(const char* key, int64_t default_value) { in property_get_int64()
77 int32_t property_get_int32(const char* key, int32_t default_value) { in property_get_int32()
85 int property_get(const char* key, char* value, const char* default_value) { in property_get()
/system/core/fs_mgr/liblp/
Dproperty_fetcher.cpp26 std::string PropertyFetcher::GetProperty(const std::string& key, const std::string& default_value) { in GetProperty()
30 bool PropertyFetcher::GetBoolProperty(const std::string& key, bool default_value) { in GetBoolProperty()
/system/extras/profcollectd/libprofcollectd/bindings/libflags/
Dget_flags.cpp21 rust::Str experiment_flag_name, rust::Str default_value) { in GetServerConfigurableFlag()
/system/nfc/src/adaptation/
Dnfc_config.cc100 std::string default_value) { in getString()
110 unsigned default_value) { in getUnsigned()
/system/core/libcutils/include_outside_system/cutils/
Dproperties.h136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/system/core/libcutils/include/cutils/
Dproperties.h136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/system/libbase/
Dproperties.cpp71 bool GetBoolProperty(const std::string& key, bool default_value) { in GetBoolProperty()
84 T GetIntProperty(const std::string& key, T default_value, T min, T max) { in GetIntProperty()
92 T GetUintProperty(const std::string& key, T default_value, T max) { in GetUintProperty()
109 std::string GetProperty(const std::string& key, const std::string& default_value) { in GetProperty()
Dproperties_test.cpp83 static void CheckGetBoolProperty(bool expected, const std::string& value, bool default_value) { in CheckGetBoolProperty()
/system/extras/profcollectd/libprofcollectd/
Dconfig.rs116 let default_value = default_value.to_string(); in get_device_config() localVariable
130 let default_value = default_value.to_string(); in get_property() localVariable
/system/linkerconfig/contents/context/
Dcontext.cc105 std::string Var(const std::string& name, const std::string& default_value) { in Var()
/system/server_configurable_flags/libflags/
Dserver_configurable_flags.cc126 const std::string& default_value) { in GetServerConfigurableFlag()
/system/core/toolbox/
Dgetprop.cpp73 void PrintProperty(const char* name, const char* default_value, ResultType result_type) { in PrintProperty()
/system/logging/logd/
Dmain.cpp113 bool default_value = in GetBoolPropertyEngSvelteDefault() local
/system/tools/aidl/
Daidl_to_cpp_common.cpp504 const auto& default_value = name_of(first_field->GetType(), typenames) + "(" + in PrivateFields() local
586 const auto& default_value = name_of(first_field->GetType(), typenames) + "(" + in PublicFields() local
Daidl_language.cpp867 AidlConstantValue* default_value) in AidlVariableDeclaration()
933 if (auto default_value = GetDefaultValue(); default_value) { in TraverseChildren() local
Daidl_unittest.cpp1367 auto default_value = unique_ptr<AidlConstantValue>(AidlConstantValue::Default(*char_type)); in TEST_F() local
/system/update_engine/aosp/
Dupdate_attempter_android.cc95 bool GetHeaderAsBool(const string& header, bool default_value) { in GetHeaderAsBool()
/system/core/init/
Dreboot.cpp794 std::chrono::milliseconds default_value) { in GetMillisProperty()
Dproperty_service.cpp1224 const char* default_value; in ExportKernelBootProps() member
/system/security/keystore2/src/
Dremote_provisioning.rs82 let default_value = false; in is_rkp_only() localVariable
/system/core/fs_mgr/
Dfs_mgr.cpp1618 std::chrono::milliseconds default_value) { in GetMillisProperty()
/system/media/audio/include/system/
Daudio.h546 int default_value; /* default gain value in millibels */ member