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:MS_OF_S
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H
A
D
adaptor_time.c
22
#define
MS_OF_S
1000
macro
33
return curTime.tv_sec *
MS_OF_S
+ curTime.tv_nsec / NS_OF_MS;
in GetRtcTime()
44
return curTime.tv_sec *
MS_OF_S
+ curTime.tv_nsec / NS_OF_MS;
in GetSystemTime()
55
return curTime.tv_sec *
MS_OF_S
+ curTime.tv_usec /
MS_OF_S
;
in GetReeTime()
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H
A
D
adaptor_time.c
21
#define
MS_OF_S
1000
macro
32
return curTime.tv_sec *
MS_OF_S
+ curTime.tv_nsec / NS_OF_MS;
in GetRtcTime()
43
return curTime.tv_sec *
MS_OF_S
+ curTime.tv_nsec / NS_OF_MS;
in GetSystemTime()
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H
A
D
pin_db_test.cpp
351
const uint32_t
MS_OF_S
= 1000uLL;
in HWTEST_F()
local
353
EXPECT_EQ(ONE_MIN_TIME *
MS_OF_S
, GetNextFailLockoutDuration(0));
in HWTEST_F()
357
EXPECT_EQ(TEN_MIN_TIME *
MS_OF_S
, GetNextFailLockoutDuration(FIRST_ANTI_BRUTE_COUNT));
in HWTEST_F()
361
EXPECT_EQ(THIRTY_MIN_TIME *
MS_OF_S
, GetNextFailLockoutDuration(SECOND_ANTI_BRUTE_COUNT));
in HWTEST_F()
365
EXPECT_EQ(ONE_HOUR_TIME *
MS_OF_S
, GetNextFailLockoutDuration(THIRD_ANTI_BRUTE_COUNT));
in HWTEST_F()
370
EXPECT_EQ(FAIL_LOCKOUT_DURATION01 *
MS_OF_S
, GetNextFailLockoutDuration(AUTH_ERROR_COUNT01));
in HWTEST_F()
371
EXPECT_EQ(FAIL_LOCKOUT_DURATION01 *
MS_OF_S
, GetNextFailLockoutDuration(ATTI_BRUTE_FIRST_STAGE));
in HWTEST_F()
375
EXPECT_EQ(ONE_DAY_TIME *
MS_OF_S
, GetNextFailLockoutDuration(ATTI_BRUTE_SECOND_STAGE - 1));
in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H
A
D
pin_db.c
47
#define
MS_OF_S
1000uLL
macro
770
return ONE_MIN_TIME *
MS_OF_S
;
in GetWaitTime()
773
return TEN_MIN_TIME *
MS_OF_S
;
in GetWaitTime()
776
return THIRTY_MIN_TIME *
MS_OF_S
;
in GetWaitTime()
779
return ONE_HOUR_TIME *
MS_OF_S
;
in GetWaitTime()
784
return ONE_DAY_TIME *
MS_OF_S
;
in GetWaitTime()
786
return ExponentialFuncTime(authErrorCount) *
MS_OF_S
;
in GetWaitTime()
792
return ONE_MIN_TIME *
MS_OF_S
;
in GetNextFailLockoutDuration()
795
return TEN_MIN_TIME *
MS_OF_S
;
in GetNextFailLockoutDuration()
798
return THIRTY_MIN_TIME *
MS_OF_S
;
in GetNextFailLockoutDuration()
[all...]
Completed in 3 milliseconds