/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | widget_client_test.cpp | 379 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 D | schedule_node_test.cpp | 549 builder->SetPinSubType(PIN_SIX);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_enrollment.h | 31 MOCK_METHOD1(SetPinSubType, void(PinSubType pinSubType));
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | enrollment.h | 49 virtual void SetPinSubType(PinSubType pinSubType) = 0;
|
H A D | schedule_node.h | 87 virtual std::shared_ptr<Builder> SetPinSubType(PinSubType pinSubType) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | widget_client.h | 52 void SetPinSubType(const PinSubType &subType);
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | enrollment_impl.h | 37 void SetPinSubType(PinSubType pinSubType) override;
|
H A D | schedule_node_builder.h | 37 std::shared_ptr<Builder> SetPinSubType(PinSubType pinSubType) override;
|
H A D | schedule_node_helper.cpp | 89 ->SetPinSubType(para.pinSubType.value_or(PinSubType::PIN_MAX)) in ScheduleInfoToScheduleNode()
|
H A D | schedule_node_builder.cpp | 61 std::shared_ptr<Builder> ScheduleNodeBuilder::SetPinSubType(PinSubType pinSubType) in SetPinSubType() function in OHOS::UserIam::UserAuth::ScheduleNodeBuilder
|
H A D | enrollment_impl.cpp | 75 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 D | idm_database.h | 63 ResultCode SetPinSubType(int32_t userId, uint64_t pinSubType);
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | context_factory.cpp | 68 enroll->SetPinSubType(para.pinType); in CreateEnrollContext()
|
H A D | auth_widget_helper.cpp | 45 WidgetClient::Instance().SetPinSubType(static_cast<PinSubType>(profile.pinSubType)); in InitWidgetContextParam()
|
H A D | widget_client.cpp | 240 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 D | schedule_node_fuzzer.cpp | 45 g_Builder->SetPinSubType(static_cast<PinSubType>(parcel.ReadInt32())); in GetScheduleNode()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/ |
H A D | user_idm_funcs.c | 285 ResultCode ret = SetPinSubType(userId, executorResultInfo->authSubType); in ProcessAddPinCredential()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/ |
H A D | idm_database.c | 936 ResultCode SetPinSubType(int32_t userId, uint64_t pinSubType) in SetPinSubType() function
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/ |
H A D | idm_database_test.cpp | 641 EXPECT_EQ(SetPinSubType(userId, pinSubType), RESULT_NOT_FOUND);
|