Home
last modified time | relevance | path

Searched refs:PACKET_SIZE (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dcommon_inner.h63 PACKET_SIZE, enumerator
H A Dvtp_stream_socket.h95 { PACKET_SIZE, FT_CONF_PACKET_SIZE }, { KEEP_ALIVE_TIMEOUT, FT_CONF_TIMER_KEEP_ALIVE },
H A Dvtp_stream_socket.cpp162 InsertElementToFuncMap(PACKET_SIZE, INT_TYPE, &VtpStreamSocket::SetVtpStackConfig, in VtpStreamSocket()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.cpp30 static const int32_t PACKET_SIZE = (64 * 1024); variable
227 !AddNumberToJsonObject(obj, DATA_BUF_SIZE_TAG.c_str(), PACKET_SIZE) || in Pack()
H A Dauth_session_message_test.cpp349 JSON_AddInt32ToObject(obj1, DATA_BUF_SIZE_TAG, PACKET_SIZE); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c60 #define PACKET_SIZE (64 * 1024) macro
852 if (!JSON_AddStringToObject(obj, DATA_TAG, uuid) || !JSON_AddInt32ToObject(obj, DATA_BUF_SIZE_TAG, PACKET_SIZE) || in PackDeviceIdJson()
1017 OptInt(obj, DATA_BUF_SIZE_TAG, &maxBuffSize, PACKET_SIZE); in UnPackVersionByDeviceId()

Completed in 10 milliseconds