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:dbVersion
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/database/src/
H
A
D
pin_db_ops_v1.c
41
pinDbV1->
dbVersion
= DB_VERSION_1;
in UpdatePinDbFrom0To1()
107
if (GetDataFromBuf(&temp, &tempLen, (uint8_t *)(&(pinDbV1->
dbVersion
)),
in UnpackPinDbV1()
108
sizeof(pinDbV1->
dbVersion
)) != RESULT_SUCCESS) {
in UnpackPinDbV1()
109
LOG_ERROR("read
dbVersion
fail.");
in UnpackPinDbV1()
112
if (pinDbV1->
dbVersion
!= DB_VERSION_1) {
in UnpackPinDbV1()
113
LOG_ERROR("read version %{public}u.", pinDbV1->
dbVersion
);
in UnpackPinDbV1()
147
pinDbV1->
dbVersion
= DB_VERSION_1;
in GetPinDbV1()
198
if (pinDb->
dbVersion
!= DB_VERSION_1) {
in IsPinDbValid()
199
LOG_ERROR("Db version is %{public}u.", pinDb->
dbVersion
);
in IsPinDbValid()
240
if (GetBufFromData((uint8_t *)(&(pinDbV1->
dbVersion
)), sizeo
in WritePinDbV1()
[all...]
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H
A
D
pin_db_ops_test.cpp
67
pinDbV1->
dbVersion
= 0;
in HWTEST_F()
79
pinDbV1->
dbVersion
= 1;
in HWTEST_F()
H
A
D
pin_db_ops_v1_test.cpp
112
pinDbV1->
dbVersion
= 0;
in HWTEST_F()
124
pinDbV1->
dbVersion
= 1;
in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/database/inc/
H
A
D
pin_db_ops_v1.h
42
uint32_t
dbVersion
;
member
Completed in 2 milliseconds