Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp268 contextCallback->SetTraceCallerType(callerType); in AddCredential()
380 contextCallback->SetTraceCallerType(callerType); in EnforceDelUser()
434 contextCallback->SetTraceCallerType(callerType); in DelUser()
488 contextCallback->SetTraceCallerType(callerType); in DelCredential()
636 callbackForTrace->SetTraceCallerType(callerType); in ClearRedundancyCredentialInner()
H A Duser_auth_service.cpp485 contextCallback->SetTraceCallerType(callerType); in Auth()
601 contextCallback->SetTraceCallerType(callerType); in AuthUser()
1039 contextCallback->SetTraceCallerType(para.callerType); in GetCallerInfo()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_callback_impl.h47 void SetTraceCallerType(int32_t callerType) override;
H A Dcontext_callback_impl.cpp171 void ContextCallbackImpl::SetTraceCallerType(int32_t callerType) in SetTraceCallerType() function in OHOS::UserIam::UserAuth::ContextCallbackImpl
H A Dwidget_context.cpp162 widgetCallback->SetTraceCallerType(para_.callerType); in GetAuthContextCallback()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h86 virtual void SetTraceCallerType(int32_t callerType) = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
H A Dcontext_callback_impl_fuzzer.cpp110 g_ContextCallback->SetTraceCallerType(callerType); in FillSet()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_context.h56 MOCK_METHOD1(SetTraceCallerType, void(int32_t callerType));