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:timeSpeed_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/ability/form_fwk/services/src/
H
A
D
form_timer_mgr.cpp
77
if (task.period >= (Constants::MIN_PERIOD /
timeSpeed_
) && // Min period is 30 minutes
in AddFormTimer()
78
task.period <= (Constants::MAX_PERIOD /
timeSpeed_
) && // Max period is 1 week
in AddFormTimer()
79
task.period % (Constants::MIN_PERIOD /
timeSpeed_
) == 0) {
in AddFormTimer()
96
auto duration = updateDuration /
timeSpeed_
;
in AddFormTimer()
191
intervalTask->second.period = timerCfg.updateDuration /
timeSpeed_
;
in UpdateIntervalValue()
351
int64_t refreshTime = timeInSec + nextGapTime * Constants::MS_PER_SECOND /
timeSpeed_
;
in SetNextRefreshTime()
743
timeSpeed_
= timeSpeed;
in SetTimeSpeed()
1257
int64_t interval = Constants::MIN_PERIOD /
timeSpeed_
;
in EnsureInitIntervalTimer()
1290
int64_t interval = Constants::MS_PER_DAY /
timeSpeed_
;
in FormRefreshCountReport()
/foundation/ability/form_fwk/services/include/
H
A
D
form_timer_mgr.h
404
int32_t
timeSpeed_
= 1;
member in OHOS::AppExecFwk::final
Completed in 3 milliseconds