Home
last modified time | relevance | path

Searched refs:GetAckCode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor_packet.h98 int32_t GetAckCode() const;
H A Dability_sync.cpp219 int32_t AbilitySyncAckPacket::GetAckCode() const in GetAckCode() function in DistributedDB::AbilitySyncAckPacket
484 int errCode = packet->GetAckCode(); in AckNotifyRecv()
750 parcel.WriteInt(packet->GetAckCode()); in AckPacketSerialization()
1094 int ackCode = packet->GetAckCode(); in AckMsgCheck()
H A Dremote_executor_packet.cpp220 int32_t RemoteExecutorAckPacket::GetAckCode() const in GetAckCode() function in DistributedDB::RemoteExecutorAckPacket
H A Dability_sync.h97 int32_t GetAckCode() const;
H A Dremote_executor.cpp281 int errCode = packet->GetAckCode(); in ReceiveRemoteExecutorAck()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_ability_sync_test.cpp379 EXPECT_TRUE(packet2->GetAckCode() == E_VERSION_NOT_SUPPORT);
H A Ddistributeddb_mock_sync_module_test.cpp1424 EXPECT_EQ(packet.GetAckCode(), targetPacket.GetAckCode());
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp1288 int ackCode = packet->GetAckCode(); in AbilitySyncNotifyRecv()