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:PinAuth
(Results
1 - 25
of
120
) sorted by relevance
1
2
3
4
5
/base/useriam/pin_auth/services/modules/common/inc/
H
A
D
pin_auth_hdi.h
31
namespace
PinAuth
{
namespace
32
using IPinAuthInterface = OHOS::HDI::
PinAuth
::V2_0::IPinAuthInterface;
33
using PinAuthInterfaceService = OHOS::HDI::
PinAuth
::V2_0::PinAuthInterfaceService;
35
using IAllInOneExecutor = OHOS::HDI::
PinAuth
::V2_0::IAllInOneExecutor;
36
using ICollector = OHOS::HDI::
PinAuth
::V2_0::ICollector;
37
using IVerifier = OHOS::HDI::
PinAuth
::V2_0::IVerifier;
39
using IExecutorCallback = OHOS::HDI::
PinAuth
::V2_0::IExecutorCallback;
41
using AuthType = OHOS::HDI::
PinAuth
::V2_0::AuthType;
42
using ExecutorRole = OHOS::HDI::
PinAuth
::V2_0::ExecutorRole;
43
using ExecutorSecureLevel = OHOS::HDI::
PinAuth
[all...]
/base/useriam/pin_auth/services/modules/driver/inc/
H
A
D
pin_auth_interface_adapter.h
23
namespace
PinAuth
{
namespace
24
using namespace OHOS::HDI::
PinAuth
::V2_0;
25
using IPinAuthInterface = OHOS::HDI::
PinAuth
::V2_0::IPinAuthInterface;
33
} // namespace
PinAuth
/base/useriam/pin_auth/test/fuzztest/mocks/inc/
H
A
D
mock_pin_auth_interface_adapter_fuzzer.h
24
namespace
PinAuth
{
namespace
26
using namespace OHOS::HDI::
PinAuth
::V2_0;
46
} // namespace
PinAuth
H
A
D
mock_icollector_executor_fuzzer.h
23
namespace
PinAuth
{
namespace
25
using namespace OHOS::HDI::
PinAuth
::V2_0;
73
} // namespace
PinAuth
H
A
D
mock_iverifier_executor_fuzzer.h
23
namespace
PinAuth
{
namespace
25
using namespace OHOS::HDI::
PinAuth
::V2_0;
72
} // namespace
PinAuth
/base/useriam/pin_auth/test/fuzztest/frameworks/ipc/inputergetdataproxy_fuzzer/
H
A
D
inputer_get_data_proxy_fuzzer.cpp
41
namespace
PinAuth
{
namespace
73
} // namespace
PinAuth
80
OHOS::UserIam::
PinAuth
::InputerGetDataProxyFuzzTest(data, size);
in LLVMFuzzerTestOneInput()
/base/useriam/pin_auth/test/fuzztest/frameworks/ipc/inputersetdatastub_fuzzer/
H
A
D
inputer_set_data_stub_fuzzer.cpp
39
namespace
PinAuth
{
namespace
45
const std::u16string INPUTER_SET_DATA_INTERFACE_TOKEN = u"ohos.
PinAuth
.InputerSetData";
76
} // namespace
PinAuth
83
OHOS::UserIam::
PinAuth
::InputerSetDataStubFuzzTest(data, size);
in LLVMFuzzerTestOneInput()
/base/useriam/pin_auth/test/fuzztest/frameworks/ipc/pinauthstub_fuzzer/
H
A
D
pin_auth_stub_fuzzer.cpp
38
namespace
PinAuth
{
namespace
42
const std::u16string PIN_AUTH_INTERFACE_TOKEN = u"ohos.
PinAuth
.PinAuthInterface";
70
} // namespace
PinAuth
77
OHOS::UserIam::
PinAuth
::PinAuthStubFuzzTest(data, size);
in LLVMFuzzerTestOneInput()
/base/useriam/pin_auth/test/fuzztest/services/modules/driver/pinauthdriverhdi_fuzzer/
H
A
D
pin_auth_driver_hdi_fuzzer.cpp
41
namespace
PinAuth
{
namespace
90
} // namespace
PinAuth
97
OHOS::UserIam::
PinAuth
::PinAuthDriverHdiFuzzTest(data, size);
in LLVMFuzzerTestOneInput()
/base/useriam/pin_auth/test/fuzztest/services/modules/inputters/inputerdata_fuzzer/
H
A
D
inputer_data_fuzzer.cpp
42
namespace
PinAuth
{
namespace
76
} // namespace
PinAuth
83
OHOS::UserIam::
PinAuth
::InputerDataFuzzTest(data, size);
in LLVMFuzzerTestOneInput()
/base/useriam/pin_auth/services/modules/driver/src/
H
A
D
pin_auth_interface_adapter.cpp
24
namespace
PinAuth
{
namespace
29
} // namespace
PinAuth
/base/useriam/pin_auth/frameworks/ipc/common_defines/
H
A
D
inputer_get_data_ipc_interface_code.h
22
namespace
PinAuth
{
namespace
26
} // namespace
PinAuth
H
A
D
inputer_set_data_ipc_interface_code.h
22
namespace
PinAuth
{
namespace
26
} // namespace
PinAuth
H
A
D
pin_auth_interface_ipc_interface_code.h
22
namespace
PinAuth
{
namespace
27
} // namespace
PinAuth
H
A
D
inputer_set_data.h
28
namespace
PinAuth
{
namespace
40
DECLARE_INTERFACE_DESCRIPTOR(u"ohos.
PinAuth
.InputerSetData");
42
} // namespace
PinAuth
H
A
D
pin_auth_interface.h
27
namespace
PinAuth
{
namespace
33
DECLARE_INTERFACE_DESCRIPTOR(u"ohos.
PinAuth
.PinAuthInterface");
35
} // namespace
PinAuth
/base/useriam/pin_auth/test/unittest/mocks/
H
A
D
mock_pin_auth_interface_adapter.h
25
namespace
PinAuth
{
namespace
33
} // namespace
PinAuth
/base/useriam/pin_auth/interfaces/inner_api/
H
A
D
i_inputer_data.h
33
namespace
PinAuth
{
namespace
51
* @param authSubType
PinAuth
sub type.
56
} // namespace
PinAuth
H
A
D
pinauth_register.h
31
namespace
PinAuth
{
namespace
59
} // namespace
PinAuth
H
A
D
i_inputer.h
31
namespace
PinAuth
{
namespace
38
* @param authSubType
PinAuth
sub type.
39
* @param challenge
PinAuth
challenge.
40
* @param inputerData
PinAuth
's inputer data.
45
} // namespace
PinAuth
/base/useriam/pin_auth/test/unittest/inc/
H
A
D
pin_auth_register_test.h
23
namespace
PinAuth
{
namespace
37
} // namespace
PinAuth
H
A
D
services_inputer_data_impl_test.h
23
namespace
PinAuth
{
namespace
34
} // namespace
PinAuth
H
A
D
inputer_set_data_proxy_test.h
23
namespace
PinAuth
{
namespace
34
} // namespace
PinAuth
H
A
D
services_pin_auth_manager_test.h
23
namespace
PinAuth
{
namespace
34
} // namespace
PinAuth
H
A
D
inputer_set_data_stub_test.h
23
namespace
PinAuth
{
namespace
34
} // namespace
PinAuth
Completed in 9 milliseconds
1
2
3
4
5