Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device.h52 void AuthNotifyDeviceVerifyPassed(AuthHandle authHandle, const NodeInfo *nodeInfo);
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp259 AuthNotifyDeviceVerifyPassed(errHandle, &nodeInfo);
261 AuthNotifyDeviceVerifyPassed(authHandle, &nodeInfo);
263 AuthNotifyDeviceVerifyPassed(authHandle, &nodeInfo);
H A Dauth_manager_test.cpp387 AuthNotifyDeviceVerifyPassed(authHandle, &nodeInfo);
389 AuthNotifyDeviceVerifyPassed(authHandle, &nodeInfo);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c350 void AuthNotifyDeviceVerifyPassed(AuthHandle authHandle, const NodeInfo *nodeInfo) in AuthNotifyDeviceVerifyPassed() function
H A Dauth_manager.c816 AuthNotifyDeviceVerifyPassed(authHandle, nodeInfo); in ReportAuthRequestPassed()
821 AuthNotifyDeviceVerifyPassed(authHandle, nodeInfo); in ReportAuthRequestPassed()
925 AuthNotifyDeviceVerifyPassed(authHandle, &info->nodeInfo); in NotifyAuthResult()