Home
last modified time | relevance | path

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

/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h118 bool getBool(const bool defValue) { in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64()
142 uint64_t getUInt64(const uint64_t defValue) { in getUInt64()
148 std::string getString(const std::string &defValue) { in getString()
154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation()