Home
last modified time | relevance | path

Searched refs:TYPE_MESSAGE (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H A DSession.h29 TYPE_MESSAGE = 0x01, enumerator
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/auth/src/
H A Dclient_trans_auth_manager.c41 int32_t ret = g_sessionCb.OnSessionOpened(sessionName, channel, TYPE_MESSAGE); in ClientTransAuthOnChannelOpened()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h58 TYPE_MESSAGE = 1, enumerator
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsession.h61 TYPE_MESSAGE = 1, /**< Message */ enumerator
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c105 case TYPE_MESSAGE: in TransGetLaneTransTypeBySession()
294 } else if (param->attr->dataType == TYPE_MESSAGE) { in TransCommonGetAppInfo()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp173 attr.dataType = TYPE_MESSAGE; in HWTEST_F()
498 attr.dataType = TYPE_MESSAGE, in HWTEST_F()
H A Dtrans_lane_test.cpp41 {.dataType = TYPE_MESSAGE},
576 .dataType = TYPE_MESSAGE, in HWTEST_F()
/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_audio_enum.h79 TYPE_MESSAGE = 10, enumerator
H A Dnapi_audio_enum.cpp1113 case TYPE_MESSAGE: in IsLegalCapturerType()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp32 {.dataType = TYPE_MESSAGE},
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp51 {.dataType = TYPE_MESSAGE},
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/
H A Dproxy_session_file_test.cpp447 } else if (testDataType == TYPE_MESSAGE) { in TransTest()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/
H A Dauth_session_test2.cpp423 } else if (testDataType == TYPE_MESSAGE) { in TransTest()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_manager.c553 if (session->info.flag < TYPE_MESSAGE || session->info.flag >= TYPE_BUTT) { in CheckBindSocketInfo()
H A Dclient_trans_session_service.c964 tmpAttr->dataType = TYPE_MESSAGE; in CreateSessionAttributeBySocketInfoTrans()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c340 ret = g_sessionCb.OnSessionOpened(sessionName, channel, TYPE_MESSAGE); in ClientTransProxyOnChannelOpened()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp79 .dataType = TYPE_MESSAGE,

Completed in 21 milliseconds