Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils_empty.cpp27 bool PreferencesUtil::SaveString(const std::string &key, const std::string &value) in SaveString() function in OHOS::UpdateEngine::PreferencesUtil
H A Dpreference_utils.cpp48 bool PreferencesUtil::SaveString(const std::string &key, const std::string &value) in SaveString() function in OHOS::UpdateEngine::PreferencesUtil
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect_tool.cpp55 bool PreferencesUtil::SaveString(const std::string& key, std::string value) in SaveString() function in OHOS::PreferencesUtil
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dpreferences_util.cpp39 int PreferencesUtil::SaveString(const std::string &key, const std::string &value) in SaveString() function in OHOS::Telephony::PreferencesUtil
/ohos5.0/base/theme/screenlock_mgr/utils/src/
H A Dpreferences_util.cpp38 int PreferencesUtil::SaveString(const std::string &key, const std::string &value) in SaveString() function in OHOS::ScreenLock::PreferencesUtil
/ohos5.0/base/telephony/core_service/utils/preferences/src/
H A Dtel_profile_util.cpp34 int TelProfileUtil::SaveString(const std::string &key, const std::string &value) in SaveString() function in OHOS::Telephony::TelProfileUtil
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/file_benchmark_test/
H A Dfile_benchmark_test.cpp93 void SaveString(string& filename, string& content, benchmark::State& state) in SaveString() function