Home
last modified time | relevance | path

Searched defs:chanId (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_listener_test.cpp119 int32_t chanId = CHANID; in HWTEST_F() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c152 static int32_t CreateSessionConnNode(ListenerModule module, int fd, int32_t chanId, const ConnectOption *clientAddr) in CreateSessionConnNode() argument
H A Dtrans_tcp_direct_sessionconn.c513 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 Dsoftbusproxychannelmanager_fuzzer.cpp147 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 Dsoftbus_proxychannel_manager_test.cpp486 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 Dtrans_auth_manager.c753 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 Dsoftbus_proxychannel_manager.c235 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