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:CredPlugin
(Results
1 - 9
of
9
) sorted by relevance
/base/security/device_auth/services/cred_manager/src/
H
A
D
cred_manager.c
24
DECLARE_HC_VECTOR(CredPluginVec,
CredPlugin
*);
25
IMPLEMENT_HC_VECTOR(CredPluginVec,
CredPlugin
*, 2)
32
CredPlugin
**pluginPtr;
in ProcCred()
45
CredPlugin
*plugin = GetAccountRelatedCredPlugin();
in InitCredMgr()
61
CredPlugin
**pluginPtr;
in DestroyCredMgr()
68
int32_t AddCredPlugin(const
CredPlugin
*plugin)
in AddCredPlugin()
82
CredPlugin
**pluginPtr;
in AddCredPlugin()
106
CredPlugin
**pluginPtr;
in DelCredPlugin()
/base/security/device_auth/services/frameworks/src/plugin_adapter/
H
A
D
static_plugin_adapter.c
34
DEV_AUTH_WEAK const
CredPlugin
*GetExtendCredPlugin(void)
in GetExtendCredPlugin()
46
const
CredPlugin
*credPlugin = GetExtendCredPlugin();
in LoadExtendPlugin()
68
const
CredPlugin
*credPlugin = GetExtendCredPlugin();
in UnloadExtendPlugin()
H
A
D
dynamic_plugin_adapter.c
29
typedef const
CredPlugin
*(*GetCredPluginFunc)(void);
66
static const
CredPlugin
*GetCredPluginFromLib(void *handle)
in GetCredPluginFromLib()
89
const
CredPlugin
*credPlugin = GetCredPluginFromLib(handle);
in LoadDynamicPlugin()
119
const
CredPlugin
*credPlugin = GetCredPluginFromLib(handle);
in UnloadDynamicPlugin()
/base/security/device_auth/services/cred_manager/src/account_related_mock/
H
A
D
account_related_cred_plugin_mock.c
18
CredPlugin
*GetAccountRelatedCredPlugin(void)
in GetAccountRelatedCredPlugin()
/base/security/device_auth/services/cred_manager/inc/account_related/
H
A
D
account_related_cred_plugin.h
26
CredPlugin
*GetAccountRelatedCredPlugin(void);
/base/security/device_auth/services/cred_manager/inc/
H
A
D
cred_plugin_def.h
26
}
CredPlugin
;
typedef
H
A
D
cred_manager.h
28
int32_t AddCredPlugin(const
CredPlugin
*plugin);
/base/security/device_auth/services/cred_manager/src/account_related/
H
A
D
account_related_cred_plugin.c
119
static
CredPlugin
g_instance = {
126
CredPlugin
*GetAccountRelatedCredPlugin(void)
in GetAccountRelatedCredPlugin()
/base/security/device_auth/test/unittest/deviceauth/source/
H
A
D
deviceauth_interface_test.cpp
421
CredPlugin
plugin = { 0 };
in HWTEST_F()
Completed in 4 milliseconds