Home
last modified time | relevance | path

Searched refs:PREFERENCES_ERROR_BASE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences_err_code.h60 PREFERENCES_ERROR_BASE = 15500000, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Doh__preferences__err__code_8h.md33 …RROR_INVALID_PARAM = 401, PREFERENCES_ERROR_NOT_SUPPORTED = 801, PREFERENCES_ERROR_BASE = 15500000…
H A D_preferences.md43 …RROR_INVALID_PARAM = 401, PREFERENCES_ERROR_NOT_SUPPORTED = 801, PREFERENCES_ERROR_BASE = 15500000…
202 | PREFERENCES_ERROR_BASE | 基准错误码 |
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Doh__preferences__err__code_8h.md33 …RROR_INVALID_PARAM = 401, PREFERENCES_ERROR_NOT_SUPPORTED = 801, PREFERENCES_ERROR_BASE = 15500000…
H A D_preferences.md42 …RROR_INVALID_PARAM = 401, PREFERENCES_ERROR_NOT_SUPPORTED = 801, PREFERENCES_ERROR_BASE = 15500000…
201 | PREFERENCES_ERROR_BASE | Base error code.|
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_value_test.cpp82 return PREFERENCES_ERROR_BASE; in PreferencesFlush()