Home
last modified time | relevance | path

Searched refs:responseSessionId_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_target.cpp55 responseSessionId_ = responseSessionId; in SetResponseSessionId()
60 return responseSessionId_; in GetResponseSessionId()
H A Dsingle_ver_sync_task_context.cpp186 responseSessionId_ = responseSessionId; in SetResponseSessionId()
191 return responseSessionId_; in GetResponseSessionId()
201 responseSessionId_ = targetTmp->GetResponseSessionId(); in CopyTargetData()
603 if (responseSessionId_ != 0) { in GetResponseTaskCount()
H A Dsingle_ver_sync_target.h49 uint32_t responseSessionId_ = 0; variable
H A Dsingle_ver_sync_task_context.h162 volatile uint32_t responseSessionId_ = 0; variable