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:udid
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/key_mgr/src/
H
A
D
udid_manager.c
26
bool SetLocalUdid(const char *
udid
)
in SetLocalUdid()
argument
28
IF_TRUE_LOGE_AND_RETURN_VAL(
udid
== NULL, false);
in SetLocalUdid()
29
if (strlen(
udid
) != UDID_LEN) {
in SetLocalUdid()
30
LOG_ERROR("
udid
size is invalid");
in SetLocalUdid()
33
if (memcpy_s(g_localUdidBuffer, UDID_LEN,
udid
, UDID_LEN) != EOK) {
in SetLocalUdid()
50
bool GetLocalUdid(Uint8Array *
udid
)
in GetLocalUdid()
argument
52
if (
udid
== NULL ||
udid
->data == NULL ||
udid
->len < UDID_LEN) {
in GetLocalUdid()
59
if (memcpy_s(
udid
in GetLocalUdid()
67
IsLocalUdid(Uint8Array
udid
)
IsLocalUdid()
argument
[all...]
H
A
D
hmac_key.c
35
uint8_t
udid
[UDID_LEN] = {};
in GenerateHmacKey()
local
36
Uint8Array localUdidArray = { .data =
udid
, .len = UDID_LEN };
in GenerateHmacKey()
/drivers/peripheral/user_auth/hdi_service/key_mgr/inc/
H
A
D
udid_manager.h
29
bool SetLocalUdid(const char*
udid
);
30
bool GetLocalUdid(Uint8Array *
udid
);
31
bool IsLocalUdid(Uint8Array
udid
);
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H
A
D
pool.c
143
const Uint8Array
udid
= { executorInfo->deviceUdid, UDID_LEN };
in QueryRepeatExecutor()
local
144
SetExecutorConditionDeviceUdid(&condition,
udid
);
in QueryRepeatExecutor()
420
LOG_ERROR("copy
udid
failed");
in SetExecutorConditionDeviceUdid()
Completed in 3 milliseconds