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:allInOneProxy
(Results
1 - 3
of
3
) sorted by relevance
/base/useriam/pin_auth/test/unittest/src/
H
A
D
services_inputer_data_impl_test.cpp
61
auto
allInOneProxy
= new (std::nothrow) MockIAllInOneExecutor();
in HWTEST_F()
local
62
ASSERT_TRUE(
allInOneProxy
!= nullptr);
in HWTEST_F()
64
std::shared_ptr<PinAuthAllInOneHdi> allInOnePtr = std::make_shared<PinAuthAllInOneHdi>(
allInOneProxy
);
in HWTEST_F()
/base/useriam/pin_auth/services/modules/executors/inc/
H
A
D
pin_auth_all_in_one_hdi.h
36
explicit PinAuthAllInOneHdi(const sptr<IAllInOneExecutor> &
allInOneProxy
);
/base/useriam/pin_auth/services/modules/executors/src/
H
A
D
pin_auth_all_in_one_hdi.cpp
33
PinAuthAllInOneHdi::PinAuthAllInOneHdi(const sptr<IAllInOneExecutor> &
allInOneProxy
)
in PinAuthAllInOneHdi()
argument
34
: allInOneProxy_(
allInOneProxy
)
in PinAuthAllInOneHdi()
41
IAM_LOGE("
allInOneProxy
is null");
in GetExecutorInfo()
65
IAM_LOGE("
allInOneProxy
is null");
in OnRegisterFinish()
82
IAM_LOGE("
allInOneProxy
is null");
in SendMessage()
98
IAM_LOGE("
allInOneProxy
is null");
in OnSetData()
114
IAM_LOGE("
allInOneProxy
is null");
in Enroll()
156
IAM_LOGE("
allInOneProxy
is null");
in Authenticate()
202
IAM_LOGE("
allInOneProxy
is null");
in Delete()
221
IAM_LOGE("
allInOneProxy
i
in Cancel()
[all...]
Completed in 1 milliseconds