Home
last modified time | relevance | path

Searched refs:PREFERENCES_ERROR_STORAGE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A D_preferences.md204 | PREFERENCES_ERROR_STORAGE | 存储异常 |
260 若错误码为PREFERENCES_ERROR_STORAGE,表示存储异常。
298 若错误码为PREFERENCES_ERROR_STORAGE,表示存储异常。
360 若错误码为PREFERENCES_ERROR_STORAGE,表示存储异常。
401 若错误码为PREFERENCES_ERROR_STORAGE,表示存储异常。
443 若错误码为PREFERENCES_ERROR_STORAGE,表示存储异常。
518 若错误码为PREFERENCES_ERROR_STORAGE,表示存储异常。
561 若错误码为PREFERENCES_ERROR_STORAGE,表示存储异常。
600 若错误码为PREFERENCES_ERROR_STORAGE,表示存储异常。
639 若错误码为PREFERENCES_ERROR_STORAGE,表示存储异常。
[all …]
H A Doh__preferences__err__code_8h.md33 …_BASE = 15500000,<br/>PREFERENCES_ERROR_DELETE_FILE = 15500010, PREFERENCES_ERROR_STORAGE = 155000…
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A D_preferences.md203 | PREFERENCES_ERROR_STORAGE | The storage is abnormal.|
259 Returns **PREFERENCES_ERROR_STORAGE** if the storage is abnormal.
297 Returns **PREFERENCES_ERROR_STORAGE** if the storage is abnormal.
359 Returns **PREFERENCES_ERROR_STORAGE** if the storage is abnormal.
400 Returns **PREFERENCES_ERROR_STORAGE** if the storage is abnormal.
442 Returns **PREFERENCES_ERROR_STORAGE** if the storage is abnormal.
517 Returns **PREFERENCES_ERROR_STORAGE** if the storage is abnormal.
560 Returns **PREFERENCES_ERROR_STORAGE** if the storage is abnormal.
599 Returns **PREFERENCES_ERROR_STORAGE** if the storage is abnormal.
638 Returns **PREFERENCES_ERROR_STORAGE** if the storage is abnormal.
[all …]
H A Doh__preferences__err__code_8h.md33 …R_BASE = 15500000,<br>PREFERENCES_ERROR_DELETE_FILE = 15500010, PREFERENCES_ERROR_STORAGE = 155000…
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences_err_code.h64 PREFERENCES_ERROR_STORAGE = 15500011, enumerator
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Dconvertor_error_code.cpp47 return PREFERENCES_ERROR_STORAGE; in NativeErrToNdk()
H A Doh_preferences.cpp52 return { OH_Preferences_ErrCode::PREFERENCES_ERROR_STORAGE, "" }; in GetPreferencesDir()