Searched defs:default_value (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | DeviceConfigTest.java | 191 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 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()
|
/aosp14/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()
|
/aosp14/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()
|
/aosp14/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()
|
/aosp14/frameworks/base/core/proto/android/providers/settings/ |
H A D | common.proto | 36 optional string default_value = 5; field
|
/aosp14/system/core/toolbox/ |
H A D | getprop.cpp | 73 void PrintProperty(const char* name, const char* default_value, ResultType result_type) { in PrintProperty()
|
/aosp14/system/core/init/ |
H A D | reboot.cpp | 820 std::chrono::milliseconds default_value) { in GetMillisProperty()
|
H A D | property_service.cpp | 1298 const char* default_value; in ExportKernelBootProps() member
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr.cpp | 1663 std::chrono::milliseconds default_value) { in GetMillisProperty()
|