Home
last modified time | relevance | path

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

12

/system/iorap/src/common/
Dproperty.h27 inline bool IsTracingEnabled(const std::string& default_value) { in IsTracingEnabled()
34 inline bool IsReadAheadEnabled(const std::string& default_value) { in IsReadAheadEnabled()
41 inline bool ExcludeDexFiles(bool default_value) { in ExcludeDexFiles()
/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.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/extras/profcollectd/libprofcollectd/bindings/libbase/
Dproperties.cpp20 rust::String GetProperty(rust::Str key, rust::Str default_value) { in GetProperty()
/system/nfc/src/adaptation/
Dnfc_config.cc100 std::string default_value) { in getString()
110 unsigned default_value) { in getUnsigned()
/system/core/libcutils/include/cutils/
Dproperties.h136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/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/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.rs109 let default_value = default_value.to_string(); in get_device_config() localVariable
123 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/update_engine/cros/
Dimage_properties_chromeos.cc52 const std::string& default_value) { in GetStringWithDefault()
Domaha_request_builder_xml.cc81 string XmlEncodeWithDefault(const string& input, const string& default_value) { in XmlEncodeWithDefault()
/system/logging/logd/
Dmain.cpp112 bool default_value = in GetBoolPropertyEngSvelteDefault() local
/system/bt/test/stub/
Dosi.cc591 bool osi_property_get_bool(const char* key, bool default_value) { in osi_property_get_bool()
595 int osi_property_get(const char* key, char* value, const char* default_value) { in osi_property_get()
603 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32()
/system/tools/aidl/
Daidl_to_cpp_common.cpp369 const auto& default_value = in PublicFields() local
Daidl_language.cpp658 AidlConstantValue* default_value) in AidlVariableDeclaration()
/system/update_engine/aosp/
Dupdate_attempter_android.cc94 bool GetHeaderAsBool(const string& header, bool default_value) { in GetHeaderAsBool()
/system/core/init/
Dreboot.cpp776 std::chrono::milliseconds default_value) { in GetMillisProperty()
Dproperty_service.cpp1189 const char* default_value; in ExportKernelBootProps() member
/system/bt/btif/src/
Dbtif_storage.cc561 uint8_t default_value) { in btif_storage_get_io_cap_property()

12