Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.h218 …void RemotePushFinished(int sendCode, int inMode, uint32_t msgSessionId, uint32_t contextSessionId…
H A Dsingle_ver_data_sync.cpp1573 void SingleVerDataSync::RemotePushFinished(int sendCode, int inMode, uint32_t msgSessionId, uint32_… in RemotePushFinished() argument
1581 if ((sendCode == E_OK) && (msgSessionId != 0) && (msgSessionId != contextSessionId)) { in RemotePushFinished()