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.cpp424 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in AckRecv() local
466 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in RequestRecv() local
490 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in AckNotifyRecv() local
563 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in SecLabelCheck() local
1143 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in HandleRequestRecv() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dschema_negotiate.cpp128 const std::string &remoteSchema, uint8_t remoteSchemaType, uint32_t remoteSoftwareVersion) in MakeLocalSyncOpinion()