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:sleepTimeMs
(Results
1 - 5
of
5
) sorted by relevance
/foundation/CastEngine/castengine_cast_framework/client/src/
H
A
D
cast_session_manager.cpp
76
constexpr int32_t
sleepTimeMs
= 30;
in GetAdaptor()
local
82
std::this_thread::sleep_for(std::chrono::milliseconds(
sleepTimeMs
));
in GetAdaptor()
/foundation/multimodalinput/input/tools/inject_event/src/
H
A
D
input_manager_command.cpp
105
int64_t
sleepTimeMs
= BLOCK_TIME_MS - (nowEndSysTimeMs - currentTimeMs) % BLOCK_TIME_MS;
in SleepAndUpdateTime()
local
106
std::this_thread::sleep_for(std::chrono::milliseconds(
sleepTimeMs
));
in SleepAndUpdateTime()
107
currentTimeMs = nowEndSysTimeMs +
sleepTimeMs
;
in SleepAndUpdateTime()
1129
int64_t
sleepTimeMs
= 0;
in ParseCommand()
local
1161
sleepTimeMs
= (currentTimeMs + BLOCK_TIME_MS) - nowSysTimeMs;
in ParseCommand()
1162
std::this_thread::sleep_for(std::chrono::milliseconds(
sleepTimeMs
));
in ParseCommand()
1210
sleepTimeMs
= (currentTimeMs + BLOCK_TIME_MS) - nowSysTimeMs;
in ParseCommand()
1211
std::this_thread::sleep_for(std::chrono::milliseconds(
sleepTimeMs
));
in ParseCommand()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/
H
A
D
medialibrary_rdb_test.cpp
428
int32_t
sleepTimeMs
)
in TransactionTestFunc()
437
std::this_thread::sleep_for(std::chrono::milliseconds(
sleepTimeMs
));
in TransactionTestFunc()
427
TransactionTestFunc(shared_ptr<MediaLibraryRdbStore> rdbStorePtr, int* startSignal, int* endSignal, int32_t
sleepTimeMs
)
TransactionTestFunc()
argument
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H
A
D
connection_manager.cpp
774
constexpr int32_t
sleepTimeMs
= 50;
in OnConsultDataReceived()
local
782
std::this_thread::sleep_for(std::chrono::milliseconds(
sleepTimeMs
));
in OnConsultDataReceived()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_rdbstore.cpp
3276
const int32_t
sleepTimeMs
= 1000;
in ReportFailInfoAsync()
local
3277
this_thread::sleep_for(chrono::milliseconds(
sleepTimeMs
));
in ReportFailInfoAsync()
Completed in 15 milliseconds