/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/nfc/src/adaptation/ |
D | nfc_config.cc | 100 std::string default_value) { in getString() 110 unsigned default_value) { in getUnsigned()
|
/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/core/libcutils/include/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 | 116 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/ |
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/logging/logd/ |
D | main.cpp | 113 bool default_value = in GetBoolPropertyEngSvelteDefault() local
|
/system/tools/aidl/ |
D | aidl_to_cpp_common.cpp | 504 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
|
D | aidl_language.cpp | 867 AidlConstantValue* default_value) in AidlVariableDeclaration() 933 if (auto default_value = GetDefaultValue(); default_value) { in TraverseChildren() local
|
D | aidl_unittest.cpp | 1367 auto default_value = unique_ptr<AidlConstantValue>(AidlConstantValue::Default(*char_type)); in TEST_F() local
|
/system/update_engine/aosp/ |
D | update_attempter_android.cc | 95 bool GetHeaderAsBool(const string& header, bool default_value) { in GetHeaderAsBool()
|
/system/core/init/ |
D | reboot.cpp | 794 std::chrono::milliseconds default_value) { in GetMillisProperty()
|
D | property_service.cpp | 1224 const char* default_value; in ExportKernelBootProps() member
|
/system/security/keystore2/src/ |
D | remote_provisioning.rs | 82 let default_value = false; in is_rkp_only() localVariable
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 1618 std::chrono::milliseconds default_value) { in GetMillisProperty()
|
/system/media/audio/include/system/ |
D | audio.h | 546 int default_value; /* default gain value in millibels */ member
|