Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c367 if (g_verifyListener.onDeviceVerifyPass == NULL) { in AuthNotifyDeviceVerifyPassed()
368 AUTH_LOGW(AUTH_FSM, "onDeviceVerifyPass not set"); in AuthNotifyDeviceVerifyPassed()
371 g_verifyListener.onDeviceVerifyPass(authHandle, nodeInfo); in AuthNotifyDeviceVerifyPassed()
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h104 void (*onDeviceVerifyPass)(AuthHandle authHandle, const NodeInfo *info); member
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_mock.cpp115 .onDeviceVerifyPass = &AuthNetLedgertInterfaceMock::OnDeviceVerifyPass,
H A Dauth_other_test.cpp263 g_verifyListener.onDeviceVerifyPass = nullptr; in HWTEST_F()
265 g_verifyListener.onDeviceVerifyPass = OnDeviceVerifyPassTest, in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_init.c679 .onDeviceVerifyPass = OnDeviceVerifyPass,

Completed in 7 milliseconds