Home
last modified time | relevance | path

Searched refs:authWidgetType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dtrace.cpp134 if (metaData.authWidgetType.has_value()) { in ProcessUserAuthEvent()
135 info.authWidgetType = metaData.authWidgetType.value(); in ProcessUserAuthEvent()
H A Dcontext_callback_impl.cpp161 void ContextCallbackImpl::SetTraceAuthWidgetType(uint32_t authWidgetType) in SetTraceAuthWidgetType() argument
163 metaData_.authWidgetType = authWidgetType; in SetTraceAuthWidgetType()
H A Dcontext_callback_impl.h41 void SetTraceAuthWidgetType(uint32_t authWidgetType) override;
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h47 std::optional<uint32_t> authWidgetType; member
81 virtual void SetTraceAuthWidgetType(uint32_t authWidgetType) = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
H A Dcontext_callback_impl_fuzzer.cpp92 uint32_t authWidgetType = parcel.ReadUint32(); in FillSet() local
93 g_ContextCallback->SetTraceAuthWidgetType(authWidgetType); in FillSet()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/src/
H A Dhisysevent_adapter.cpp126 STR_AUTH_WIDGET_TYPE, info.authWidgetType, in ReportUserAuth()
135 … info.authType, info.atl, info.authResult, info.authtimeSpan, info.sdkVersion, info.authWidgetType, in ReportUserAuth()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
H A Dhisysevent_adapter.h31 uint32_t authWidgetType = 0; member
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp1156 uint32_t authWidgetType = 0; in GetAuthContextCallback() local
1158 authWidgetType |= static_cast<uint32_t>(authType); in GetAuthContextCallback()
1162 authWidgetType |= bitWindowMode; in GetAuthContextCallback()
1166 authWidgetType |= bitNavigation; in GetAuthContextCallback()
1168 IAM_LOGI("SetTraceAuthWidgetType %{public}08x", authWidgetType); in GetAuthContextCallback()
1169 contextCallback->SetTraceAuthWidgetType(authWidgetType); in GetAuthContextCallback()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_context.h48 MOCK_METHOD1(SetTraceAuthWidgetType, void(uint32_t authWidgetType));