Searched defs:chanId (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_listener_test.cpp | 119 int32_t chanId = CHANID; in HWTEST_F() local
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_listener.c | 152 static int32_t CreateSessionConnNode(ListenerModule module, int fd, int32_t chanId, const ConnectOption *clientAddr) in CreateSessionConnNode() argument
|
H A D | trans_tcp_direct_sessionconn.c | 513 void SetSessionKeyByChanId(int32_t chanId, const char *sessionKey, int32_t keyLen) in SetSessionKeyByChanId() argument
|
/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/ |
H A D | softbusproxychannelmanager_fuzzer.cpp | 147 int32_t chanId = *(reinterpret_cast<const int32_t *>(data)); in TransProxyDelChanByChanIdTest() local 154 int32_t chanId = *(reinterpret_cast<const int32_t *>(data)); in TransProxyGetChanByChanIdTest() local 241 int32_t chanId = *(reinterpret_cast<const int32_t *>(data)); in TransProxyGetNameByChanIdTest() local 267 int32_t chanId = *(reinterpret_cast<const int32_t *>(data)); in TransProxyGetAppInfoByChanIdTest() local
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_manager_test.cpp | 486 int32_t chanId = TEST_MESSAGE_CHANNEL_VALID_ID; in HWTEST_F() local 1895 int32_t chanId = 1; HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 753 int32_t TransAuthGetNameByChanId(int32_t chanId, char *pkgName, char *sessionName, uint16_t pkgLen, uint16_t sessionLen) in TransAuthGetNameByChanId() argument
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 235 int32_t TransProxyGetChanByChanId(int32_t chanId, ProxyChannelInfo *chan) in TransProxyGetChanByChanId() argument 1856 int32_t TransProxyGetNameByChanId(int32_t chanId, char *pkgName, char *sessionName, in TransProxyGetNameByChanId() argument 1964 TransProxyGetAppInfoByChanId(int32_t chanId, AppInfo *appInfo) TransProxyGetAppInfoByChanId() argument [all...] |
Completed in 10 milliseconds