Searched refs:TYPE_MESSAGE (Results 1 - 17 of 17) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/ |
H A D | Session.h | 29 TYPE_MESSAGE = 0x01, enumerator
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/auth/src/ |
H A D | client_trans_auth_manager.c | 41 int32_t ret = g_sessionCb.OnSessionOpened(sessionName, channel, TYPE_MESSAGE); in ClientTransAuthOnChannelOpened()
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | session.h | 58 TYPE_MESSAGE = 1, enumerator
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | session.h | 61 TYPE_MESSAGE = 1, /**< Message */ enumerator
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 105 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 D | trans_lane_common_test.cpp | 173 attr.dataType = TYPE_MESSAGE;
in HWTEST_F() 498 attr.dataType = TYPE_MESSAGE,
in HWTEST_F()
|
H A D | trans_lane_test.cpp | 41 {.dataType = TYPE_MESSAGE}, 576 .dataType = TYPE_MESSAGE, in HWTEST_F()
|
/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_audio_enum.h | 79 TYPE_MESSAGE = 10, enumerator
|
H A D | napi_audio_enum.cpp | 1113 case TYPE_MESSAGE: in IsLegalCapturerType()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/ |
H A D | trans_lane_manager_test.cpp | 32 {.dataType = TYPE_MESSAGE},
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/ |
H A D | trans_channel_manager_test.cpp | 51 {.dataType = TYPE_MESSAGE},
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/ |
H A D | proxy_session_file_test.cpp | 447 } else if (testDataType == TYPE_MESSAGE) { in TransTest()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/ |
H A D | auth_session_test2.cpp | 423 } else if (testDataType == TYPE_MESSAGE) { in TransTest()
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_socket_manager.c | 553 if (session->info.flag < TYPE_MESSAGE || session->info.flag >= TYPE_BUTT) { in CheckBindSocketInfo()
|
H A D | client_trans_session_service.c | 964 tmpAttr->dataType = TYPE_MESSAGE; in CreateSessionAttributeBySocketInfoTrans()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_manager.c | 340 ret = g_sessionCb.OnSessionOpened(sessionName, channel, TYPE_MESSAGE); in ClientTransProxyOnChannelOpened()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_file_manager_test.cpp | 79 .dataType = TYPE_MESSAGE,
|
Completed in 21 milliseconds