Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp424 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in AckRecv() local
425 context->SetRemoteSoftwareVersion(remoteSoftwareVersion); in AckRecv()
426 if (remoteSoftwareVersion > SOFTWARE_VERSION_RELEASE_2_0) { in AckRecv()
465 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in RequestRecv() local
466 context->SetRemoteSoftwareVersion(remoteSoftwareVersion); in RequestRecv()
489 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in AckNotifyRecv() local
490 context->SetRemoteSoftwareVersion(remoteSoftwareVersion); in AckNotifyRecv()
497 STR_MASK(deviceId_), remoteSoftwareVersion, errCode); in AckNotifyRecv()
1125 if (remoteSoftwareVersion <= SOFTWARE_VERSION_RELEASE_2_0) { in HandleRequestRecv()
1127 remoteSoftwareVersion, isCompatible); in HandleRequestRecv()
[all …]