Home
last modified time | relevance | path

Searched refs:ClientTransAuthOnDataReceived (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/auth/
H A Dtrans_sdk_auth_manager_test.cpp80 int32_t ret = ClientTransAuthOnDataReceived(channelId, NULL, len, type);
83 ret = ClientTransAuthOnDataReceived(channelId, NULL, len, type);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/auth/include/
H A Dclient_trans_auth_manager.h34 int32_t ClientTransAuthOnDataReceived(int32_t channelId, const void *data, uint32_t len, SessionPkt…
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/auth/src/
H A Dclient_trans_auth_manager.c73 int32_t ClientTransAuthOnDataReceived(int32_t channelId, const void *data, uint32_t len, SessionPkt… in ClientTransAuthOnDataReceived() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/
H A Dclient_trans_channel_callback.c155 return ClientTransAuthOnDataReceived(channelId, data, len, type); in TransOnChannelMsgReceived()