Home
last modified time | relevance | path

Searched refs:SetPinSubType (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_client_test.cpp379 WidgetClient::Instance().SetPinSubType(PinSubType::PIN_NUMBER);
390 WidgetClient::Instance().SetPinSubType(PinSubType::PIN_NUMBER);
418 WidgetClient::Instance().SetPinSubType(PinSubType::PIN_SIX);
419 WidgetClient::Instance().SetPinSubType(PinSubType::PIN_NUMBER);
420 WidgetClient::Instance().SetPinSubType(PinSubType::PIN_MIXED);
421 WidgetClient::Instance().SetPinSubType(PinSubType::PIN_MAX);
422 WidgetClient::Instance().SetPinSubType((PinSubType)123);
H A Dschedule_node_test.cpp549 builder->SetPinSubType(PIN_SIX);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_enrollment.h31 MOCK_METHOD1(SetPinSubType, void(PinSubType pinSubType));
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Denrollment.h49 virtual void SetPinSubType(PinSubType pinSubType) = 0;
H A Dschedule_node.h87 virtual std::shared_ptr<Builder> SetPinSubType(PinSubType pinSubType) = 0;
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dwidget_client.h52 void SetPinSubType(const PinSubType &subType);
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Denrollment_impl.h37 void SetPinSubType(PinSubType pinSubType) override;
H A Dschedule_node_builder.h37 std::shared_ptr<Builder> SetPinSubType(PinSubType pinSubType) override;
H A Dschedule_node_helper.cpp89 ->SetPinSubType(para.pinSubType.value_or(PinSubType::PIN_MAX)) in ScheduleInfoToScheduleNode()
H A Dschedule_node_builder.cpp61 std::shared_ptr<Builder> ScheduleNodeBuilder::SetPinSubType(PinSubType pinSubType) in SetPinSubType() function in OHOS::UserIam::UserAuth::ScheduleNodeBuilder
H A Denrollment_impl.cpp75 void EnrollmentImpl::SetPinSubType(PinSubType pinSubType) in SetPinSubType() function in OHOS::UserIam::UserAuth::EnrollmentImpl
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_database.h63 ResultCode SetPinSubType(int32_t userId, uint64_t pinSubType);
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_factory.cpp68 enroll->SetPinSubType(para.pinType); in CreateEnrollContext()
H A Dauth_widget_helper.cpp45 WidgetClient::Instance().SetPinSubType(static_cast<PinSubType>(profile.pinSubType)); in InitWidgetContextParam()
H A Dwidget_client.cpp240 void WidgetClient::SetPinSubType(const PinSubType &subType) in SetPinSubType() function in OHOS::UserIam::UserAuth::WidgetClient
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dschedule_node_fuzzer.cpp45 g_Builder->SetPinSubType(static_cast<PinSubType>(parcel.ReadInt32())); in GetScheduleNode()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c285 ResultCode ret = SetPinSubType(userId, executorResultInfo->authSubType); in ProcessAddPinCredential()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c936 ResultCode SetPinSubType(int32_t userId, uint64_t pinSubType) in SetPinSubType() function
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp641 EXPECT_EQ(SetPinSubType(userId, pinSubType), RESULT_NOT_FOUND);