Home
last modified time | relevance | path

Searched refs:currentSessionId_ (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_data_message_schedule.cpp312 if (sessionId != currentSessionId_) { in UpdateMsgMapIfNeed()
315 prevSessionId_ = currentSessionId_; in UpdateMsgMapIfNeed()
316 currentSessionId_ = sessionId; in UpdateMsgMapIfNeed()
H A Dsingle_ver_data_message_schedule.h68 uint32_t currentSessionId_ = 0; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp41 currentSessionId_(1), in RuntimeContextImpl()
731 uint32_t sessionId = currentSessionId_++; in GenerateSessionId()
733 sessionId = currentSessionId_++; in GenerateSessionId()
H A Druntime_context_impl.h255 std::atomic<uint32_t> currentSessionId_; variable