Home
last modified time | relevance | path

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

/base/telephony/core_service/utils/preferences/src/
H A Dtel_profile_util.cpp45 std::string TelProfileUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString() argument
65 int TelProfileUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt() argument
85 bool TelProfileUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() argument
105 int64_t TelProfileUtil::ObtainLong(const std::string &key, int64_t defValue) in ObtainLong() argument
125 float TelProfileUtil::ObtainFloat(const std::string &key, float defValue) in ObtainFloat() argument
[all...]
/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils.cpp137 std::string PreferencesUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString() argument
142 int PreferencesUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt() argument
147 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() argument
152 int64_t PreferencesUtil::ObtainLong(const std::string &key, int64_t defValue) in ObtainLong() argument
157 float PreferencesUtil::ObtainFloat(const std::string &key, float defValue) in ObtainFloat() argument
163 Obtain(const std::string &key, const T &defValue) Obtain() argument
173 ObtainInner( std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const std::string &defValue) ObtainInner() argument
183 ObtainInner( std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const int &defValue) ObtainInner() argument
193 ObtainInner( std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const bool &defValue) ObtainInner() argument
203 ObtainInner( std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const int64_t &defValue) ObtainInner() argument
213 ObtainInner( std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const float &defValue) ObtainInner() argument
[all...]
H A Dpreference_utils_empty.cpp58 std::string PreferencesUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString() argument
63 int PreferencesUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt() argument
68 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() argument
73 int64_t PreferencesUtil::ObtainLong(const std::string &key, int64_t defValue) in ObtainLong() argument
78 float PreferencesUtil::ObtainFloat(const std::string &key, float defValue) in ObtainFloat() argument
84 Obtain(const std::string &key, const T &defValue) Obtain() argument
[all...]
/base/telephony/telephony_data/common/src/
H A Dpreferences_util.cpp51 std::string PreferencesUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString() argument
71 int PreferencesUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt() argument
91 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() argument
111 int64_t PreferencesUtil::ObtainLong(const std::string &key, int64_t defValue) in ObtainLong() argument
131 ObtainFloat(const std::string &key, float defValue) ObtainFloat() argument
[all...]
/base/theme/screenlock_mgr/utils/src/
H A Dpreferences_util.cpp49 std::string PreferencesUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString() argument
69 int PreferencesUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt() argument
89 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() argument
109 int64_t PreferencesUtil::ObtainLong(const std::string &key, int64_t defValue) in ObtainLong() argument
129 ObtainFloat(const std::string &key, float defValue) ObtainFloat() argument
[all...]
/base/powermgr/battery_manager/test/unittest/src/
H A Dbattert_service_inner_test.cpp254 int32_t defValue = 100; in HWTEST_F() local
267 int32_t defValue = 200; in HWTEST_F() local
280 int32_t defValue = 300; in HWTEST_F() local
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test.cpp1406 std::string defValue = ""; in HWTEST_F() local
/base/telephony/core_service/utils/common/src/
H A Dtel_aes_crypto_util.cpp83 std::string TelAesCryptoUtils::ObtainDecryptString(const std::string &key, int32_t id, const std::string &defValue) in ObtainDecryptString() argument
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp261 AddRdbColum(NativeRdb::RdbStore& store, const std::string& tableName, const std::string& columnName, const std::string& columnType, const std::string& defValue) AddRdbColum() argument
/base/telephony/sms_mms/services/sms/
H A Dsms_persist_helper.cpp471 bool SmsPersistHelper::QueryParamBoolean(const std::string key, bool defValue) in QueryParamBoolean() argument
/base/startup/init/services/init/
H A Dinit_service_manager.c621 static int GetMapValue(const char *name, const InitArgInfo *infos, int argNum, int defValue) in GetMapValue() argument

Completed in 23 milliseconds