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:UsSleep
(Results
1 - 11
of
11
) sorted by relevance
/base/update/updater/services/
H
A
D
updater_ui.cpp
58
Utils::
UsSleep
(minSleepMs);
in DoProgress()
60
Utils::
UsSleep
(maxSleepMs);
in DoProgress()
89
Utils::
UsSleep
(CALLBACK_DELAY);
in DEFINE_ASYN_CALLBACK()
93
Utils::
UsSleep
(DISPLAY_TIME);
in DEFINE_ASYN_CALLBACK()
110
Utils::
UsSleep
(CALLBACK_DELAY);
in DEFINE_ASYN_CALLBACK()
122
Utils::
UsSleep
(SUCCESS_DELAY);
in DEFINE_ASYN_CALLBACK()
133
Utils::
UsSleep
(CALLBACK_DELAY);
in DEFINE_ASYN_CALLBACK()
152
Utils::
UsSleep
(SUCCESS_DELAY);
in DEFINE_ASYN_CALLBACK()
172
Utils::
UsSleep
(CALLBACK_DELAY);
in DEFINE_ASYN_CALLBACK()
208
Utils::
UsSleep
(SUCCESS_DELA
in DEFINE_ASYN_CALLBACK()
[all...]
H
A
D
updater_main.cpp
815
Utils::
UsSleep
(120 * DISPLAY_TIME); // 120 : 120s
844
Utils::
UsSleep
(5 * DISPLAY_TIME); // 5 : 5s
865
Utils::
UsSleep
(DISPLAY_TIME);
/base/update/updater/utils/include/
H
A
D
utils_common.h
28
void
UsSleep
(int usec);
/base/powermgr/battery_manager/charger/src/
H
A
D
charger_graphic_engine.cpp
83
void ChargerGraphicEngine::
UsSleep
(int usec)
in UsSleep()
function in OHOS::PowerMgr::ChargerGraphicEngine
97
UsSleep
(THREAD_USLEEP_TIME);
in FlushThreadLoop()
/base/powermgr/battery_manager/charger/include/
H
A
D
charger_graphic_engine.h
41
static void
UsSleep
(int usec);
H
A
D
charger_animation.h
119
ChargerGraphicEngine::
UsSleep
(info_.updInterval * MICROSECONDS_PER_MILLISECOND);
in ShowNextImage()
/base/update/updater/services/flashd/daemon/
H
A
D
flashd_main.cpp
31
Utils::
UsSleep
(3000 * 1000); // 3000 * 1000 : wait 3s
in FlashdMain()
/base/update/updater/utils/
H
A
D
utils_common.cpp
60
void
UsSleep
(int usec)
in UsSleep()
function
/base/update/updater/services/ui/driver/
H
A
D
graphic_engine.cpp
110
Utils::
UsSleep
(sleepTime_);
in FlushThreadLoop()
122
Utils::
UsSleep
(THREAD_USLEEP_TIME * 10); // 10: wait for stop 100ms
in StopEngine()
/base/update/updater/services/ui/view/component/
H
A
D
img_view_adapter.cpp
203
Utils::
UsSleep
(interval_ * USECOND_TO_MSECOND);
in ShowNextImage()
/base/update/updater/services/fs_manager/
H
A
D
mount.cpp
151
Utils::
UsSleep
(100); // 100 : Wait interval
in MountNtfsWithRetry()
Completed in 5 milliseconds