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:auth_
(Results
1 - 3
of
3
) sorted by relevance
/base/useriam/user_auth_framework/services/context/src/
H
A
D
simple_auth_context.cpp
85
auth_
(auth)
in SimpleAuthContext()
92
auth_
(auth)
in SimpleAuthContext()
103
IF_FALSE_LOGE_AND_RETURN_VAL(
auth_
!= nullptr, 0);
in GetTokenId()
104
return
auth_
->GetAccessTokenId();
in GetTokenId()
109
IF_FALSE_LOGE_AND_RETURN_VAL(
auth_
!= nullptr, INVALID_USER_ID);
in GetUserId()
110
return
auth_
->GetUserId();
in GetUserId()
116
IF_FALSE_LOGE_AND_RETURN_VAL(
auth_
!= nullptr, false);
in OnStart()
117
bool startRet =
auth_
->Start(scheduleList_, shared_from_this());
in OnStart()
120
SetLatestError(
auth_
->GetLatestError());
in OnStart()
159
IF_FALSE_LOGE_AND_RETURN_VAL(
auth_
!
in OnStop()
[all...]
H
A
D
remote_auth_context.cpp
175
IF_FALSE_LOGE_AND_RETURN_VAL(
auth_
!= nullptr, false);
in StartAuth()
176
auth_
->SetCollectorUdid(collectorUdid);
in StartAuth()
/base/useriam/user_auth_framework/services/context/inc/
H
A
D
simple_auth_context.h
47
std::shared_ptr<Authentication>
auth_
= nullptr;
member in OHOS::UserIam::UserAuth::SimpleAuthContext
Completed in 2 milliseconds