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:lastUpdateTime
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H
A
D
daily_controller.cpp
66
static int64_t
lastUpdateTime
= 0;
in CheckTimeOfCache()
local
67
if (
lastUpdateTime
== 0) {
in CheckTimeOfCache()
68
lastUpdateTime
= TimeUtil::GetSeconds();
in CheckTimeOfCache()
73
if (std::abs(nowTime -
lastUpdateTime
) <= updateInterval) {
in CheckTimeOfCache()
76
lastUpdateTime
= nowTime;
in CheckTimeOfCache()
/base/powermgr/powermgr_lite/services/src/screensaver/small/
H
A
D
screen_saver_handler.cpp
175
static int64_t
lastUpdateTime
= 0;
in OnRawEvent()
local
179
if ((currentTime -
lastUpdateTime
) > MSEC_PER_SEC) {
in OnRawEvent()
181
lastUpdateTime
= currentTime;
in OnRawEvent()
/base/print/print_fwk/services/print_service/src/
H
A
D
vendor_driver_base.cpp
75
if (currentTime < vendorStatus->
lastUpdateTime
+ MONITOR_CHECK_INTERVAL_MS) {
in UpdateAllPrinterStatus()
82
if (currentTime < vendorStatus->
lastUpdateTime
+ MONITOR_OFFLINE_TIMEOUT_MS) {
in UpdateAllPrinterStatus()
143
vendorStatus->
lastUpdateTime
= GetNowTime();
in OnPrinterStateQueried()
/base/print/print_fwk/services/print_service/include/
H
A
D
vendor_driver_base.h
32
uint64_t
lastUpdateTime
;
member
34
PrinterVendorStatus() : state(PRINTER_UNAVAILABLE),
lastUpdateTime
(0), lastCheckTime(0) {}
in PrinterVendorStatus()
/base/time/time_service/services/time/include/
H
A
D
ntp_update_time.h
29
int64_t
lastUpdateTime
;
member
Completed in 2 milliseconds