Home
last modified time | relevance | path

Searched refs:TransAuthInit (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_channel_test.cpp140 ret = TransAuthInit(callback); in InitAndCreateSessionServer()
179 ret = TransAuthInit(callback);
206 (void)TransAuthInit(&cb);
229 (void)TransAuthInit(&cb);
258 (void)TransAuthInit(&cb);
284 (void)TransAuthInit(&cb);
416 ret = TransAuthInit(callback);
451 ret = TransAuthInit(callback);
482 ret = TransAuthInit(callback);
632 ret = TransAuthInit(callback);
[all …]
H A Dtrans_auth_manager_test.cpp117 int32_t ret = TransAuthInit(cb);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/
H A Dtrans_auth_manager.h43 int32_t TransAuthInit(IServerChannelCallBack *cb);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c152 ret = TransAuthInit(cb); in TransChannelInit()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c779 int32_t TransAuthInit(IServerChannelCallBack *cb) in TransAuthInit() function