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:credentialInfos
(Results
1 - 5
of
5
) sorted by relevance
/base/useriam/user_auth_framework/services/context/src/
H
A
D
auth_widget_helper.cpp
63
auto
credentialInfos
= UserIdmDatabase::Instance().GetCredentialInfo(userId, authType);
in GetUserAuthProfile()
local
64
if (
credentialInfos
.empty() ||
credentialInfos
[0] == nullptr) {
in GetUserAuthProfile()
68
uint64_t executorIndex =
credentialInfos
[0]->GetExecutorIndex();
in GetUserAuthProfile()
76
templateIds.reserve(
credentialInfos
.size());
in GetUserAuthProfile()
77
for (auto &info :
credentialInfos
) {
in GetUserAuthProfile()
/base/useriam/user_auth_framework/services/ipc/src/
H
A
D
template_cache_manager.cpp
244
auto
credentialInfos
= UserIdmDatabase::Instance().GetCredentialInfo(currUserId, authType);
in UpdateTemplateCache()
local
245
if (
credentialInfos
.empty()) {
in UpdateTemplateCache()
262
currUserId, authType,
credentialInfos
.size());
in UpdateTemplateCache()
264
ResultCode result = ResourceNodeUtils::ClassifyCredInfoByExecutor(
credentialInfos
, id2Cred);
in UpdateTemplateCache()
H
A
D
user_auth_service.cpp
59
auto
credentialInfos
= UserIdmDatabase::Instance().GetCredentialInfo(userId, authType);
in GetTemplatesByAuthType()
local
60
if (
credentialInfos
.empty()) {
in GetTemplatesByAuthType()
65
templateIds.reserve(
credentialInfos
.size());
in GetTemplatesByAuthType()
66
for (auto &info :
credentialInfos
) {
in GetTemplatesByAuthType()
H
A
D
user_idm_service.cpp
481
auto
credentialInfos
= UserIdmDatabase::Instance().GetCredentialInfo(userId, oldInfo->GetAuthType());
in DelCredential()
local
483
credentialInfos
.size());
in DelCredential()
/base/useriam/user_auth_framework/services/core/src/
H
A
D
enrollment_impl.cpp
265
auto
credentialInfos
= UserIdmDatabase::Instance().GetCredentialInfo(enrollPara_.userId, enrollPara_.authType);
in PublishCredentialUpdateEvent()
local
268
static_cast<int32_t>(enrollPara_.authType),
credentialInfos
.size());
in PublishCredentialUpdateEvent()
Completed in 5 milliseconds