Home
last modified time | relevance | path

Searched defs:defaultValue (Results 1 – 6 of 6) sorted by relevance

/system/libvintf/
DPropertyFetcher.cpp46 uint64_t PropertyFetcherImpl::getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty()
Dcheck_vintf.cpp125 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty()
DAssembleVintf.cpp148 size_t getIntegerFlag(const std::string& key, size_t defaultValue = 0) const { in getIntegerFlag()
/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/
DWritingService.java169 private int getQueryParam(Uri data, String key, int defaultValue) { in getQueryParam()
/system/core/libcutils/
Dproperties_test.cpp84 … int SetAndGetProperty(const char* value, const char* defaultValue = PROPERTY_TEST_VALUE_DEFAULT) { in SetAndGetProperty()
/system/tools/aidl/
Dgenerate_java_binder.cpp987 const string& defaultValue = DefaultJavaValueOf(method.GetType(), typenames); in generate_default_impl_method() local