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:AuthProfile
(Results
1 - 7
of
7
) sorted by relevance
/base/useriam/user_auth_framework/services/context/inc/
H
A
D
auth_widget_helper.h
35
ContextFactory::
AuthProfile
&profile);
41
ContextFactory::
AuthProfile
&profile);
H
A
D
context_factory.h
38
struct
AuthProfile
{
struct in OHOS::UserIam::UserAuth::ContextFactory
54
std::map<AuthType,
AuthProfile
> authProfileMap {};
/base/useriam/user_auth_framework/test/unittest/services/src/
H
A
D
widget_json_test.cpp
70
ContextFactory::
AuthProfile
authProfile;
in CreatePara()
71
para.authProfileMap.insert(pair<AuthType, ContextFactory::
AuthProfile
>(ALL, authProfile));
in CreatePara()
72
para.authProfileMap.insert(pair<AuthType, ContextFactory::
AuthProfile
>(PIN, authProfile));
in CreatePara()
73
para.authProfileMap.insert(pair<AuthType, ContextFactory::
AuthProfile
>(FACE, authProfile));
in CreatePara()
75
ContextFactory::
AuthProfile
>(FINGERPRINT, authProfile));
in CreatePara()
H
A
D
widget_context_test.cpp
212
ContextFactory::
AuthProfile
contextPara;
in HWTEST_F()
225
ContextFactory::
AuthProfile
authProfile;
in HWTEST_F()
/base/useriam/user_auth_framework/services/context/src/
H
A
D
auth_widget_helper.cpp
37
ContextFactory::
AuthProfile
profile;
in InitWidgetContextParam()
60
ContextFactory::
AuthProfile
&profile)
in GetUserAuthProfile()
107
ContextFactory::
AuthProfile
&profile)
in ParseAttributes()
H
A
D
widget_context.cpp
450
ContextFactory::
AuthProfile
profile;
in ConnectExtension()
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H
A
D
remote_auth_context_fuzzer.cpp
218
ContextFactory::
AuthProfile
profile = {};
in FuzzGetUserAuthProfile()
Completed in 5 milliseconds