Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_ability_sync_test.cpp162 EXPECT_TRUE(packet2->GetSendCode() == E_OK);
211 EXPECT_TRUE(packet2->GetSendCode() == -E_VERSION_NOT_SUPPORT);
264 EXPECT_TRUE(packet2->GetSendCode() == E_OK);
321 EXPECT_TRUE(packet2->GetSendCode() == E_OK);
H A Ddistributeddb_single_ver_p2p_subscribe_sync_test.cpp311 EXPECT_EQ(outPacket->GetSendCode(), 100);
H A Ddistributeddb_single_ver_p2p_query_sync_test.cpp676 EXPECT_EQ(outPacket->GetSendCode(), -E_NOT_SUPPORT);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_packet.h57 int32_t GetSendCode() const;
198 int32_t GetSendCode() const;
H A Dsingle_ver_data_packet.cpp89 int32_t DataRequestPacket::GetSendCode() const in GetSendCode() function in DistributedDB::DataRequestPacket
438 int32_t ControlRequestPacket::GetSendCode() const in GetSendCode() function in DistributedDB::ControlRequestPacket
H A Dsingle_ver_serialize_manager.cpp206 parcel.WriteInt(packet->GetSendCode()); in DataPacketSyncerPartSerialization()
648 parcel.WriteInt(packet->GetSendCode()); in ControlRequestSerialization()
723 packet->SetPacketHead(controlPacket.GetSendCode(), controlPacket.GetVersion(), in SubscribeDeSerialization()
H A Dsingle_ver_data_sync.cpp953 int32_t sendCode = packet->GetSendCode(); in DataRequestRecvPre()
997 …l=%s, dev=%s", static_cast<int>(curType), packet->GetVersion(), data.size(), packet->GetSendCode(), in DataRequestRecv()
1024 RemotePushFinished(packet->GetSendCode(), packet->GetMode(), message->GetSessionId(), in DataRequestRecv()
1034 if (packet->GetSendCode() == SEND_FINISHED) { in DataRequestRecv()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.h42 int32_t GetSendCode() const;
H A Dability_sync.cpp64 int32_t AbilitySyncRequestPacket::GetSendCode() const in GetSendCode() function in DistributedDB::AbilitySyncRequestPacket
452 if (packet->GetSendCode() == -E_VERSION_NOT_SUPPORT) { in RequestRecv()
725 parcel.WriteInt(packet->GetSendCode()); in RequestPacketSerialization()