Searched refs:ObtainFloat (Results 1 - 12 of 12) sorted by relevance
/base/telephony/core_service/utils/preferences/include/ |
H A D | tel_profile_util.h | 42 float ObtainFloat(const std::string &key, float defValue);
|
/base/update/updateservice/services/core/ability/preference/src/ |
H A D | preference_utils_empty.cpp | 78 float PreferencesUtil::ObtainFloat(const std::string &key, float defValue) in ObtainFloat() function in OHOS::UpdateEngine::PreferencesUtil
|
H A D | preference_utils.cpp | 157 float PreferencesUtil::ObtainFloat(const std::string &key, float defValue) in ObtainFloat() function in OHOS::UpdateEngine::PreferencesUtil
|
/base/telephony/telephony_data/common/include/ |
H A D | preferences_util.h | 41 float ObtainFloat(const std::string &key, float defValue);
|
/base/theme/screenlock_mgr/utils/include/ |
H A D | preferences_util.h | 41 float ObtainFloat(const std::string &key, float defValue);
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/ |
H A D | screenlockutils_fuzzer.cpp | 73 preferencesUtil->ObtainFloat(std::to_string(userId), floatVal);
in FuzzScreenlockUtils()
|
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_preferences_test.cpp | 165 float val = preferencesUtil->ObtainFloat(std::to_string(userId), defaulVal); in HWTEST_F()
|
/base/update/updateservice/services/core/ability/preference/include/ |
H A D | preferences_utils.h | 44 float ObtainFloat(const std::string &key, float defValue);
|
/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 125 float TelProfileUtil::ObtainFloat(const std::string &key, float defValue) in ObtainFloat() function in OHOS::Telephony::TelProfileUtil
|
/base/telephony/telephony_data/common/src/ |
H A D | preferences_util.cpp | 131 float PreferencesUtil::ObtainFloat(const std::string &key, float defValue) in ObtainFloat() function in OHOS::Telephony::PreferencesUtil
|
/base/theme/screenlock_mgr/utils/src/ |
H A D | preferences_util.cpp | 129 float PreferencesUtil::ObtainFloat(const std::string &key, float defValue) in ObtainFloat() function in OHOS::ScreenLock::PreferencesUtil
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 1424 telProfileUtil->ObtainFloat(key1, getFloatValue); in HWTEST_F()
|
Completed in 6 milliseconds