Home
last modified time | relevance | path

Searched refs:E_DELETE_FILE_FAIL (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Dnapi_preferences_error.cpp23 { NativePreferences::E_DELETE_FILE_FAIL, E_DELETE_FILE_FAIL, "Failed to delete preferences file." },
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp49 return E_DELETE_FILE_FAIL; in RemoveEnhanceDb()
59 return E_DELETE_FILE_FAIL; in RemoveEnhanceDbFileIfNeed()
64 return E_DELETE_FILE_FAIL; in RemoveEnhanceDbFileIfNeed()
230 return E_DELETE_FILE_FAIL; in DeletePreferences()
238 return E_DELETE_FILE_FAIL; in DeletePreferences()
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Dconvertor_error_code.cpp34 { OHOS::NativePreferences::E_DELETE_FILE_FAIL, OH_Preferences_ErrCode::PREFERENCES_ERROR_DELETE_FILE },
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_errno.h100 constexpr int E_DELETE_FILE_FAIL = (E_BASE + 10); member
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_preferences_error.h38 constexpr int E_DELETE_FILE_FAIL = 15500010; member

Completed in 3 milliseconds