Searched refs:AuthNotifyDeviceVerifyPassed (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_device.h | 52 void AuthNotifyDeviceVerifyPassed(AuthHandle authHandle, const NodeInfo *nodeInfo);
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_other_test.cpp | 262 AuthNotifyDeviceVerifyPassed(errHandle, &nodeInfo); in HWTEST_F() 264 AuthNotifyDeviceVerifyPassed(authHandle, &nodeInfo); in HWTEST_F() 266 AuthNotifyDeviceVerifyPassed(authHandle, &nodeInfo); in HWTEST_F()
|
H A D | auth_manager_test.cpp | 393 AuthNotifyDeviceVerifyPassed(authHandle, &nodeInfo); in HWTEST_F() 395 AuthNotifyDeviceVerifyPassed(authHandle, &nodeInfo); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_device.c | 350 void AuthNotifyDeviceVerifyPassed(AuthHandle authHandle, const NodeInfo *nodeInfo) in AuthNotifyDeviceVerifyPassed() function
|
H A D | auth_manager.c | 818 AuthNotifyDeviceVerifyPassed(authHandle, nodeInfo); in ReportAuthRequestPassed() 823 AuthNotifyDeviceVerifyPassed(authHandle, nodeInfo); in ReportAuthRequestPassed() 927 AuthNotifyDeviceVerifyPassed(authHandle, &info->nodeInfo); in NotifyAuthResult()
|
Completed in 8 milliseconds