Searched refs:GetProfiles (Results 1 - 6 of 6) sorted by relevance
/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 24 std::shared_ptr<NativePreferences::Preferences> TelProfileUtil::GetProfiles(const std::string &path, int &errCode) in GetProfiles() function in OHOS::Telephony::TelProfileUtil 36 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() 47 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() 56 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveInt() 67 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainInt() 76 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveBool() 87 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() 96 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() 107 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() 116 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path in SaveFloat() [all...] |
/base/telephony/telephony_data/common/src/ |
H A D | preferences_util.cpp | 30 std::shared_ptr<NativePreferences::Preferences> PreferencesUtil::GetProfiles(const std::string &path, int &errCode) in GetProfiles() function in OHOS::Telephony::PreferencesUtil 42 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() 53 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() 62 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveInt() 73 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainInt() 82 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveBool() 93 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() 102 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() 113 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() 122 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path in SaveFloat() [all...] |
/base/theme/screenlock_mgr/utils/src/ |
H A D | preferences_util.cpp | 28 std::shared_ptr<NativePreferences::Preferences> PreferencesUtil::GetProfiles(const std::string &path, int &errCode) in GetProfiles() function in OHOS::ScreenLock::PreferencesUtil 40 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() 51 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() 60 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveInt() 71 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainInt() 80 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveBool() 91 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() 100 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() 111 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() 120 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path in SaveFloat() [all...] |
/base/telephony/core_service/utils/preferences/include/ |
H A D | tel_profile_util.h | 51 std::shared_ptr<NativePreferences::Preferences> GetProfiles(const std::string &path, int &errCode);
|
/base/telephony/telephony_data/common/include/ |
H A D | preferences_util.h | 50 std::shared_ptr<NativePreferences::Preferences> GetProfiles(const std::string &path, int &errCode);
|
/base/theme/screenlock_mgr/utils/include/ |
H A D | preferences_util.h | 50 std::shared_ptr<NativePreferences::Preferences> GetProfiles(const std::string &path, int &errCode);
|
Completed in 2 milliseconds