Searched defs:OnSessionOpenFailed (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/ |
H A D | client_trans_session_callback.h | 30 int32_t (*OnSessionOpenFailed)(int32_t channelId, int32_t channelType, int32_t errCode); member
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/ |
H A D | client_trans_channel_manager_test.cpp | 53 int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() function
|
H A D | client_trans_channel_callback_test.cpp | 46 int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() function
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/ |
H A D | client_trans_udp_manager_test.cpp | 73 static int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() function
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
H A D | trans_sdk_tcp_direct_test.cpp | 105 static int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() function
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_manager_test.cpp | 131 int32_t OnSessionOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnSessionOpenFailed() function
|