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:timePassed
(Results
1 - 5
of
5
) sorted by relevance
/ide/tools/previewer/util/
H
A
D
CppTimer.cpp
65
int64_t
timePassed
= std::chrono::duration_cast<std::chrono::milliseconds>(endTime - startTime).count();
in RunTimerTick()
local
66
if (
timePassed
< interval) {
in RunTimerTick()
/ide/tools/previewer/mock/
H
A
D
VirtualScreen.cpp
245
int64_t
timePassed
= std::chrono::duration_cast<std::chrono::milliseconds>(endTime -
in JudgeAndDropFrame()
local
247
if (
timePassed
>= dropFrameFrequency) {
in JudgeAndDropFrame()
250
return
timePassed
< dropFrameFrequency;
in JudgeAndDropFrame()
264
int64_t
timePassed
= std::chrono::duration_cast<std::chrono::milliseconds>(endTime -
in JudgeStaticImage()
local
266
if (
timePassed
> duration) {
in JudgeStaticImage()
283
int64_t
timePassed
= std::chrono::duration_cast<std::chrono::milliseconds>(endTime -
in StopSendStaticCardImage()
local
285
if (
timePassed
> duration) {
in StopSendStaticCardImage()
/ide/tools/previewer/mock/rich/
H
A
D
VirtualScreenImpl.cpp
79
bool VirtualScreenImpl::FlushEmptyFunc(std::chrono::system_clock::time_point endTime, int64_t
timePassed
)
in FlushEmptyFunc()
argument
99
if (
timePassed
>= TIMEOUT_NINE_S) { // 有结束点,无出图
in FlushEmptyFunc()
106
bool VirtualScreenImpl::NoFlushEmptyFunc(int64_t
timePassed
)
in NoFlushEmptyFunc()
argument
108
if (
timePassed
>= SEND_IMG_DURATION_MS &&
in NoFlushEmptyFunc()
114
if (
timePassed
>= TIMEOUT_NINE_S) {
in NoFlushEmptyFunc()
127
int64_t
timePassed
= std::chrono::duration_cast<std::chrono::milliseconds>(endTime -
in StartTimer()
local
131
ret = FlushEmptyFunc(endTime,
timePassed
);
in StartTimer()
133
ret = NoFlushEmptyFunc(
timePassed
);
in StartTimer()
H
A
D
VirtualScreenImpl.h
39
static bool FlushEmptyFunc(std::chrono::system_clock::time_point endTime, int64_t
timePassed
);
40
static bool NoFlushEmptyFunc(int64_t
timePassed
);
/ide/tools/previewer/test/unittest/mock/
H
A
D
VirtualScreenImplTest.cpp
570
int64_t
timePassed
= 9000;
in TEST_F()
local
577
timestamp + gap),
timePassed
);
in TEST_F()
589
timestamp + gap + gap + gap),
timePassed
);
in TEST_F()
594
timestamp + gap),
timePassed
);
in TEST_F()
Completed in 4 milliseconds