Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_data_translate.cpp31 len += Parcel::GetInt64Len(); in CalculateLens()
32 len += Parcel::GetInt64Len(); in CalculateLens()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_packet.cpp195 totalLen += Parcel::GetInt64Len(); // systemTimeOffset in CalculateLen()
196 totalLen += Parcel::GetInt64Len(); // senderTimeOffset in CalculateLen()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_sync_object.cpp139 len += Parcel::GetStringLen(value.stringValue) + Parcel::GetInt64Len(); in CalculateIdentifyLen()
367 len += Parcel::GetInt64Len() + Parcel::GetStringLen(node.fieldValue[i].stringValue); in CalculateLen()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dparcel.h149 static uint32_t GetInt64Len();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.cpp102 return Parcel::GetInt64Len(); in CalDataValueLength()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.cpp130 len += Parcel::GetInt64Len(); // requestLocalOffset_ in CalculateLen()
131 len += Parcel::GetInt64Len(); // responseLocalOffset_ in CalculateLen()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparcel.cpp456 uint32_t Parcel::GetInt64Len() in GetInt64Len() function in DistributedDB::Parcel