Home
last modified time | relevance | path

Searched refs:E_CLOUD_SDK (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/utils/log/include/
H A Ddfs_error.h55 E_CLOUD_SDK, enumerator
125 { E_CLOUD_SDK, E_CLOUD_NOT_READY },
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_cache_napi.cpp262 ret = (ret == E_CLOUD_SDK) ? E_UNKNOWN_ERR : ret; in StartBatchFileCache()
315 ret = (ret == E_CLOUD_SDK) ? E_UNKNOWN_ERR : ret; in StopBatchFileCache()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp483 return E_CLOUD_SDK; in NotifyEventChange()