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:ContextType
(Results
1 - 22
of
22
) sorted by relevance
/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H
A
D
pac_sign_ctx.h
30
enum
ContextType
{
enum
49
uint64_t PaddingContext(
ContextType
type, int index = 0);
/base/useriam/user_auth_framework/services/context/src/
H
A
D
schedule_holder_context.cpp
48
ContextType
ScheduleHolderContext::GetContextType() const
in GetContextType()
50
return
ContextType
::SCHEDULE_HOLDER_CONTEXT;
in GetContextType()
H
A
D
context_pool_impl.cpp
57
std::vector<std::weak_ptr<Context>> Select(
ContextType
contextType) const override;
136
std::vector<std::weak_ptr<Context>> ContextPoolImpl::Select(
ContextType
contextType) const
in Select()
H
A
D
identify_context.cpp
33
ContextType
IdentifyContext::GetContextType() const
in GetContextType()
H
A
D
enroll_context.cpp
37
ContextType
EnrollContext::GetContextType() const
in GetContextType()
H
A
D
remote_auth_invoker_context.cpp
118
ContextType
RemoteAuthInvokerContext::GetContextType() const
in GetContextType()
120
return
ContextType
::REMOTE_AUTH_INVOKER_CONTEXT;
in GetContextType()
H
A
D
simple_auth_context.cpp
96
ContextType
SimpleAuthContext::GetContextType() const
in GetContextType()
H
A
D
remote_auth_context.cpp
111
ContextType
RemoteAuthContext::GetContextType() const
in GetContextType()
H
A
D
widget_context.cpp
101
ContextType
WidgetContext::GetContextType() const
in GetContextType()
/base/useriam/user_auth_framework/services/context/inc/
H
A
D
context.h
39
enum
ContextType
{
enum
56
virtual
ContextType
GetContextType() const = 0;
H
A
D
schedule_holder_context.h
40
ContextType
GetContextType() const override;
H
A
D
identify_context.h
33
ContextType
GetContextType() const override;
H
A
D
context_pool.h
39
virtual std::vector<std::weak_ptr<Context>> Select(
ContextType
contextType) const = 0;
H
A
D
simple_auth_context.h
38
ContextType
GetContextType() const override;
H
A
D
remote_auth_context.h
42
ContextType
GetContextType() const override;
H
A
D
enroll_context.h
32
ContextType
GetContextType() const override;
H
A
D
remote_auth_invoker_context.h
47
ContextType
GetContextType() const override;
H
A
D
widget_context.h
60
ContextType
GetContextType() const override;
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextpoolimpl_fuzzer/
H
A
D
context_pool_impl_fuzzer.cpp
66
ContextPool::Instance().Select(static_cast<
ContextType
>(parcel.ReadUint32()));
in FillTest()
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H
A
D
dummy_context_pool.h
66
std::vector<std::weak_ptr<Context>> Select(
ContextType
contextType) const
in Select()
/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/
H
A
D
pac_sign_ctx.cpp
84
uint64_t PACSignCtx::PaddingContext(
ContextType
type, int index)
in PaddingContext()
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H
A
D
mock_context.h
70
MOCK_CONST_METHOD0(GetContextType,
ContextType
());
Completed in 9 milliseconds