Home
last modified time | relevance | path

Searched refs:commErrCode_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp57 commErrCode_(E_OK), in SyncTaskContext()
582 commErrCode_ = E_OK; in CopyTargetData()
856 return commErrCode_; in GetCommErrCode()
861 commErrCode_ = errCode; in SetCommFailErrCode()
H A Dsync_task_context.h293 std::atomic<int> commErrCode_; variable