Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp81 { -E_REMOVE_ASSETS_FAILED, REMOTE_ASSETS_FAIL },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h142 constexpr int E_REMOVE_ASSETS_FAILED = (E_BASE + 122); // remove local assets failed variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.cpp254 return -E_REMOVE_ASSETS_FAILED; in RemoveLocalAssets()
273 return -E_REMOVE_ASSETS_FAILED; in RemoveLocalAssets()
H A Dcloud_syncer.cpp623 if (errCode == -E_REMOVE_ASSETS_FAILED) { in HandleDownloadResult()
675 if (ret != E_OK && ret != -E_REMOVE_ASSETS_FAILED) { in CloudDbDownloadAssets()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1449 return -E_REMOVE_ASSETS_FAILED; in CleanDownloadChangedAssets()