/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | connection_br_test.cpp | 51 if (info->type == CONNECT_BR) { in ConnectedCB() 187 info.type = CONNECT_BR; 237 info.type = CONNECT_BR; 267 optionInfo.type = CONNECT_BR; 334 info.type = CONNECT_BR; 435 info.type = CONNECT_BR; 492 info.type = CONNECT_BR; 558 info.type = CONNECT_BR; 568 info.type = CONNECT_BR; 586 info.type = CONNECT_BR; [all …]
|
H A D | br_connection_test.cpp | 264 option->type = CONNECT_BR; 331 option->type = CONNECT_BR; 366 info->type = CONNECT_BR; 384 option->type = CONNECT_BR;
|
H A D | connection_br_connection_test.cpp | 1093 connection->connectionId = (CONNECT_BR << CONNECT_TYPE_SHIFT) + 6; 1150 option.type = CONNECT_BR; 1175 option.type = CONNECT_BR; 1200 option.type = CONNECT_BR;
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/ |
H A D | bus_center_decision_center.c | 141 case CONNECT_BR: in LnnDCReportConnectException() 158 case CONNECT_BR: in LnnDCClearConnectException() 189 option.type = CONNECT_BR; in LnnDCProcessOnlineState()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_trans_proxy_transceiver_test.cpp | 118 brInfo.type = CONNECT_BR; 134 connInfo.type = CONNECT_BR; 252 connInfo.type = CONNECT_BR; 512 connectOption.type = CONNECT_BR; 532 connInfo.type = CONNECT_BR; 577 connectOption1.type = CONNECT_BR; 586 connectOption2.type = CONNECT_BR;
|
H A D | trans_proxy_transceiver_test.cpp | 139 brInfo.type = CONNECT_BR; 166 connInfo.type = CONNECT_BR;
|
H A D | softbus_proxychannel_manager_test.cpp | 226 connInfo.type = CONNECT_BR; 1114 info.type = CONNECT_BR; 1166 channelInfo.type = CONNECT_BR;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/manager/ |
H A D | connection_manager_test.cpp | 215 ret = ConnTypeIsSupport(CONNECT_BR); 274 info.type = CONNECT_BR; 322 info.type = CONNECT_BR; 396 optionInfo.type = CONNECT_BR;
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_manager.c | 128 .linkType = CONNECT_BR, in DfxRecordBrConnectFail() 152 .linkType = CONNECT_BR, in DfxRecordBrConnectSuccess() 209 info->type = CONNECT_BR; in Convert2ConnectionInfo() 303 option.type = CONNECT_BR; in NotifyDeviceConnectResult() 391 .linkType = CONNECT_BR, in ConnectDeviceDirectly() 627 .linkType = CONNECT_BR, in ServerAccepted() 1349 uint32_t connectionId = (CONNECT_BR << CONNECT_TYPE_SHIFT) + (++nextId); in AllocateConnectionIdUnsafe() 1491 CONN_CHECK_AND_RETURN_RET_LOGW(option->type == CONNECT_BR, SOFTBUS_INVALID_PARAM, CONN_BR, in BrConnectDevice() 1529 .linkType = CONNECT_BR, in BrConnectDevice() 1601 CONN_CHECK_AND_RETURN_RET_LOGW(option->type == CONNECT_BR, false, CONN_BR, in BrCheckActiveConnection() [all …]
|
H A D | softbus_conn_br_connection.c | 155 .linkType = CONNECT_BR, in StartBrClientConnect() 423 .linkType = CONNECT_BR, in NotifyUpdateConnectionRc() 841 option.type = CONNECT_BR; in ReportConnectExceptionHandler()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/tcp/ |
H A D | tcp_manager_test.cpp | 191 option.type = CONNECT_BR; 239 info.type = CONNECT_BR; 615 info.type = CONNECT_BR; 643 info.type = CONNECT_BR; 672 info.type = CONNECT_BR; 700 info.type = CONNECT_BR; 728 info.type = CONNECT_BR; 1634 info.type = CONNECT_BR;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_test.cpp | 172 int ret = ConnTypeIsSupport(CONNECT_BR);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | lnn_connection_mock.cpp | 128 .type = CONNECT_BR, in ActionofOnConnectSuccessed()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_connection_addr_utils.c | 71 option->type = CONNECT_BR; in LnnConvertAddrToOption() 116 if (option->type == CONNECT_BR) { in LnnConvertOptionToAddr()
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server.cpp | 45 return CONNECT_BR; in ConvertConnectType() 142 case CONNECT_BR: in OpenAuthSession()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_common.c | 323 option->type = CONNECT_BR; in ConvertToConnectOption() 385 case CONNECT_BR: in ConvertToAuthConnInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 61 CONNECT_BR, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/ |
H A D | softbus_conn_manager.c | 355 if (info->type == CONNECT_BR) { in ConnConnectDevice() 538 g_connManager[CONNECT_BR] = connectObj; in ConnServerInit()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/statistics/src/ |
H A D | client_trans_statistics.c | 60 if (channel->connectType != CONNECT_BR && channel->connectType != CONNECT_BLE && in AddSocketResource()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_manager.c | 434 } else if (connOpt->type == CONNECT_BR || connOpt->type == CONNECT_BLE) { in TransOpenAuthChannel() 766 } else if (connInfo->type == CONNECT_BR || connInfo->type == CONNECT_BLE) { in CheckAuthChannelIsExit()
|
H A D | trans_auth_negotiation.c | 309 case CONNECT_BR: in ConvertConnInfoToAuthConnInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_control.c | 62 } else if (type == CONNECT_BR) { in ConvertConnectType2AuthLinkType()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/utils/ |
H A D | lnn_bus_center_utils_test.cpp | 164 option.type = CONNECT_BR;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_auth_negotiation_test/ |
H A D | trans_auth_negotiation_test.cpp | 383 connInfo.type = CONNECT_BR;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_common_test.cpp | 564 connOpt.type = CONNECT_BR; 751 .type = CONNECT_BR,
|