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:GetSystemTime
(Results
1 - 17
of
17
) sorted by relevance
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H
A
D
user_auth_funcs_test.cpp
108
userAuthTokenCached.tokenDataPlain.time =
GetSystemTime
() + 600;
in HWTEST_F()
119
userAuthTokenCached.tokenDataPlain.time =
GetSystemTime
();
in HWTEST_F()
145
userAuthTokenCached.tokenDataPlain.time =
GetSystemTime
() + 300;
in HWTEST_F()
159
userAuthTokenCached.tokenDataPlain.time =
GetSystemTime
();
in HWTEST_F()
164
userAuthTokenCached.tokenDataPlain.time =
GetSystemTime
();
in HWTEST_F()
H
A
D
user_sign_centre_test.cpp
70
token.tokenDataPlain.time =
GetSystemTime
();
in HWTEST_F()
96
.time =
GetSystemTime
(),
in HWTEST_F()
150
userAuthToken.tokenDataPlain.time =
GetSystemTime
();
in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H
A
D
adaptor_time.h
25
uint64_t
GetSystemTime
(void);
/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
H
A
D
adaptor_time.h
25
uint64_t
GetSystemTime
(void);
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H
A
D
adaptor_time.c
35
uint64_t
GetSystemTime
(void)
in GetSystemTime()
function
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H
A
D
adaptor_time_test.cpp
46
* @tc.desc: verify GetRtcTime and
GetSystemTime
54
result =
GetSystemTime
();
in HWTEST_F()
/drivers/peripheral/user_auth/test/unittest/base_test/src/
H
A
D
adaptor_time_test.cpp
44
* @tc.desc: verify GetRtcTime and
GetSystemTime
52
result =
GetSystemTime
();
in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H
A
D
adaptor_time.c
36
uint64_t
GetSystemTime
(void)
in GetSystemTime()
function
/drivers/peripheral/user_auth/hdi_service/idm/src/
H
A
D
idm_session.c
114
g_session->time =
GetSystemTime
();
in OpenEditSession()
133
g_session->validAuthTokenTime =
GetSystemTime
();
in RefreshValidTokenTime()
226
uint64_t currentTime =
GetSystemTime
();
in CheckSessionTimeout()
H
A
D
user_idm_funcs.c
232
dataPlain->time =
GetSystemTime
();
in GetEnrollTokenDataPlain()
/drivers/peripheral/user_auth/test/unittest/idm_test/
H
A
D
user_idm_funcs_test.cpp
104
session.time =
GetSystemTime
();
in HWTEST_F()
138
session.time =
GetSystemTime
();
in HWTEST_F()
185
session.time =
GetSystemTime
();
in HWTEST_F()
275
session.time =
GetSystemTime
();
in HWTEST_F()
H
A
D
idm_session_test.cpp
67
EXPECT_LE(g_session->validAuthTokenTime,
GetSystemTime
());
in HWTEST_F()
157
session.time =
GetSystemTime
();
in HWTEST_F()
H
A
D
enroll_specification_check_test.cpp
77
token.tokenDataPlain.time =
GetSystemTime
();
in HWTEST_F()
113
token.tokenDataPlain.time =
GetSystemTime
();
in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H
A
D
auth_token_signer.c
37
dataPlain->time =
GetSystemTime
();
in GetAuthTokenDataPlain()
H
A
D
user_auth_funcs.c
327
uint64_t time =
GetSystemTime
();
in CheckReuseUnlockTokenValid()
/drivers/peripheral/user_auth/hdi_service/common/src/
H
A
D
user_sign_centre.c
38
uint64_t currentTime =
GetSystemTime
();
in IsTimeValid()
277
authToken->tokenDataPlain.time =
GetSystemTime
();
in UserAuthTokenSign()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H
A
D
executor_message.c
428
uint64_t time =
GetSystemTime
();
in SetExecutorMsgToAttribute()
Completed in 10 milliseconds