/system/iorap/src/common/ |
D | property.h | 27 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/ |
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 | 27 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/ |
D | property_fetcher.cpp | 26 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/ |
D | get_flags.cpp | 21 rust::Str experiment_flag_name, rust::Str default_value) { in GetServerConfigurableFlag()
|
/system/extras/profcollectd/libprofcollectd/bindings/libbase/ |
D | properties.cpp | 20 rust::String GetProperty(rust::Str key, rust::Str default_value) { in GetProperty()
|
/system/nfc/src/adaptation/ |
D | nfc_config.cc | 100 std::string default_value) { in getString() 110 unsigned default_value) { in getUnsigned()
|
/system/core/libcutils/include/cutils/ |
D | properties.h | 136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/system/core/libcutils/include_outside_system/cutils/ |
D | properties.h | 136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/system/libbase/ |
D | properties.cpp | 71 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()
|
D | properties_test.cpp | 83 static void CheckGetBoolProperty(bool expected, const std::string& value, bool default_value) { in CheckGetBoolProperty()
|
/system/extras/profcollectd/libprofcollectd/ |
D | config.rs | 109 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/ |
D | context.cc | 105 std::string Var(const std::string& name, const std::string& default_value) { in Var()
|
/system/server_configurable_flags/libflags/ |
D | server_configurable_flags.cc | 126 const std::string& default_value) { in GetServerConfigurableFlag()
|
/system/core/toolbox/ |
D | getprop.cpp | 73 void PrintProperty(const char* name, const char* default_value, ResultType result_type) { in PrintProperty()
|
/system/update_engine/cros/ |
D | image_properties_chromeos.cc | 52 const std::string& default_value) { in GetStringWithDefault()
|
D | omaha_request_builder_xml.cc | 81 string XmlEncodeWithDefault(const string& input, const string& default_value) { in XmlEncodeWithDefault()
|
/system/logging/logd/ |
D | main.cpp | 112 bool default_value = in GetBoolPropertyEngSvelteDefault() local
|
/system/bt/test/stub/ |
D | osi.cc | 591 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/ |
D | aidl_to_cpp_common.cpp | 369 const auto& default_value = in PublicFields() local
|
D | aidl_language.cpp | 658 AidlConstantValue* default_value) in AidlVariableDeclaration()
|
/system/update_engine/aosp/ |
D | update_attempter_android.cc | 94 bool GetHeaderAsBool(const string& header, bool default_value) { in GetHeaderAsBool()
|
/system/core/init/ |
D | reboot.cpp | 776 std::chrono::milliseconds default_value) { in GetMillisProperty()
|
D | property_service.cpp | 1189 const char* default_value; in ExportKernelBootProps() member
|
/system/bt/btif/src/ |
D | btif_storage.cc | 561 uint8_t default_value) { in btif_storage_get_io_cap_property()
|