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:hc_user_info
(Results
1 - 5
of
5
) sorted by relevance
/base/security/device_auth/interfaces/inner_api/deviceauth_lite/
H
A
D
hichain.h
206
struct
hc_user_info
{
struct
337
* para
hc_user_info
: user to be deleted
340
DLL_API_PUBLIC int32_t delete_local_auth_info(hc_handle handle, struct
hc_user_info
*user_info);
373
int32_t delete_local_auth_info(hc_handle handle, struct
hc_user_info
*user_info);
379
* para
hc_user_info
: user to be judged
382
DLL_API_PUBLIC int32_t is_trust_peer(hc_handle handle, struct
hc_user_info
*user_info);
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/dellocalauthinfo_fuzzer/
H
A
D
dellocalauthinfo_fuzzer.cpp
78
hc_user_info
userInfo = {authId, 1};
in DelLocalaAuthInfoFuzz()
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/istrustpeer_fuzzer/
H
A
D
istrustpeer_fuzzer.cpp
72
struct
hc_user_info
user_info;
in IsTrustPeerFuzz()
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H
A
D
deviceauth_test.cpp
1353
struct
hc_user_info
car_user_info = {
in HWTEST_F()
1397
struct
hc_user_info
userInfo = {
in HWTEST_F()
1425
struct
hc_user_info
userInfo = {
in HWTEST_F()
1440
static struct
hc_user_info
carUserInfo = {
1514
struct
hc_user_info
userInfo = {
in HWTEST_F()
1539
struct
hc_user_info
userInfo = {
in HWTEST_F()
1564
struct
hc_user_info
userInfo = {
in HWTEST_F()
1592
struct
hc_user_info
userInfo = {
in HWTEST_F()
1620
struct
hc_user_info
userInfo = {
in HWTEST_F()
1650
struct
hc_user_info
userInf
in HWTEST_F()
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/source/
H
A
D
hichain.c
63
static int32_t check_auth_info(const struct
hc_user_info
*user_info);
285
DLL_API_PUBLIC int32_t delete_local_auth_info(hc_handle handle, struct
hc_user_info
*user_info)
in delete_local_auth_info()
340
DLL_API_PUBLIC int32_t is_trust_peer(hc_handle handle, struct
hc_user_info
*user_info)
in is_trust_peer()
838
static int32_t check_auth_info(const struct
hc_user_info
*user_info)
in check_auth_info()
Completed in 7 milliseconds