Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/context/src/
Dcontext_callback_impl.h38 void SetTraceAuthType(AuthType authType) override;
Dcontext_callback_impl.cpp101 void ContextCallbackImpl::SetTraceAuthType(AuthType authType) in SetTraceAuthType() function in OHOS::UserIam::UserAuth::ContextCallbackImpl
/base/useriam/user_auth_framework/services/context/inc/
Dcontext_callback.h72 virtual void SetTraceAuthType(AuthType authType) = 0;
/base/useriam/user_auth_framework/test/unittest/services/mocks/
Dmock_context.h43 MOCK_METHOD1(SetTraceAuthType, void(AuthType authType));
/base/useriam/user_auth_framework/services/ipc/src/
Duser_idm_service.cpp216 contextCallback->SetTraceAuthType(credPara.authType); in AddCredential()
433 contextCallback->SetTraceAuthType(oldInfo->GetAuthType()); in DelCredential()
Duser_auth_service.cpp349 contextCallback->SetTraceAuthType(authType); in GetAuthContextCallback()