Home
last modified time | relevance | path

Searched refs:TYPE_BYTES (Results 1 - 25 of 40) sorted by relevance

12

/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsoftbus_session.h28 TYPE_BYTES,
52 DataType type_{TYPE_BYTES};
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H A DSession.h30 TYPE_BYTES = 0x02, enumerator
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_connection.cpp398 // sessionType = TYPE_BYTES; // 规避软总线stream session通道bug,视频流使用bytes类型session进行传输 in StashConnectionInfo()
412 CLOGD("GetSessionType TYPE_BYTES, ModuleType = %{public}d.", moduleType); in GetSessionType()
413 return TYPE_BYTES; in GetSessionType()
422 CLOGD("GetSessionType TYPE_BYTES, ModuleType = %{public}d.", moduleType); in GetSessionType()
423 return TYPE_BYTES; in GetSessionType()
426 return TYPE_BYTES; in GetSessionType()
508 if (softbus_.GetSessionType() == TYPE_BYTES) { in Send()
H A Dsoftbus_wrapper.h67 int sessionType_{ TYPE_BYTES };
H A Dsoftbus_wrapper.cpp36 attribute_.dataType = TYPE_BYTES; in SoftBusWrapper()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_connection.cpp395 // sessionType = TYPE_BYTES; // 规避软总线stream session通道bug,视频流使用bytes类型session进行传输 in StashConnectionInfo()
409 CLOGD("GetSessionType TYPE_BYTES, ModuleType = %{public}d.", moduleType); in GetSessionType()
410 return TYPE_BYTES; in GetSessionType()
419 CLOGD("GetSessionType TYPE_BYTES, ModuleType = %{public}d.", moduleType); in GetSessionType()
420 return TYPE_BYTES; in GetSessionType()
423 return TYPE_BYTES; in GetSessionType()
505 if (softbus_.GetSessionType() == TYPE_BYTES) { in Send()
H A Dsoftbus_wrapper.h67 int sessionType_{ TYPE_BYTES };
H A Dsoftbus_wrapper.cpp36 attribute_.dataType = TYPE_BYTES; in SoftBusWrapper()
/foundation/communication/ipc/ipc/native/c/rpc/trans_adapter/src/
H A Drpc_softbus_trans.c28 static SessionAttribute g_sessionAttr = {.dataType = TYPE_BYTES};
/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/
H A Dsendbytes_message_demo.c38 .dataType = TYPE_BYTES, // Session type
H A Dgetsessioninfo_demo.c44 .dataType = TYPE_BYTES, // Session type
H A Dsendstream_demo.c38 .dataType = TYPE_BYTES, // Session type
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranssessionservice_fuzzer/
H A Dclienttranssessionservice_fuzzer.cpp73 .dataType = TYPE_BYTES, in OpenSessionSyncTest()
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_impl.h33 static constexpr int TYPE_BYTES = 2; member in Communication::SoftBus::SessionImpl
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_callback_test.cpp63 .dataType = TYPE_BYTES,
200 session->info.flag = TYPE_BYTES; in TestGenerateSession()
356 ret = TransOnSessionOpened(g_sessionName, channel, TYPE_BYTES); in HWTEST_F()
359 ret = TransOnSessionOpened(g_sessionName, channel, TYPE_BYTES); in HWTEST_F()
361 ret = TransOnSessionOpenFailed(TRANS_TEST_CHANNEL_ID, TYPE_BYTES, SOFTBUS_NO_INIT); in HWTEST_F()
624 ret = TransOnSessionOpenFailed(TRANS_TEST_CHANNEL_ID, TYPE_BYTES, SOFTBUS_NO_INIT); in HWTEST_F()
H A Dclient_trans_session_service_test.cpp63 .dataType = TYPE_BYTES,
153 session->info.flag = TYPE_BYTES; in TestGenerateSession()
232 session->info.flag = TYPE_BYTES; in GenerateSession()
H A Dclient_trans_message_service_test.cpp66 .dataType = TYPE_BYTES,
171 session->info.flag = TYPE_BYTES; in TestGenerateSession()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_callback.c42 return g_sessionCb.OnSessionOpened(sessionName, channel, TYPE_BYTES); in ClientTransTdcOnSessionOpened()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/monitor_permission_test/
H A Dcheckpermission_test.cpp34 .dataType = TYPE_BYTES,
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h59 TYPE_BYTES, enumerator
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsession.h62 TYPE_BYTES, /**< Bytes */ enumerator
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsession_manager.cpp80 auto sendSession = CreateSession(SoftbusSession::DataType::TYPE_BYTES, peerNetworkId); in SendData()
/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_session.c212 .dataType = TYPE_BYTES in SendDmsMessage()
/foundation/communication/dsoftbus/tests/core/transmission/session/
H A Dtrans_session_service_test.cpp40 .dataType = TYPE_BYTES,
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/auth/
H A Dauth_session_test.c243 g_sessionAttr.dataType = TYPE_BYTES; in DiscoveryTestEntry()

Completed in 14 milliseconds

12