Home
last modified time | relevance | path

Searched refs:TransProxyManagerInit (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/transproxyonmessagereceived_fuzzer/
H A Dtransproxyonmessagereceived_fuzzer.cpp26 (void)TransProxyManagerInit(TransServerGetChannelCb()); in TransProxyOnMessageReceivedTestEvent()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h37 int32_t TransProxyManagerInit(const IServerChannelCallBack *cb);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_transceiver_test.cpp64 ASSERT_EQ(SOFTBUS_OK, TransProxyManagerInit(&callBack)); in SetUpTestCase()
H A Dsoftbus_proxy_session_test.cpp109 ASSERT_NE(SOFTBUS_OK, TransProxyManagerInit(&callBack)); in SetUpTestCase()
H A Dtrans_proxy_session_test.cpp117 ASSERT_EQ(SOFTBUS_OK, TransProxyManagerInit(&callBack)); in SetUpTestCase()
H A Dsoftbus_trans_proxy_transceiver_test.cpp60 ASSERT_NE(SOFTBUS_OK, TransProxyManagerInit(&callBack)); in SetUpTestCase()
H A Dtrans_proxy_manager_test.cpp173 ASSERT_EQ(SOFTBUS_OK, TransProxyManagerInit(&callBack)); in SetUpTestCase()
H A Dtrans_proxy_message_test.cpp75 ASSERT_EQ(SOFTBUS_OK, TransProxyManagerInit(&callBack)); in SetUpTestCase()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp34 (void)TransProxyManagerInit(TransServerGetChannelCb()); in SoftBusProxyChannelManagerTestEnv()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c155 ret = TransProxyManagerInit(cb); in TransChannelInit()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c1824 int32_t TransProxyManagerInit(const IServerChannelCallBack *cb) in TransProxyManagerInit() function