Searched defs:chanId (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/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
|
/ohos5.0/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; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_listener.c | 154 static int32_t CreateSessionConnNode(ListenerModule module, int fd, int32_t chanId, const ConnectOp… in CreateSessionConnNode()
|
H A D | trans_tcp_direct_sessionconn.c | 517 void SetSessionKeyByChanId(int32_t chanId, const char *sessionKey, int32_t keyLen) in SetSessionKeyByChanId()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_manager_test.cpp | 384 int32_t chanId = TEST_MESSAGE_CHANNEL_VALID_ID; variable 1188 int32_t chanId = 1; variable
|
/ohos5.0/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() 1853 int32_t TransProxyGetNameByChanId(int32_t chanId, char *pkgName, char *sessionName, in TransProxyGetNameByChanId() 1961 int32_t TransProxyGetAppInfoByChanId(int32_t chanId, AppInfo *appInfo) in TransProxyGetAppInfoByChanId()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 757 int32_t TransAuthGetNameByChanId(int32_t chanId, char *pkgName, char *sessionName, uint16_t pkgLen,… in TransAuthGetNameByChanId()
|