Searched refs:ReportAuthRequestPassed (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_manager_test.cpp | 442 ReportAuthRequestPassed(REQUEST_ID_1, authHandle, &nodeInfo); 795 ReportAuthRequestPassed(REQUEST_ID_1, authHandle, &info); 796 ReportAuthRequestPassed(REQUEST_ID_1 + 1, authHandle, &info); 987 ReportAuthRequestPassed(request.requestId, authHandle, &nodeInfo);
|
H A D | auth_other_test.cpp | 902 ReportAuthRequestPassed(11, authHandle, &nodeInfo);
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_manager.c | 811 static void ReportAuthRequestPassed(uint32_t requestId, AuthHandle authHandle, const NodeInfo *node… in ReportAuthRequestPassed() function 916 ReportAuthRequestPassed(info->requestId, authHandle, NULL); in AuthNotifyAuthPassed() 927 ReportAuthRequestPassed(info->requestId, authHandle, &info->nodeInfo); in NotifyAuthResult()
|