Home
last modified time | relevance | path

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

/ohos5.0/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
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_listener_test.cpp119 int32_t chanId = CHANID; variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c154 static int32_t CreateSessionConnNode(ListenerModule module, int fd, int32_t chanId, const ConnectOp… in CreateSessionConnNode()
H A Dtrans_tcp_direct_sessionconn.c517 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 Dsoftbus_proxychannel_manager_test.cpp384 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 Dsoftbus_proxychannel_manager.c235 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 Dtrans_auth_manager.c757 int32_t TransAuthGetNameByChanId(int32_t chanId, char *pkgName, char *sessionName, uint16_t pkgLen,… in TransAuthGetNameByChanId()