Home
last modified time | relevance | path

Searched refs:ConnectType (Results 1 - 25 of 36) sorted by relevance

12

/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h69 } ConnectType; typedef
123 ConnectType type;
196 ConnectType type;
212 ConnectType type;
229 ConnectType type;
237 ConnectType type;
300 * @param[in] type Connection type. For details, see {@link ConnectType}.
303 int32_t ConnTypeIsSupport(ConnectType type);
428 * @param[out] type Indicates a pointer to the link type. For details, see {@link ConnectType}.
431 int32_t ConnGetTypeByConnectionId(uint32_t connectionId, ConnectType *typ
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_interrupt_group_info.cpp28 std::string networkId, ConnectType type) : interruptGroupId_(interruptGroupId), mappingId_(mappingId), in InterruptGroupInfo()
56 interruptGroupInfo->connectType_ = static_cast<ConnectType>(in.ReadInt32()); in Unmarshalling()
H A Daudio_volume_group_info.cpp24 ConnectType type) : volumeGroupId_(volumeGroupId), mappingId_(mappingId), groupName_(groupName), in VolumeGroupInfo()
55 volumeGroupInfo->connectType_ = static_cast<ConnectType>(in.ReadInt32()); in Unmarshalling()
/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.c67 static int32_t ConnTypeCheck(ConnectType type) in ConnTypeCheck()
331 int32_t ConnTypeIsSupport(ConnectType type) in ConnTypeIsSupport()
369 int32_t ConnGetTypeByConnectionId(uint32_t connectionId, ConnectType *type) in ConnGetTypeByConnectionId()
373 ConnectType temp; in ConnGetTypeByConnectionId()
385 ConnectType type; in ConnPostBytes()
420 ConnectType type; in ConnDisconnectDevice()
449 ConnectType type; in ConnGetConnectionInfo()
610 ConnectType type; in ConnUpdateConnection()
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_conn_mock.h39 virtual int32_t ConnTypeIsSupport(ConnectType type) = 0;
65 MOCK_METHOD1(ConnTypeIsSupport, int32_t (ConnectType));
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_dev.h35 } ConnectType; typedef
/foundation/communication/dsoftbus/tests/core/connection/manager/
H A Dconnection_manager_test.cpp462 info.type = (ConnectType)(CONNECT_TYPE_MAX + 1); in HWTEST_F()
466 info.type = (ConnectType)(CONNECT_TCP -1); in HWTEST_F()
482 info.type = (ConnectType)(CONNECT_TYPE_MAX + 1); in HWTEST_F()
498 info.type = (ConnectType)(CONNECT_TYPE_MAX + 1); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_p2p_test.cpp304 ConnectType type = CONNECT_TCP; in HWTEST_F()
404 ConnectType type = CONNECT_TCP; in HWTEST_F()
458 ConnectType type = CONNECT_P2P; in HWTEST_F()
489 ConnectType type = CONNECT_P2P; in HWTEST_F()
571 ConnectType type = CONNECT_P2P; in HWTEST_F()
H A Dtrans_tcp_direct_p2p_mock_test.cpp398 ConnectType type = CONNECT_HML; in HWTEST_F()
739 ConnectType type = CONNECT_HML; in HWTEST_F()
805 ConnectType type = CONNECT_HML; in HWTEST_F()
836 ConnectType type = CONNECT_HML; in HWTEST_F()
921 ConnectType type = CONNECT_HML; in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_lane_manager.h87 int32_t TransGetConnectTypeByChannelId(int32_t channelId, ConnectType *connectType);
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/
H A Daudio_system_manager.h97 ConnectType connectType_ = CONNECT_TYPE_LOCAL;
100 ConnectType type);
114 ConnectType connectType_ = CONNECT_TYPE_LOCAL;
134 ConnectType type);
H A Daudio_group_manager.h89 ConnectType connectType_ = CONNECT_TYPE_LOCAL;
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_conn_mock.cpp61 int32_t ConnTypeIsSupport(ConnectType type) in ConnTypeIsSupport()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h126 ConnectType type;
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_wifi.c66 static ListenerModule GetMoudleType(ConnectType type, const char *peerIp) in GetMoudleType()
H A Dtrans_tcp_direct_manager.c304 ConnectType connType = connInfo->type; in TransOpenDirectChannel()
H A Dtrans_tcp_direct_p2p.c610 static int32_t OpenAuthConn(const char *uuid, uint32_t reqId, bool isMeta, ConnectType type) in OpenAuthConn()
989 int32_t newChannelId, ConnectType type) in OpenNewAuthConn()
1042 static int32_t StartVerifyP2pInfo(const AppInfo *appInfo, SessionConn *conn, ConnectType type) in StartVerifyP2pInfo()
1143 static int32_t StartTransP2pDirectListener(ConnectType type, SessionConn *conn, const AppInfo *appInfo) in StartTransP2pDirectListener()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp429 ConnectType ret = ConvertLaneLinkTypeToConnectType(LANE_BR); in HWTEST_F()
459 ConnectType type = CONNECT_TCP; in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_lane_manager.c796 static ConnectType ConvertLaneLinkTypeToConnectType(LaneLinkType laneLinkType) in ConvertLaneLinkTypeToConnectType()
824 int32_t TransGetConnectTypeByChannelId(int32_t channelId, ConnectType *connectType) in TransGetConnectTypeByChannelId()
847 ConnectType connType = ConvertLaneLinkTypeToConnectType(item->laneConnInfo.type); in TransGetConnectTypeByChannelId()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/listener/
H A Ddevice_status_listener.cpp85 statusInfo.connectType = ConnectType::CONNECT_TYPE_DISTRIBUTED; in ReceviceDistributedInfo()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h190 ConnectType connType;
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_info.h192 enum ConnectType { enum
970 ConnectType connectType = CONNECT_TYPE_LOCAL;
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp1039 ConnectType connectType = OHOS::AudioStandard::CONNECT_TYPE_LOCAL; in HWTEST()
1053 ConnectType connectType = AudioStandard::CONNECT_TYPE_DISTRIBUTED; in HWTEST()
1067 ConnectType connectType = static_cast<ConnectType>(-1); in HWTEST()
/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp94 connInfo->type = static_cast<ConnectType>(*(reinterpret_cast<const int32_t *>(data))); in FillConnectOption()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp41 static ConnectType ConvertConnectType(ConnectionAddrType type) in ConvertConnectType()

Completed in 24 milliseconds

12