Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/provider/
H A DDeviceConfigTest.java191 final int default_value = 999; in getInt_empty() local
199 final int default_value = 999; in getInt_valid() local
208 final int default_value = 999; in getInt_invalid() local
238 final long default_value = 123456; in getLong_empty() local
246 final long default_value = 123456; in getLong_valid() local
255 final long default_value = 123456; in getLong_invalid() local
285 final float default_value = 123.456f; in getFloat_empty() local
293 final float default_value = 123.456f; in getFloat_valid() local
302 final float default_value = 123.456f; in getFloat_invalid() local
912 final int default_value = 999; in deletePropertyInt() local
[all …]
/aosp14/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()
/aosp14/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()
/aosp14/system/core/libcutils/include/cutils/
H A Dproperties.h136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/aosp14/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()
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dcommon.proto36 optional string default_value = 5; field
/aosp14/system/core/toolbox/
H A Dgetprop.cpp73 void PrintProperty(const char* name, const char* default_value, ResultType result_type) { in PrintProperty()
/aosp14/system/core/init/
H A Dreboot.cpp820 std::chrono::milliseconds default_value) { in GetMillisProperty()
H A Dproperty_service.cpp1298 const char* default_value; in ExportKernelBootProps() member
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp1663 std::chrono::milliseconds default_value) { in GetMillisProperty()