Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.h220 int GetCommErrCode() const;
H A Dsync_task_context.cpp854 int SyncTaskContext::GetCommErrCode() const in GetCommErrCode() function in DistributedDB::SyncTaskContext
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.cpp233 syncOperation_->SetStatus(deviceId_, status, GetCommErrCode()); in Abort()