Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_ability_sync_test.cpp161 EXPECT_TRUE(packet2->GetSoftwareVersion() == SOFTWARE_VERSION_CURRENT);
263 EXPECT_TRUE(packet2->GetSoftwareVersion() == SOFTWARE_VERSION_CURRENT);
320 EXPECT_TRUE(packet2->GetSoftwareVersion() == SOFTWARE_VERSION_RELEASE_2_0);
378 EXPECT_TRUE(packet2->GetSoftwareVersion() == SOFTWARE_VERSION_CURRENT);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp74 uint32_t AbilitySyncRequestPacket::GetSoftwareVersion() const in GetSoftwareVersion() function in DistributedDB::AbilitySyncRequestPacket
204 uint32_t AbilitySyncAckPacket::GetSoftwareVersion() const in GetSoftwareVersion() function in DistributedDB::AbilitySyncAckPacket
424 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in AckRecv()
465 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in RequestRecv()
489 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in AckNotifyRecv()
536 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in SecLabelCheck()
726 parcel.WriteUInt32(packet->GetSoftwareVersion()); in RequestPacketSerialization()
1122 uint32_t remoteSoftwareVersion = packet->GetSoftwareVersion(); in HandleRequestRecv()
H A Dability_sync.h45 uint32_t GetSoftwareVersion() const;
94 uint32_t GetSoftwareVersion() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp1301 context_->SetRemoteSoftwareVersion(packet->GetSoftwareVersion()); in AbilitySyncNotifyRecv()