Searched refs:AckPacketCalculateLen (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/ |
H A D | value_slice_sync.h | 96 static int AckPacketCalculateLen(const Message *inMsg, uint32_t &len);
|
H A D | multi_ver_data_sync.h | 106 static int AckPacketCalculateLen(const Message *inMsg, uint32_t &len);
|
H A D | value_slice_sync.cpp | 145 errCode = AckPacketCalculateLen(inMsg, len); in CalculateLen() 412 int ValueSliceSync::AckPacketCalculateLen(const Message *inMsg, uint32_t &len) in AckPacketCalculateLen() function in DistributedDB::ValueSliceSync
|
H A D | multi_ver_data_sync.cpp | 145 errCode = AckPacketCalculateLen(inMsg, len); in CalculateLen() 438 int MultiVerDataSync::AckPacketCalculateLen(const Message *inMsg, uint32_t &len) in AckPacketCalculateLen() function in DistributedDB::MultiVerDataSync
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | commit_history_sync.h | 116 static int AckPacketCalculateLen(const Message *inMsg, uint32_t &len);
|
H A D | ability_sync.h | 195 static int AckPacketCalculateLen(const Message *inMsg, uint32_t &len);
|
H A D | commit_history_sync.cpp | 189 errCode = AckPacketCalculateLen(inMsg, len); in CalculateLen() 436 int CommitHistorySync::AckPacketCalculateLen(const Message *inMsg, uint32_t &len) in AckPacketCalculateLen() function in DistributedDB::CommitHistorySync
|
H A D | ability_sync.cpp | 642 errCode = AckPacketCalculateLen(inMsg, len); in CalculateLen() 648 errCode = AckPacketCalculateLen(inMsg, len); in CalculateLen() 705 int AbilitySync::AckPacketCalculateLen(const Message *inMsg, uint32_t &len) in AckPacketCalculateLen() function in DistributedDB::AbilitySync
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_serialize_manager.h | 68 static int AckPacketCalculateLen(const Message *inMsg, uint32_t &len);
|
H A D | single_ver_serialize_manager.cpp | 159 errCode = AckPacketCalculateLen(inMsg, len); in CalculateDataLen() 303 int SingleVerSerializeManager::AckPacketCalculateLen(const Message *inMsg, uint32_t &len) in AckPacketCalculateLen() function in DistributedDB::SingleVerSerializeManager
|