Searched refs:PerformVerifyCallback (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_request.h | 61 void PerformVerifyCallback(uint32_t requestId, int32_t result, AuthHandle authHandle, const NodeInfo *info);
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_request.c | 223 void PerformVerifyCallback(uint32_t requestId, int32_t result, AuthHandle authHandle, const NodeInfo *info) in PerformVerifyCallback() function
|
H A D | auth_manager.c | 844 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 D | auth_test.cpp | 1634 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