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 D | distributeddb_ability_sync_test.cpp | 162 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 D | distributeddb_single_ver_p2p_subscribe_sync_test.cpp | 311 EXPECT_EQ(outPacket->GetSendCode(), 100);
|
H A D | distributeddb_single_ver_p2p_query_sync_test.cpp | 676 EXPECT_EQ(outPacket->GetSendCode(), -E_NOT_SUPPORT);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_packet.h | 57 int32_t GetSendCode() const; 198 int32_t GetSendCode() const;
|
H A D | single_ver_data_packet.cpp | 89 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 D | single_ver_serialize_manager.cpp | 206 parcel.WriteInt(packet->GetSendCode()); in DataPacketSyncerPartSerialization() 648 parcel.WriteInt(packet->GetSendCode()); in ControlRequestSerialization() 723 packet->SetPacketHead(controlPacket.GetSendCode(), controlPacket.GetVersion(), in SubscribeDeSerialization()
|
H A D | single_ver_data_sync.cpp | 953 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 D | ability_sync.h | 42 int32_t GetSendCode() const;
|
H A D | ability_sync.cpp | 64 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()
|