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:intervalTime_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H
A
D
file_access_service.h
122
intervalTime_
(intervalTime), maxCount_(maxCount) {
in OnDemandTimer()
154
},
intervalTime_
);
in start()
167
uint32_t
intervalTime_
= 0;
member in OHOS::FileAccessFwk::OnDemandTimer
178
: unloadTimerCallback_(unloadTimerCallback),
intervalTime_
(intervalTime), maxCount_(maxCount)
in UnloadTimer()
201
},
intervalTime_
);
in start()
212
uint32_t
intervalTime_
= 0;
member in OHOS::FileAccessFwk::UnloadTimer
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H
A
D
cycle_task.cpp
29
intervalTime_
(intervalTime),
in CycleTask()
80
difftime(currentTime, lastRuntime) >=
intervalTime_
) {
in IsEligibleToRun()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/cycle_task/
H
A
D
cycle_task.h
52
int32_t
intervalTime_
;
member in OHOS::FileManagement::CloudSync::CycleTask
/foundation/multimodalinput/input/service/key_command/include/
H
A
D
key_command_handler.h
373
int64_t
intervalTime_
{ 120000 };
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler.cpp
961
intervalTime_
= tempDelay;
in ParseRepeatKeyMaxCount()
1475
int64_t delaytime =
intervalTime_
- (downActionTime_ - upActionTime_);
in HandleRepeatKeyAbility()
1563
repeatTimerId_ = TimerMgr->AddTimer(
intervalTime_
/ SECONDS_SYSTEM, 1, [this] () {
in HandleRepeatKeyCount()
1582
if ((downActionTime_ - upActionTime_) <
intervalTime_
) {
in HandleRepeatKeyCount()
/foundation/multimodalinput/input/service/key_command/test/
H
A
D
key_command_handler_test.cpp
2919
handler.
intervalTime_
= 100;
Completed in 10 milliseconds