Searched refs:SetTraceAuthType (Results 1 – 6 of 6) sorted by relevance
38 void SetTraceAuthType(AuthType authType) override;
101 void ContextCallbackImpl::SetTraceAuthType(AuthType authType) in SetTraceAuthType() function in OHOS::UserIam::UserAuth::ContextCallbackImpl
72 virtual void SetTraceAuthType(AuthType authType) = 0;
43 MOCK_METHOD1(SetTraceAuthType, void(AuthType authType));
216 contextCallback->SetTraceAuthType(credPara.authType); in AddCredential()433 contextCallback->SetTraceAuthType(oldInfo->GetAuthType()); in DelCredential()
349 contextCallback->SetTraceAuthType(authType); in GetAuthContextCallback()