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:usec
(Results
1 - 7
of
7
) sorted by relevance
/base/update/updater/utils/
H
A
D
utils_common.cpp
60
void UsSleep(int
usec
)
in UsSleep()
argument
62
auto seconds =
usec
/ USECONDS_PER_SECONDS;
in UsSleep()
63
long nanoSeconds = static_cast<long>(
usec
) % USECONDS_PER_SECONDS * NANOSECS_PER_USECONDS;
in UsSleep()
/base/powermgr/battery_manager/charger/src/
H
A
D
charger_graphic_engine.cpp
83
void ChargerGraphicEngine::UsSleep(int
usec
)
in UsSleep()
argument
87
auto seconds =
usec
/ USECONDS_PER_SECONDS;
in UsSleep()
88
long nanoSeconds = static_cast<long>(
usec
) % USECONDS_PER_SECONDS * NANOSECS_PER_USECONDS;
in UsSleep()
/base/update/updater/utils/include/
H
A
D
utils_common.h
28
void UsSleep(int
usec
);
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H
A
D
thread_sampler_utils.cpp
50
uint64_t
usec
= nsec / MICROSEC_TO_NANOSEC;
in TimeFormat()
local
51
std::string usecStr = std::to_string(
usec
);
in TimeFormat()
/base/powermgr/powermgr_lite/utils/include/
H
A
D
power_mgr_time_util.h
54
static inline int64_t UsecToMsec(int64_t
usec
)
in UsecToMsec()
argument
56
return
usec
/ USEC_PER_MSEC;
in UsecToMsec()
/base/powermgr/powermgr_lite/services/src/power/
H
A
D
auto_suspend.c
31
int usleep(useconds_t
usec
);
/base/powermgr/battery_manager/charger/include/
H
A
D
charger_graphic_engine.h
41
static void UsSleep(int
usec
);
Completed in 3 milliseconds