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 D | common_inner.h | 63 PACKET_SIZE, enumerator
|
H A D | vtp_stream_socket.h | 95 { PACKET_SIZE, FT_CONF_PACKET_SIZE }, { KEEP_ALIVE_TIMEOUT, FT_CONF_TIMER_KEEP_ALIVE },
|
H A D | vtp_stream_socket.cpp | 162 InsertElementToFuncMap(PACKET_SIZE, INT_TYPE, &VtpStreamSocket::SetVtpStackConfig, in VtpStreamSocket()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_net_ledger_mock.cpp | 30 static const int32_t PACKET_SIZE = (64 * 1024); variable 227 !AddNumberToJsonObject(obj, DATA_BUF_SIZE_TAG.c_str(), PACKET_SIZE) || in Pack()
|
H A D | auth_session_message_test.cpp | 349 JSON_AddInt32ToObject(obj1, DATA_BUF_SIZE_TAG, PACKET_SIZE); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 60 #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 12 milliseconds