/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_channel_manager_virtual.c | 20 int32_t TransGetUdpAppInfoByChannelId(int32_t channelId, AppInfo *appInfo) in TransGetUdpAppInfoByChannelId() argument
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/qos/src/ |
H A D | client_qos_manager.c | 19 int32_t ClientQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in ClientQosReport() argument
|
/foundation/communication/dsoftbus/adapter/common/net/hdi/common/ |
H A D | softbus_adapter_wlan_extend_virtual.c | 25 int32_t SoftBusRequestWlanChannelInfo(int32_t *channelId, uint32_t num) in SoftBusRequestWlanChannelInfo() argument
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_score.h | 36 int32_t channelId; member
|
H A D | lnn_lane_vap_info.h | 39 int32_t channelId; member
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clientqosmanager_fuzzer/ |
H A D | clientqosmanager_fuzzer.cpp | 29 int32_t channelId = *(reinterpret_cast<const int32_t*>(data)); in ClientQosReportTest() local
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessible_ability_client_proxy.cpp | 40 void AccessibleAbilityClientProxy::Init(const sptr<IAccessibleAbilityChannel>& channel, const int32_t channelId) in Init() argument 46 void AccessibleAbilityClientProxy::Disconnect(const int32_t channelId) in Disconnect() argument
|
/foundation/barrierfree/accessibility/frameworks/aafwk/include/ |
H A D | accessible_ability_channel_client.h | 31 explicit AccessibleAbilityChannelClient(const int32_t channelId, in AccessibleAbilityChannelClient() argument
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessible_ability_client_proxy.cpp | 40 void MockAccessibleAbilityClientProxy::Init(const sptr<IAccessibleAbilityChannel>& channel, const int32_t channelId) in Init() argument 46 void MockAccessibleAbilityClientProxy::Disconnect(const int32_t channelId) in Disconnect() argument
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_score_virtual.c | 39 int32_t LnnGetCurrChannelScore(int32_t channelId) in LnnGetCurrChannelScore() argument
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/ |
H A D | trans_lane_pending_ctl.h | 34 int32_t channelId; member
|
/foundation/communication/dsoftbus/tests/core/transmission/common/trans_pending_pkt_test/ |
H A D | trans_pending_pkt_test.cpp | 94 int32_t channelId = 222; in HWTEST_F() local 112 int32_t channelId = 222; in HWTEST_F() local 133 int32_t channelId = 1111; in HWTEST_F() local 156 int32_t channelId = 1111; HWTEST_F() local 178 int32_t channelId = 1; HWTEST_F() local 221 int32_t channelId = 1; HWTEST_F() local 242 int32_t channelId = 1; HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/ |
H A D | trans_auth_manager_test.cpp | 98 int32_t channelId = 0; in HWTEST_F() local
|
/foundation/communication/dsoftbus/tests/core/common/dfx/statistics/unittest/ |
H A D | trans_network_statistics_test.cpp | 65 int32_t channelId = -1; in HWTEST_F() local 78 int32_t channelId = 1; in HWTEST_F() local 92 int32_t channelId = 1; in HWTEST_F() local 107 int32_t channelId = 1; in HWTEST_F() local 121 int32_t channelId in HWTEST_F() local 135 int32_t channelId = 1; HWTEST_F() local 150 int32_t channelId = 1; HWTEST_F() local 212 int32_t channelId = -1; HWTEST_F() local 226 int32_t channelId = 1; HWTEST_F() local 268 int32_t channelId = 1; HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_mock_test/ |
H A D | trans_channel_manager_mock_test.cpp | 73 int32_t channelId = 1; in HWTEST_F() local 92 int32_t channelId = 1; in HWTEST_F() local 139 int32_t channelId = 1; in HWTEST_F() local 224 int32_t channelId = 1; in HWTEST_F() local
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxyfilemanager_fuzzer/ |
H A D | clienttransproxyfilemanager_fuzzer.cpp | 51 int32_t channelId = *(reinterpret_cast<const int32_t*>(data)); in ClientTransProxyFileManagerTest() local
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/auth/ |
H A D | trans_sdk_auth_manager_test.cpp | 77 int32_t channelId = 0; in HWTEST_F() local
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_direct_pipeline_virtual.c | 24 int32_t ConnBleDirectPipelineClose(int32_t channelId) in ConnBleDirectPipelineClose() argument 35 int32_t ConnBleDirectPipelineSendMessage(int32_t channelId, const uint8_t *data, uint32_t dataLen, in ConnBleDirectPipelineSendMessage() argument
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/qos/ |
H A D | softbus_qos_virtual.c | 26 void NotifyQosChannelClosed(int32_t channelId, int32_t channelType) in NotifyQosChannelClosed() argument 43 int32_t QosReportExecute(int channelId, int chanType, int appType, int quality) in QosReportExecute() argument
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_p2p_virtual.c | 27 int32_t OpenP2pDirectChannel(const AppInfo *appInfo, const ConnectOption *connInfo, int32_t *channelId) in OpenP2pDirectChannel() argument
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_file_manager_virtual.c | 30 int32_t ProcessFileFrameData(int32_t sessionId, int32_t channelId, const char *data, uint32_t len, int32_t type) in ProcessFileFrameData() argument 40 int32_t TransProxyChannelSendFile(int32_t channelId, const char *sFileList[], const char *dFileList[], uint32_t fileCnt) in TransProxyChannelSendFile() argument
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/channel/ |
H A D | proxy_negotiate_channel.h | 34 static void InjectReceiveData(int32_t channelId, std::string mockData) in InjectReceiveData() argument 53 explicit CoCProxyNegotiateChannel(int32_t channelId) in CoCProxyNegotiateChannel() argument
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/ |
H A D | client_trans_stream_virtual.c | 36 int32_t TransSendStream(int32_t channelId, const StreamData *data, in TransSendStream() argument 46 int32_t TransCloseStreamChannel(int32_t channelId) in TransCloseStreamChannel() argument 52 int32_t TransSetStreamMultiLayer(int32_t channelId, const void *optValue) in TransSetStreamMultiLayer() argument
|
/foundation/communication/dsoftbus/adapter/common/net/hdi/include/ |
H A D | softbus_adapter_wlan_extend.h | 25 int32_t channelId; member
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_accessible_ability_client_proxy.cpp | 38 void AccessibleAbilityClientProxy::Init(const sptr<IAccessibleAbilityChannel>& channel, const int32_t channelId) in Init() argument 45 void AccessibleAbilityClientProxy::Disconnect(const int32_t channelId) in Disconnect() argument
|