Home
last modified time | relevance | path

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

1234

/aosp12/system/iorap/src/common/
H A 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()
/aosp12/system/bt/osi/src/
H A 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()
/aosp12/system/core/libcutils/
H A 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()
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/
H A DDeviceConfigTest.java90 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 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()
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
H A Dese_config.cpp68 std::string default_value) { in getString()
78 unsigned default_value) { in getUnsigned()
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
H A Dese_config.cpp68 std::string default_value) { in getString()
78 unsigned default_value) { in getUnsigned()
/aosp12/hardware/st/secure_element/ese-spi-driver/utils-lib/
H A Dese_config.cc70 std::string default_value) { in getString()
80 unsigned default_value) { in getUnsigned()
/aosp12/system/nfc/src/adaptation/
H A Dnfc_config.cc100 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 Dplatform_lib_property_service.cpp36 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 Dplatform_lib_property_service.cpp36 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 Dloc_stub_property_service.cpp33 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 Dplatform_lib_property_service.cpp36 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 Dloc_stub_property_service.cpp33 int property_get(const char *key, char * value, const char *default_value) in property_get()
/aosp12/system/extras/profcollectd/libprofcollectd/bindings/libflags/
H A Dget_flags.cpp21 rust::Str experiment_flag_name, rust::Str default_value) { in GetServerConfigurableFlag()
/aosp12/system/extras/profcollectd/libprofcollectd/bindings/libbase/
H A Dproperties.cpp20 rust::String GetProperty(rust::Str key, rust::Str default_value) { in GetProperty()
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/
H A Dno_effect_control_delegate.h29 NoEffectControlDelegate(T default_value) : value_(default_value){}; in NoEffectControlDelegate()
H A Ddefault_option_delegate.h40 virtual bool DefaultValueForTemplate(int template_type, T* default_value) { in DefaultValueForTemplate()
H A Dtagged_control_options.h50 T* default_value) override { in DefaultValueForTemplate()
/aosp12/system/libbase/
H A 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()
/aosp12/frameworks/native/cmds/installd/
H A Drun_dex2oat.cpp355 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 Dproperties.h136 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 Dproperties.h136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/aosp12/frameworks/compile/libbcc/lib/
H A DProperties.h28 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 Dcommon.proto36 optional string default_value = 5; field

1234