Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetPinSubType
(Results
1 - 15
of
15
) sorted by relevance
/base/useriam/user_auth_framework/test/unittest/services/src/
H
A
D
widget_client_test.cpp
379
WidgetClient::Instance().
SetPinSubType
(PinSubType::PIN_NUMBER);
in HWTEST_F()
390
WidgetClient::Instance().
SetPinSubType
(PinSubType::PIN_NUMBER);
in HWTEST_F()
418
WidgetClient::Instance().
SetPinSubType
(PinSubType::PIN_SIX);
in HWTEST_F()
419
WidgetClient::Instance().
SetPinSubType
(PinSubType::PIN_NUMBER);
in HWTEST_F()
420
WidgetClient::Instance().
SetPinSubType
(PinSubType::PIN_MIXED);
in HWTEST_F()
421
WidgetClient::Instance().
SetPinSubType
(PinSubType::PIN_MAX);
in HWTEST_F()
422
WidgetClient::Instance().
SetPinSubType
((PinSubType)123);
in HWTEST_F()
H
A
D
schedule_node_test.cpp
549
builder->
SetPinSubType
(PIN_SIX);
in HWTEST_F()
/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
86
virtual std::shared_ptr<Builder>
SetPinSubType
(PinSubType pinSubType) = 0;
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H
A
D
mock_enrollment.h
31
MOCK_METHOD1(
SetPinSubType
, void(PinSubType pinSubType));
/base/useriam/user_auth_framework/services/context/inc/
H
A
D
widget_client.h
52
void
SetPinSubType
(const PinSubType &subType);
/base/useriam/user_auth_framework/services/core/src/
H
A
D
enrollment_impl.h
36
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
/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()
/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
44
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
Completed in 10 milliseconds