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:Common
(Results
1 - 25
of
30
) sorted by relevance
1
2
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H
A
D
user_auth_interface_service_test.cpp
153
auto service = UserIam::
Common
::MakeShared<UserAuthInterfaceService>();
in HWTEST_F()
165
auto service = UserIam::
Common
::MakeShared<UserAuthInterfaceService>();
in HWTEST_F()
184
auto service = UserIam::
Common
::MakeShared<UserAuthInterfaceService>();
in HWTEST_F()
196
auto service = UserIam::
Common
::MakeShared<UserAuthInterfaceService>();
in HWTEST_F()
219
auto service = UserIam::
Common
::MakeShared<UserAuthInterfaceService>();
in HWTEST_F()
248
auto service = UserIam::
Common
::MakeShared<UserAuthInterfaceService>();
in HWTEST_F()
262
auto service = UserIam::
Common
::MakeShared<UserAuthInterfaceService>();
in HWTEST_F()
278
auto service = UserIam::
Common
::MakeShared<UserAuthInterfaceService>();
in HWTEST_F()
294
auto service = UserIam::
Common
::MakeShared<UserAuthInterfaceService>();
in HWTEST_F()
316
auto service = UserIam::
Common
in HWTEST_F()
[all...]
/drivers/peripheral/face_auth/common/utils/
H
A
D
iam_para2str.h
26
namespace
Common
{
namespace
36
#define GET_MASKED_STRING(val) OHOS::UserIam::
Common
::GetMaskedString(static_cast<uint16_t>(val))
43
} // namespace
Common
/drivers/peripheral/user_auth/common/utils/
H
A
D
iam_para2str.h
26
namespace
Common
{
namespace
36
#define GET_MASKED_STRING(val) OHOS::UserIam::
Common
::GetMaskedString(static_cast<uint16_t>(val))
43
} // namespace
Common
H
A
D
iam_ptr.h
25
namespace
Common
{
namespace
51
} // namespace
Common
/drivers/peripheral/user_auth/hdi_service/interface/
H
A
D
useriam_common.h
24
namespace
Common
{
namespace
28
} //
Common
/drivers/peripheral/face_auth/hdi_service/src/
H
A
D
face_auth_interface_service.cpp
63
UserIam::
Common
::GetPointerNullStateString(bufferProducer.GetRefPtr()).c_str());
in SetBufferProducer()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H
A
D
iam_fuzz_test.h
26
namespace
Common
{
namespace
33
} // namespace
Common
H
A
D
iam_fuzz_test.cpp
32
namespace
Common
{
namespace
110
} // namespace
Common
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H
A
D
iam_fuzz_test.h
26
namespace
Common
{
namespace
33
} // namespace
Common
H
A
D
iam_fuzz_test.cpp
32
namespace
Common
{
namespace
110
} // namespace
Common
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H
A
D
iam_fuzz_test.h
26
namespace
Common
{
namespace
33
} // namespace
Common
H
A
D
iam_fuzz_test.cpp
32
namespace
Common
{
namespace
109
} // namespace
Common
/drivers/peripheral/user_auth/hdi_service/hal_sdk/
H
A
D
useriam_common.cpp
30
namespace
Common
{
namespace
86
} //
Common
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H
A
D
iam_fuzz_test.h
26
namespace
Common
{
namespace
33
} // namespace
Common
H
A
D
iam_fuzz_test.cpp
32
namespace
Common
{
namespace
110
} // namespace
Common
/drivers/peripheral/face_auth/common/logs/
H
A
D
iam_logger.h
22
namespace
Common
{
namespace
54
} // namespace
Common
/drivers/peripheral/fingerprint_auth/common/logs/
H
A
D
iam_logger.h
21
namespace
Common
{
namespace
54
} // namespace
Common
/drivers/peripheral/pin_auth/common/logs/
H
A
D
iam_logger.h
21
namespace
Common
{
namespace
53
} // namespace
Common
/drivers/peripheral/pin_auth/common/utils/
H
A
D
iam_ptr.h
25
namespace
Common
{
namespace
51
} // namespace
Common
/drivers/peripheral/user_auth/common/logs/
H
A
D
iam_logger.h
22
namespace
Common
{
namespace
54
} // namespace
Common
/drivers/peripheral/pin_auth/hdi_service/service/src/
H
A
D
pin_auth_interface_service.cpp
52
OHOS::UserIam::
Common
::MakeShared<OHOS::UserIam::PinAuth::PinAuth>();
in GetExecutorList()
H
A
D
pin_auth_interface_driver.cpp
76
OHOS::UserIam::
Common
::MakeShared<OHOS::UserIam::PinAuth::PinAuth>();
in HdfPinAuthInterfaceDriverInit()
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthinterfacestub_fuzzer/
H
A
D
pin_auth_interface_stub_fuzzer.cpp
28
using namespace OHOS::UserIam::
Common
;
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthexecutorstub_fuzzer/
H
A
D
pin_auth_executor_stub_fuzzer.cpp
30
using namespace OHOS::UserIam::
Common
;
/drivers/peripheral/user_auth/hdi_service/service/
H
A
D
user_auth_interface_driver.cpp
108
OHOS::UserIam::
Common
::Init();
in HdfUserAuthInterfaceDriverBind()
Completed in 7 milliseconds
1
2