Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dmeta_data.h40 uint64_t remoteSoftwareVersion = 0; // record remote version member
Dability_sync.cpp427 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in AckRecv() local
469 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in RequestRecv() local
493 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in AckNotifyRecv() local
566 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in SecLabelCheck() local
1146 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in HandleRequestRecv() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dschema_negotiate.cpp137 const std::string &remoteSchema, uint8_t remoteSchemaType, uint32_t remoteSoftwareVersion) in MakeLocalSyncOpinion()