Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h104 void (*onDeviceVerifyPass)(AuthHandle authHandle, const NodeInfo *info); member
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c367 if (g_verifyListener.onDeviceVerifyPass == NULL) { in AuthNotifyDeviceVerifyPassed()
371 g_verifyListener.onDeviceVerifyPass(authHandle, nodeInfo); in AuthNotifyDeviceVerifyPassed()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_mock.cpp115 .onDeviceVerifyPass = &AuthNetLedgertInterfaceMock::OnDeviceVerifyPass,
H A Dauth_other_test.cpp260 g_verifyListener.onDeviceVerifyPass = nullptr;
262 g_verifyListener.onDeviceVerifyPass = OnDeviceVerifyPassTest,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_init.c650 .onDeviceVerifyPass = OnDeviceVerifyPass,