Searched refs:AuthNotifyDeviceVerifyPassed (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_device.h | 52 void AuthNotifyDeviceVerifyPassed(AuthHandle authHandle, const NodeInfo *nodeInfo);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_other_test.cpp | 259 AuthNotifyDeviceVerifyPassed(errHandle, &nodeInfo); 261 AuthNotifyDeviceVerifyPassed(authHandle, &nodeInfo); 263 AuthNotifyDeviceVerifyPassed(authHandle, &nodeInfo);
|
H A D | auth_manager_test.cpp | 387 AuthNotifyDeviceVerifyPassed(authHandle, &nodeInfo); 389 AuthNotifyDeviceVerifyPassed(authHandle, &nodeInfo);
|
/ohos5.0/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 | 816 AuthNotifyDeviceVerifyPassed(authHandle, nodeInfo); in ReportAuthRequestPassed() 821 AuthNotifyDeviceVerifyPassed(authHandle, nodeInfo); in ReportAuthRequestPassed() 925 AuthNotifyDeviceVerifyPassed(authHandle, &info->nodeInfo); in NotifyAuthResult()
|