Home
last modified time | relevance | path

Searched refs:PerformVerifyCallback (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_request.h61 void PerformVerifyCallback(uint32_t requestId, int32_t result, AuthHandle authHandle, const NodeInfo *info);
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_request.c223 void PerformVerifyCallback(uint32_t requestId, int32_t result, AuthHandle authHandle, const NodeInfo *info) in PerformVerifyCallback() function
H A Dauth_manager.c844 PerformVerifyCallback(request.requestId, SOFTBUS_OK, authHandle, nodeInfo); in ReportAuthRequestPassed()
860 PerformVerifyCallback(request.requestId, reason, authHandle, NULL); in ReportAuthRequestFailed()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp1634 PerformVerifyCallback(requestId, SOFTBUS_INVALID_PARAM, authHandle, &nodeinfo); in HWTEST_F()
1636 PerformVerifyCallback(requestId, SOFTBUS_INVALID_PARAM, authHandle, &nodeinfo); in HWTEST_F()
1638 PerformVerifyCallback(requestId, SOFTBUS_INVALID_PARAM, authHandle, &nodeinfo); in HWTEST_F()

Completed in 8 milliseconds