/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 45 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 D | preference_utils.cpp | 137 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 D | preference_utils_empty.cpp | 58 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 D | preferences_util.cpp | 51 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 D | preferences_util.cpp | 49 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 D | battert_service_inner_test.cpp | 254 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 D | sim_test.cpp | 1406 std::string defValue = ""; in HWTEST_F() local
|
/base/telephony/core_service/utils/common/src/ |
H A D | tel_aes_crypto_util.cpp | 83 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 D | reminder_store.cpp | 261 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 D | sms_persist_helper.cpp | 471 bool SmsPersistHelper::QueryParamBoolean(const std::string key, bool defValue) in QueryParamBoolean() argument
|
/base/startup/init/services/init/ |
H A D | init_service_manager.c | 621 static int GetMapValue(const char *name, const InitArgInfo *infos, int argNum, int defValue) in GetMapValue() argument
|