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:AllInOneImpl
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/service/src/
H
A
D
all_in_one_impl.cpp
39
AllInOneImpl
::
AllInOneImpl
(std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi)
in AllInOneImpl()
function in OHOS::HDI::PinAuth::AllInOneImpl
46
AllInOneImpl
::~
AllInOneImpl
()
in ~AllInOneImpl()
51
int32_t
AllInOneImpl
::GetExecutorInfo(HdiExecutorInfo &info)
in GetExecutorInfo()
73
int32_t
AllInOneImpl
::OnRegisterFinish(const std::vector<uint64_t> &templateIdList,
in OnRegisterFinish()
91
int32_t
AllInOneImpl
::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t> &msg)
in SendMessage()
100
int32_t
AllInOneImpl
::EnrollInner(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo,
in EnrollInner()
127
int32_t
AllInOneImpl
::Enroll(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo,
in Enroll()
161
int32_t
AllInOneImpl
[all...]
H
A
D
pin_auth_interface_service.cpp
57
sptr<HdiIAllInOneExecutor> allInOneImpl(new (std::nothrow)
AllInOneImpl
(pinHdi));
in GetExecutorList()
/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
H
A
D
all_in_one_impl_test.cpp
57
AllInOneImpl
*impl = new (std::nothrow)
AllInOneImpl
(nullptr);
in HWTEST_F()
107
AllInOneImpl
*impl = new (std::nothrow)
AllInOneImpl
(pinHdi);
in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/service/inc/
H
A
D
all_in_one_impl.h
32
class
AllInOneImpl
: public HdiIAllInOneExecutor, public NoCopyable {
class
34
explicit
AllInOneImpl
(std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi);
35
~
AllInOneImpl
() override;
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthexecutorstub_fuzzer/
H
A
D
pin_auth_executor_stub_fuzzer.cpp
46
AllInOneImpl
*impl = new (std::nothrow)
AllInOneImpl
(pinHdi);
in PinAuthExecutorStubFuzzTest()
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H
A
D
pin_auth_hdi_fuzzer.cpp
77
AllInOneImpl
g_executorImpl(make_shared<OHOS::UserIam::PinAuth::PinAuth>());
Completed in 3 milliseconds