Home
last modified time | relevance | path

Searched refs:g_devAuthCb (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_hichain_mock.cpp85 g_devAuthCb.onTransmit = gaCallback->onTransmit; in ActionOfProcessData()
86 g_devAuthCb.onSessionKeyReturned = gaCallback->onSessionKeyReturned; in ActionOfProcessData()
87 g_devAuthCb.onFinish = gaCallback->onFinish; in ActionOfProcessData()
88 g_devAuthCb.onError = gaCallback->onError; in ActionOfProcessData()
89 g_devAuthCb.onRequest = gaCallback->onRequest; in ActionOfProcessData()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_mock.cpp299 LnnHichainInterfaceMock::g_devAuthCb.onTransmit(SEQ_SERVER, DEVICE_INFO, TEST_DATA_LEN);
308 …LnnHichainInterfaceMock::g_devAuthCb.onSessionKeyReturned(SEQ_SERVER, g_sessionKey, SESSION_KEY_LE…
311 LnnHichainInterfaceMock::g_devAuthCb.onFinish(SEQ_SERVER, OPER_CODE, g_retData);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_hichain_mock.h67 static inline DeviceAuthCallback g_devAuthCb; variable