Home
last modified time | relevance | path

Searched defs:MTU_SIZE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_proxy.h78 static const size_t MTU_SIZE = 921600; // 900k variable
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dprocess_communicator_impl.h63 …static constexpr uint32_t MTU_SIZE = 4096 * 1024; // the max transmission unit size(4M - 80… variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dprocess_communicator_impl.h81 static constexpr uint32_t MTU_SIZE = 4194304; // the max transmission unit size(4M - 80B) variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_message_open_channel.h32 #define MTU_SIZE "MTU_SIZE" macro
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.h125 static const int MTU_SIZE = 28311552; // 27MB variable
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dprocess_communicator_impl_test.cpp31 static constexpr uint32_t MTU_SIZE = 4096 * 1024; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_types.h40 const uint32_t MTU_SIZE = 5 * 1024 * 1024; // 5 M, 1024 is scale variable