Home
last modified time | relevance | path

Searched refs:SetTraceAuthType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_callback_impl.h40 void SetTraceAuthType(int32_t authType) override;
H A Dcontext_callback_impl.cpp156 void ContextCallbackImpl::SetTraceAuthType(int32_t authType) in SetTraceAuthType() function in OHOS::UserIam::UserAuth::ContextCallbackImpl
H A Dwidget_context.cpp165 widgetCallback->SetTraceAuthType(authType); in GetAuthContextCallback()
256 callerCallback_->SetTraceAuthType(authTypeTmp); in AuthResult()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h80 virtual void SetTraceAuthType(int32_t authType) = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
H A Dcontext_callback_impl_fuzzer.cpp90 g_ContextCallback->SetTraceAuthType(authType); in FillSet()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp270 contextCallback->SetTraceAuthType(credPara.authType); in AddCredential()
508 contextCallback->SetTraceAuthType(oldInfo->GetAuthType()); in DelCredential()
582 contextCallback->SetTraceAuthType(static_cast<int32_t>(authTypeTrace)); in SetAuthTypeTrace()
H A Duser_auth_service.cpp438 contextCallback->SetTraceAuthType(authType); in GetAuthContextCallback()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_context.h47 MOCK_METHOD1(SetTraceAuthType, void(int32_t authType));