Home
last modified time | relevance | path

Searched refs:SetSendCode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_ability_sync_test.cpp132 packet1.SetSendCode(E_OK);
231 packet1.SetSendCode(E_OK);
288 packet1.SetSendCode(E_OK);
473 packet1.SetSendCode(-E_VERSION_NOT_SUPPORT);
482 packet1.SetSendCode(E_OK);
H A Ddistributeddb_anti_dos_sync_test.cpp183 packet->SetSendCode(E_OK);
234 packet->SetSendCode(E_OK);
299 packet->SetSendCode(E_OK);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_packet.cpp84 void DataRequestPacket::SetSendCode(int32_t errCode) in SetSendCode() function in DistributedDB::DataRequestPacket
258 SetSendCode(sendCode); in SetBasicInfo()
H A Dsingle_ver_data_packet.h55 void SetSendCode(int32_t errCode);
H A Dsingle_ver_serialize_manager.cpp487 packet->SetSendCode(sendCode); in DataPacketSyncerPartDeSerialization()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.h41 void SetSendCode(int32_t sendCode);
H A Dability_sync.cpp59 void AbilitySyncRequestPacket::SetSendCode(int32_t sendCode) in SetSendCode() function in DistributedDB::AbilitySyncRequestPacket
794 packet->SetSendCode(-E_VERSION_NOT_SUPPORT); in RequestPacketDeSerialization()
808 packet->SetSendCode(sendCode); in RequestPacketDeSerialization()