/aosp12/system/iorap/src/common/ |
H A 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()
|
/aosp12/system/bt/osi/src/ |
H A 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()
|
/aosp12/system/core/libcutils/ |
H A 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()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | DeviceConfigTest.java | 90 final String default_value = "default_value"; in getString_empty() local 104 final String default_value = "default"; in getString_nonEmpty() local 180 final int default_value = 999; in getInt_empty() local 188 final int default_value = 999; in getInt_valid() local 197 final int default_value = 999; in getInt_invalid() local 227 final long default_value = 123456; in getLong_empty() local 235 final long default_value = 123456; in getLong_valid() local 244 final long default_value = 123456; in getLong_invalid() local 274 final float default_value = 123.456f; in getFloat_empty() local 282 final float default_value = 123.456f; in getFloat_valid() local [all …]
|
/aosp12/system/core/fs_mgr/liblp/ |
H A 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()
|
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/ |
H A D | ese_config.cpp | 68 std::string default_value) { in getString() 78 unsigned default_value) { in getUnsigned()
|
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/ |
H A D | ese_config.cpp | 68 std::string default_value) { in getString() 78 unsigned default_value) { in getUnsigned()
|
/aosp12/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
H A D | ese_config.cc | 70 std::string default_value) { in getString() 80 unsigned default_value) { in getUnsigned()
|
/aosp12/system/nfc/src/adaptation/ |
H A D | nfc_config.cc | 100 std::string default_value) { in getString() 110 unsigned default_value) { in getUnsigned()
|
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/ |
H A D | platform_lib_property_service.cpp | 36 int platform_lib_abstraction_property_get(const char *key, char *value, const char *default_value) in platform_lib_abstraction_property_get()
|
/aosp12/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/ |
H A D | platform_lib_property_service.cpp | 36 int platform_lib_abstraction_property_get(const char *key, char *value, const char *default_value) in platform_lib_abstraction_property_get()
|
/aosp12/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/ |
H A D | loc_stub_property_service.cpp | 33 int property_get(const char *key, char * value, const char *default_value) in property_get()
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/ |
H A D | platform_lib_property_service.cpp | 36 int platform_lib_abstraction_property_get(const char *key, char *value, const char *default_value) in platform_lib_abstraction_property_get()
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/ |
H A D | loc_stub_property_service.cpp | 33 int property_get(const char *key, char * value, const char *default_value) in property_get()
|
/aosp12/system/extras/profcollectd/libprofcollectd/bindings/libflags/ |
H A D | get_flags.cpp | 21 rust::Str experiment_flag_name, rust::Str default_value) { in GetServerConfigurableFlag()
|
/aosp12/system/extras/profcollectd/libprofcollectd/bindings/libbase/ |
H A D | properties.cpp | 20 rust::String GetProperty(rust::Str key, rust::Str default_value) { in GetProperty()
|
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | no_effect_control_delegate.h | 29 NoEffectControlDelegate(T default_value) : value_(default_value){}; in NoEffectControlDelegate()
|
H A D | default_option_delegate.h | 40 virtual bool DefaultValueForTemplate(int template_type, T* default_value) { in DefaultValueForTemplate()
|
H A D | tagged_control_options.h | 50 T* default_value) override { in DefaultValueForTemplate()
|
/aosp12/system/libbase/ |
H A 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()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | run_dex2oat.cpp | 355 const std::string& default_value) { in GetProperty() 359 bool RunDex2Oat::GetBoolProperty(const std::string& key, bool default_value) { in GetBoolProperty() 365 const std::string& default_value) { in MapPropertyToArg() 377 const std::string& default_value) { in MapPropertyToArgWithBackup()
|
/aosp12/system/core/libcutils/include/cutils/ |
H A D | properties.h | 136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/aosp12/system/core/libcutils/include_outside_system/cutils/ |
H A D | properties.h | 136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | Properties.h | 28 static inline int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/aosp12/frameworks/base/core/proto/android/providers/settings/ |
H A D | common.proto | 36 optional string default_value = 5; field
|