Home
last modified time | relevance | path

Searched refs:PREF_API_EXPORT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_value.h55 class PREF_API_EXPORT PreferencesValue {
57 PREF_API_EXPORT PreferencesValue() in PreferencesValue()
62 PREF_API_EXPORT ~PreferencesValue() in ~PreferencesValue()
201 PREF_API_EXPORT bool IsInt() const;
208 PREF_API_EXPORT bool IsLong() const;
215 PREF_API_EXPORT bool IsFloat() const;
222 PREF_API_EXPORT bool IsDouble() const;
229 PREF_API_EXPORT bool IsBool() const;
236 PREF_API_EXPORT bool IsString() const;
266 PREF_API_EXPORT bool IsObject() const;
[all …]
H A Dpreferences_helper.h31 class PREF_API_EXPORT PreferencesHelper {
46PREF_API_EXPORT static std::shared_ptr<Preferences> GetPreferences(const Options &options, int &er…
58 PREF_API_EXPORT static int DeletePreferences(const std::string &path);
69 PREF_API_EXPORT static int RemovePreferencesFromCache(const std::string &path);
H A Dpreferences_visibility.h19 #ifndef PREF_API_EXPORT
20 #define PREF_API_EXPORT __attribute__((visibility ("default"))) macro
H A Dpreferences.h62 class PREF_API_EXPORT Preferences {
64 PREF_API_EXPORT virtual ~Preferences() in ~Preferences()
71 PREF_API_EXPORT static constexpr uint32_t MAX_KEY_LENGTH = 1024;
76 PREF_API_EXPORT static constexpr uint32_t MAX_VALUE_LENGTH = 16 * 1024 * 1024;
H A Dpreferences_observer.h31 class PREF_API_EXPORT PreferencesObserver {
34 PREF_API_EXPORT virtual ~PreferencesObserver();