/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/ |
H A D | client_trans_channel_callback.c | 65 int32_t TransOnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in TransOnChannelOpenFailed() 98 static int32_t NofifyChannelClosed(int32_t channelId, int32_t channelType, ShutdownReason reason) in NofifyChannelClosed() 115 static int32_t NofifyCloseAckReceived(int32_t channelId, int32_t channelType) in NofifyCloseAckReceived() 129 int32_t TransOnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType, ShutdownR… in TransOnChannelClosed() 144 int32_t TransOnChannelMsgReceived(int32_t channelId, int32_t channelType, in TransOnChannelMsgReceived() 165 int32_t TransOnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, in TransOnChannelQosEvent() 183 …sSetChannelInfo(const char* sessionName, int32_t sessionId, int32_t channleId, int32_t channelType) in TransSetChannelInfo() 188 int32_t TransOnChannelBind(int32_t channelId, int32_t channelType) in TransOnChannelBind() 208 int32_t TransOnChannelOnQos(int32_t channelId, int32_t channelType, QoSEvent event, const QosTV *qo… in TransOnChannelOnQos()
|
H A D | client_trans_channel_manager.c | 87 int32_t ClientTransChannelSendBytes(int32_t channelId, int32_t channelType, const void *data, uint3… in ClientTransChannelSendBytes() 112 int32_t ClientTransChannelSendMessage(int32_t channelId, int32_t channelType, const void *data, uin… in ClientTransChannelSendMessage() 137 int32_t ClientTransChannelSendStream(int32_t channelId, int32_t channelType, const StreamData *data, in ClientTransChannelSendStream() 157 int32_t ClientTransChannelSendFile(int32_t channelId, int32_t channelType, const char *sFileList[], in ClientTransChannelSendFile()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/ |
H A D | channel_manager.c | 60 int32_t OpenChannel(ChannelType channelType, const CJson *jsonParams, int64_t requestId, int64_t *r… in OpenChannel() 87 void CloseChannel(ChannelType channelType, int64_t channelId) in CloseChannel() 94 int32_t HcSendMsg(ChannelType channelType, int64_t requestId, int64_t channelId, in HcSendMsg() 109 void NotifyBindResult(ChannelType channelType, int64_t channelId) in NotifyBindResult()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | trans_client_stub.c | 79 int32_t channelType = 0; in ClientOnChannelOpenfailed() local 95 int32_t channelType = 0; in ClientOnChannelClosed() local 111 int32_t channelType = 0; in ClientOnChannelMsgreceived() local 134 int32_t channelType = 0; in ClientSetChannelInfo() local 150 int32_t channelType = 0; in ClientOnChannelBind() local
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/ |
H A D | trans_server_proxy.c | 63 int32_t ServerIpcNotifyAuthSuccess(int32_t channelId, int32_t channelType) in ServerIpcNotifyAuthSuccess() 68 int32_t ServerIpcCloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) in ServerIpcCloseChannel() 73 int32_t ServerIpcCloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, in ServerIpcCloseChannelWithStatistics() 89 int32_t ServerIpcSendMessage(int32_t channelId, int32_t channelType, const void *data, uint32_t len… in ServerIpcSendMessage() 117 int32_t ServerIpcStreamStats(int32_t channelId, int32_t channelType, const StreamSendStats *data) in ServerIpcStreamStats() 125 int32_t ServerIpcRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) in ServerIpcRippleStats()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/ |
H A D | client_trans_channel_callback_test.cpp | 41 int32_t OnSessionClosed(int32_t channelId, int32_t channelType, ShutdownReason reason) in OnSessionClosed() 46 int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() 51 static int32_t OnDataReceived(int32_t channelId, int32_t channelType, in OnDataReceived() 57 static int32_t OnStreamReceived(int32_t channelId, int32_t channelType, const StreamData *data, in OnStreamReceived() 63 static int32_t OnQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, in OnQosEvent() 69 static int32_t OnChannelBind(int32_t channelId, int32_t channelType) in OnChannelBind()
|
H A D | client_trans_channel_manager_test.cpp | 48 int32_t OnSessionClosed(int32_t channelId, int32_t channelType, ShutdownReason reason) in OnSessionClosed() 53 int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() 58 static int32_t OnDataReceived(int32_t channelId, int32_t channelType, in OnDataReceived() 64 static int32_t OnStreamReceived(int32_t channelId, int32_t channelType, const StreamData *data, in OnStreamReceived() 70 static int32_t OnQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, in OnQosEvent()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 27 int32_t ISoftBusClient::OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnChannelOpenFailed() 39 int32_t ISoftBusClient::OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *da… in OnChannelMsgReceived() 46 int32_t ISoftBusClient::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) in OnChannelClosed() 52 int32_t ISoftBusClient::OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, … in OnChannelQosEvent() 60 int32_t channelId, int32_t channelType) in SetChannelInfo() 169 int32_t ISoftBusClient::OnChannelBind(int32_t channelId, int32_t channelType) in OnChannelBind() 176 int32_t channelId, int32_t channelType, QoSEvent event, const QosTV *qos, uint32_t count) in OnClientChannelOnQos()
|
H A D | softbus_server_proxy_standard.cpp | 109 int32_t SoftBusServerProxyFrame::NotifyAuthSuccess(int32_t channelId, int32_t channelType) in NotifyAuthSuccess() 122 …tBusServerProxyFrame::CloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) in CloseChannel() 130 int32_t SoftBusServerProxyFrame::CloseChannelWithStatistics(int32_t channelId, int32_t channelType,… in CloseChannelWithStatistics() 141 int32_t SoftBusServerProxyFrame::SendMessage(int32_t channelId, int32_t channelType, const void *da… in SendMessage() 250 int32_t SoftBusServerProxyFrame::StreamStats(int32_t channelId, int32_t channelType, const StreamSe… in StreamStats() 258 int32_t SoftBusServerProxyFrame::RippleStats(int32_t channelId, int32_t channelType, const TrafficS… in RippleStats()
|
H A D | softbus_client_stub.cpp | 151 int32_t SoftBusClientStub::OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventI… in OnChannelQosEvent() 158 const char *sessionName, int32_t sessionId, int32_t channelId, int32_t channelType) in SetChannelInfo() 233 int32_t channelType; in OnChannelOpenFailedInner() local 270 int32_t channelType; in OnChannelClosedInner() local 288 int32_t channelType; in OnChannelMsgReceivedInner() local 318 int32_t channelType; in OnChannelQosEventInner() local 348 int32_t channelType; in OnChannelOnQosInner() local 383 int32_t channelType; in SetChannelInfoInner() local 703 int32_t SoftBusClientStub::OnChannelBind(int32_t channelId, int32_t channelType) in OnChannelBind() 713 int32_t channelType; in OnChannelBindInner() local [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/ |
H A D | trans_ipc_test.cpp | 271 int32_t channelType = CHANNEL_TYPE_AUTH; variable 290 int32_t channelType = CHANNEL_TYPE_AUTH; variable 305 int32_t channelType = CHANNEL_TYPE_AUTH; variable 326 int32_t channelType = CHANNEL_TYPE_BUTT; variable 347 int32_t channelType = CHANNEL_TYPE_BUTT; variable 371 int32_t channelType = CHANNEL_TYPE_BUTT; variable 573 int32_t channelType = CHANNEL_TYPE_AUTH; variable 613 int32_t channelType = 0; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_manager_test.cpp | 74 int32_t TransOnSessionClosed(int32_t channelId, int32_t channelType, ShutdownReason reason) in TransOnSessionClosed() 79 int32_t TransOnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in TransOnSessionOpenFailed() 84 int32_t TransOnBytesReceived(int32_t channelId, int32_t channelType, in TransOnBytesReceived() 90 int32_t TransOnOnStreamRecevied(int32_t channelId, int32_t channelType, in TransOnOnStreamRecevied() 96 int32_t TransOnGetSessionId(int32_t channelId, int32_t channelType, int32_t *sessionId) in TransOnGetSessionId() 100 int32_t TransOnQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, in TransOnQosEvent() 123 int32_t OnSessionClosed(int32_t channelId, int32_t channelType, ShutdownReason reason) in OnSessionClosed() 131 int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() 139 int32_t OnBytesReceived(int32_t channelId, int32_t channelType, in OnBytesReceived()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/ |
H A D | trans_channel_manager_test.cpp | 234 int32_t channelType = 222; variable 274 int32_t channelType = CHANNEL_TYPE_UDP; variable 293 int32_t channelType = 222; variable 310 int32_t channelType = 222; variable 342 int32_t channelType = 222; variable 415 int32_t channelType = 222; variable 449 int32_t channelType = 222; variable 467 int32_t channelType = CHANNEL_TYPE_AUTH; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/ |
H A D | transserverproxyextern_fuzzer.cpp | 136 int32_t channelType = *(reinterpret_cast<const int32_t *>(data)); in ServerIpcNotifyAuthSuccessTest() local 145 int32_t channelType = *(reinterpret_cast<const int32_t *>(data)); in ServerIpcCloseChannelTest() local 157 int32_t channelType = *(reinterpret_cast<const int32_t *>(data)); in ServerIpcCloseChannelWithStatisticsTest() local 173 int32_t channelType = *(reinterpret_cast<const int32_t *>(data)); in ServerIpcSendMessageTest() local 182 int32_t channelType = *(reinterpret_cast<const int32_t *>(data)); in ServerIpcQosReportTest() local 192 int32_t channelType = *(reinterpret_cast<const int32_t *>(data)); in ServerIpcStreamStatsTest() local 202 int32_t channelType = *(reinterpret_cast<const int32_t *>(data)); in ServerIpcRippleStatsTest() local
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy.cpp | 178 int32_t ServerIpcNotifyAuthSuccess(int32_t channelId, int32_t channelType) in ServerIpcNotifyAuthSuccess() 187 int32_t ServerIpcCloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) in ServerIpcCloseChannel() 201 int32_t ServerIpcCloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, in ServerIpcCloseChannelWithStatistics() 233 int32_t ServerIpcSendMessage(int32_t channelId, int32_t channelType, const void *data, uint32_t len… in ServerIpcSendMessage() 250 int32_t ServerIpcStreamStats(int32_t channelId, int32_t channelType, const StreamSendStats *data) in ServerIpcStreamStats() 259 int32_t ServerIpcRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) in ServerIpcRippleStats()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_manager.c | 487 int32_t TransStreamStats(int32_t channelId, int32_t channelType, const StreamSendStats *data) in TransStreamStats() 545 int32_t TransRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) in TransRippleStats() 571 int32_t TransNotifyAuthSuccess(int32_t channelId, int32_t channelType) in TransNotifyAuthSuccess() 604 int32_t TransCloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) in TransCloseChannel() 613 int32_t TransCloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, in TransCloseChannelWithStatistics() 620 int32_t TransSendMsg(int32_t channelId, int32_t channelType, const void *data, uint32_t len, in TransSendMsg() 672 int32_t TransGetAndComparePid(pid_t pid, int32_t channelId, int32_t channelType) in TransGetAndComparePid() 714 int32_t TransGetAppInfoByChanId(int32_t channelId, int32_t channelType, AppInfo* appInfo) in TransGetAppInfoByChanId() 733 int32_t TransGetConnByChanId(int32_t channelId, int32_t channelType, int32_t* connId) in TransGetConnByChanId()
|
H A D | trans_channel_callback.c | 129 const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, int32_t messageType) in TransServerOnChannelClosed() 158 int32_t channelType, int32_t errCode) in TransServerOnChannelOpenFailed() 187 … TransServerOnMsgReceived(const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, in TransServerOnMsgReceived() 222 … TransServerOnChannelBind(const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType) in TransServerOnChannelBind()
|
H A D | trans_lane_manager.c | 40 int32_t channelType; member 236 int32_t TransLaneMgrDelLane(int32_t channelId, int32_t channelType, bool isAsync) in TransLaneMgrDelLane() 354 …32_t TransGetChannelInfoByLaneHandle(uint32_t laneHandle, int32_t *channelId, int32_t *channelType) in TransGetChannelInfoByLaneHandle() 397 …const char *sessionName, int32_t sessionId, int32_t channelId, int32_t channelType, CoreSessionSta… in TransAddSocketChannelInfo() 466 const char *sessionName, int32_t sessionId, int32_t channelId, int32_t channelType) in TransUpdateSocketChannelInfoBySession() 555 int32_t TransDeleteSocketChannelInfoByChannel(int32_t channelId, int32_t channelType) in TransDeleteSocketChannelInfoByChannel() 639 int32_t TransSetSocketChannelStateByChannel(int32_t channelId, int32_t channelType, CoreSessionStat… in TransSetSocketChannelStateByChannel() 730 int32_t TransGetSocketChannelStateByChannel(int32_t channelId, int32_t channelType, CoreSessionStat… in TransGetSocketChannelStateByChannel()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_callback.c | 81 static int32_t GetSessionCallbackByChannelId(int32_t channelId, int32_t channelType, in GetSessionCallbackByChannelId() 101 static int32_t GetSocketCallbackAdapterByChannelId(int32_t channelId, int32_t channelType, int32_t … in GetSocketCallbackAdapterByChannelId() 339 NO_SANITIZE("cfi") int32_t TransOnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t… in TransOnSessionOpenFailed() 384 NO_SANITIZE("cfi") int32_t TransOnSessionClosed(int32_t channelId, int32_t channelType, ShutdownRea… in TransOnSessionClosed() 434 NO_SANITIZE("cfi") int32_t TransOnDataReceived(int32_t channelId, int32_t channelType, in TransOnDataReceived() 485 NO_SANITIZE("cfi") int32_t TransOnOnStreamRecevied(int32_t channelId, int32_t channelType, in TransOnOnStreamRecevied() 516 NO_SANITIZE("cfi") int32_t TransOnQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, in TransOnQosEvent() 535 int32_t ClientTransOnChannelBind(int32_t channelId, int32_t channelType) in ClientTransOnChannelBind() 590 int32_t ClientTransOnQos(int32_t channelId, int32_t channelType, QoSEvent event, const QosTV *qos, … in ClientTransOnQos()
|
H A D | client_trans_message_service.c | 48 int CheckSendLen(int32_t channelId, int32_t channelType, unsigned int len, int32_t businessType) in CheckSendLen() 92 int32_t channelType = CHANNEL_TYPE_BUTT; in SendBytes() local 147 int32_t channelType = CHANNEL_TYPE_BUTT; in SendMessage() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_callback_test/ |
H A D | trans_channel_callback_test.cpp | 93 int32_t channelType = 21; variable 110 int32_t channelType = -1; variable 213 int32_t channelType = CHANNEL_TYPE_UDP; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/ |
H A D | trans_lane_manager_test.cpp | 185 int32_t channelType = 22; variable 252 int32_t channelType = 2112; variable 291 int32_t channelType = CHANNEL_TYPE_TCP_DIRECT; variable 409 int32_t channelType = 0; variable
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/small/ |
H A D | trans_server_proxy.c | 296 int32_t ServerIpcNotifyAuthSuccess(int32_t channelId, int32_t channelType) in ServerIpcNotifyAuthSuccess() 338 int32_t ServerIpcCloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) in ServerIpcCloseChannel() 363 int32_t ServerIpcCloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, in ServerIpcCloseChannelWithStatistics() 374 int32_t ServerIpcSendMessage(int32_t channelId, int32_t channelType, const void *data, uint32_t len… in ServerIpcSendMessage() 432 int32_t ServerIpcStreamStats(int32_t channelId, int32_t channelType, const StreamSendStats *data) in ServerIpcStreamStats() 440 int32_t ServerIpcRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) in ServerIpcRippleStats()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/ |
H A D | trans_network_statistics.c | 30 int32_t channelType; member 52 void AddChannelStatisticsInfo(int32_t channelId, int32_t channelType) in AddChannelStatisticsInfo() 141 static bool IsChannelDfxInfoValid(int32_t channelId, int32_t channelType) in IsChannelDfxInfoValid() 168 static void RemoveChannelDfxInfo(int32_t channelId, int32_t channelType) in RemoveChannelDfxInfo() 218 void UpdateNetworkResourceByLaneId(int32_t channelId, int32_t channelType, uint64_t laneId, in UpdateNetworkResourceByLaneId()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_listener_test.cpp | 61 int32_t TestOnDataReceived(const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, in TestOnDataReceived() 84 int32_t channelId, int32_t channelType, int32_t messageType) in TestOnChannelClosed() 96 int32_t channelType, int32_t errCode) in TestOnChannelOpenFailed() 125 …int32_t TestOnChannelBind(const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType) in TestOnChannelBind()
|