Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A D_preferences.md205 | PREFERENCES_ERROR_MALLOC | 申请内存失败 |
262 若错误码为PREFERENCES_ERROR_MALLOC,表示内存分配失败。
300 若错误码为PREFERENCES_ERROR_MALLOC,表示内存分配失败。
362 若错误码为PREFERENCES_ERROR_MALLOC,表示内存分配失败。
403 若错误码为PREFERENCES_ERROR_MALLOC,表示内存分配失败。
445 若错误码为PREFERENCES_ERROR_MALLOC,表示内存分配失败。
520 若错误码为PREFERENCES_ERROR_MALLOC,表示内存分配失败。
563 若错误码为PREFERENCES_ERROR_MALLOC,表示内存分配失败。
602 若错误码为PREFERENCES_ERROR_MALLOC,表示内存分配失败。
641 若错误码为PREFERENCES_ERROR_MALLOC,表示内存分配失败。
[all …]
H A Doh__preferences__err__code_8h.md33 …R_DELETE_FILE = 15500010, PREFERENCES_ERROR_STORAGE = 15500011, PREFERENCES_ERROR_MALLOC = 1550001…
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A D_preferences.md204 | PREFERENCES_ERROR_MALLOC | Failed to allocate memory.|
261 Returns **PREFERENCES_ERROR_MALLOC** if memory allocation fails.
299 Returns **PREFERENCES_ERROR_MALLOC** if memory allocation fails.
361 Returns **PREFERENCES_ERROR_MALLOC** if memory allocation fails.
402 Returns **PREFERENCES_ERROR_MALLOC** if memory allocation fails.
444 Returns **PREFERENCES_ERROR_MALLOC** if memory allocation fails.
519 Returns **PREFERENCES_ERROR_MALLOC** if memory allocation fails.
562 Returns **PREFERENCES_ERROR_MALLOC** if memory allocation fails.
601 Returns **PREFERENCES_ERROR_MALLOC** if memory allocation fails.
640 Returns **PREFERENCES_ERROR_MALLOC** if memory allocation fails.
[all …]
H A Doh__preferences__err__code_8h.md33 …R_DELETE_FILE = 15500010, PREFERENCES_ERROR_STORAGE = 15500011, PREFERENCES_ERROR_MALLOC = 1550001…
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp137 return OH_Preferences_ErrCode::PREFERENCES_ERROR_MALLOC; in OH_PreferencesValue_GetString()
149 return OH_Preferences_ErrCode::PREFERENCES_ERROR_MALLOC; in OH_PreferencesValue_GetString()
H A Doh_preferences.cpp105 *errCode = OH_Preferences_ErrCode::PREFERENCES_ERROR_MALLOC; in OH_Preferences_Open()
235 return OH_Preferences_ErrCode::PREFERENCES_ERROR_MALLOC; in OH_Preferences_GetString()
247 return OH_Preferences_ErrCode::PREFERENCES_ERROR_MALLOC; in OH_Preferences_GetString()
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences_err_code.h66 PREFERENCES_ERROR_MALLOC = 15500012, enumerator