Lines Matching defs:key
39 int PreferencesUtil::SaveString(const std::string &key, const std::string &value) in SaveString()
50 std::string PreferencesUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString()
59 int PreferencesUtil::SaveInt(const std::string &key, int value) in SaveInt()
70 int PreferencesUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt()
79 int PreferencesUtil::SaveBool(const std::string &key, bool value) in SaveBool()
90 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool()
99 int PreferencesUtil::SaveLong(const std::string &key, int64_t value) in SaveLong()
110 int64_t PreferencesUtil::ObtainLong(const std::string &key, int64_t defValue) in ObtainLong()
119 int PreferencesUtil::SaveFloat(const std::string &key, float value) in SaveFloat()
130 float PreferencesUtil::ObtainFloat(const std::string &key, float defValue) in ObtainFloat()
139 bool PreferencesUtil::IsExistKey(const std::string &key) in IsExistKey()
148 int PreferencesUtil::RemoveKey(const std::string &key) in RemoveKey()