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:maxWhenElapsed
(Results
1 - 5
of
5
) sorted by relevance
/base/time/time_service/services/timer/src/
H
A
D
timer_info.cpp
58
maxWhenElapsed
{_maxWhen},
72
auto oldMaxWhenElapsed =
maxWhenElapsed
;
in UpdateWhenElapsedFromNow()
73
maxWhenElapsed
= whenElapsed + windowLength;
in UpdateWhenElapsedFromNow()
83
return (oldWhenElapsed != whenElapsed) || (oldMaxWhenElapsed !=
maxWhenElapsed
);
in UpdateWhenElapsedFromNow()
89
auto oldMaxWhenElapsed =
maxWhenElapsed
;
in AdjustTimer()
96
maxWhenElapsed
= whenElapsed;
in AdjustTimer()
98
auto oldMaxTimeSec = std::chrono::duration_cast<std::chrono::seconds>(
maxWhenElapsed
.time_since_epoch());
in AdjustTimer()
100
maxWhenElapsed
= std::chrono::steady_clock::time_point(maxTimeSec);
in AdjustTimer()
105
if (
maxWhenElapsed
< now) {
in AdjustTimer()
106
maxWhenElapsed
in AdjustTimer()
[all...]
H
A
D
batch.cpp
31
end_ {seed.
maxWhenElapsed
},
69
if (alarm->
maxWhenElapsed
< end_) {
in Add()
70
end_ = alarm->
maxWhenElapsed
;
in Add()
97
if (alarm->
maxWhenElapsed
< newEnd) {
in Remove()
98
newEnd = alarm->
maxWhenElapsed
;
in Remove()
H
A
D
timer_manager.cpp
515
timer->
maxWhenElapsed
= maxElapsed;
in ReAddTimerLocked()
756
AttemptCoalesceLocked(alarm->whenElapsed, alarm->
maxWhenElapsed
);
in InsertAndBatchTimerLocked()
760
alarm->
maxWhenElapsed
.time_since_epoch().count());
in InsertAndBatchTimerLocked()
H
A
D
timer_proxy.cpp
780
dprintf(fd, " * timer
maxWhenElapsed
= %lld\n\n", timer->
maxWhenElapsed
);
in ShowAdjustTimerInfo()
/base/time/time_service/services/timer/include/
H
A
D
timer_info.h
45
std::chrono::steady_clock::time_point
maxWhenElapsed
;
member in OHOS::MiscServices::TimerInfo
Completed in 5 milliseconds