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:authResultParam
(Results
1 - 1
of
1
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/service/
H
A
D
user_auth_interface_service.cpp
1626
AuthResultParam *
authResultParam
= (AuthResultParam *)Malloc(sizeof(AuthResultParam));
in GetAuthResultFromMessage()
local
1627
if (
authResultParam
== NULL) {
in GetAuthResultFromMessage()
1628
IAM_LOGE("
authResultParam
is null");
in GetAuthResultFromMessage()
1635
if (memcpy_s(
authResultParam
->localUdid, sizeof(
authResultParam
->localUdid), g_localUdid.c_str(),
in GetAuthResultFromMessage()
1641
if (memcpy_s(
authResultParam
->remoteUdid, sizeof(
authResultParam
->remoteUdid), remoteUdid.c_str(),
in GetAuthResultFromMessage()
1647
ret = GenerateAuthResultFunc(messageBuffer,
authResultParam
);
in GetAuthResultFromMessage()
1652
if (!CopyHdiAuthResultInfo(
authResultParam
, &authResultInfo, message)) {
in GetAuthResultFromMessage()
1665
DestroyAuthResultParam(
authResultParam
);
in GetAuthResultFromMessage()
[all...]
Completed in 3 milliseconds