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:lastEventTime_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H
A
D
bundle_active_event_stats.cpp
26
lastEventTime_
= 0;
in BundleActiveEventStats()
38
lastEventTime_
= orig.
lastEventTime_
;
in BundleActiveEventStats()
62
return
lastEventTime_
;
in GetLastEventTime()
82
lastEventTime_
= std::max(
lastEventTime_
, right.
lastEventTime_
);
in add()
95
parcel.WriteInt64(
lastEventTime_
) &&
in Marshalling()
111
result->
lastEventTime_
= parcel.ReadInt64();
in UnMarshalling()
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_event_tracker.cpp
23
lastEventTime_
= 0;
in BundleActiveEventTracker()
43
lastEventTime_
= timeStamp;
in Update()
54
newEvent.
lastEventTime_
=
lastEventTime_
;
in AddToEventStats()
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H
A
D
bundle_active_event_tracker.h
26
int64_t
lastEventTime_
;
member in OHOS::DeviceUsageStats::BundleActiveEventTracker
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H
A
D
bundle_active_event_stats.h
31
int64_t
lastEventTime_
;
member in OHOS::DeviceUsageStats::BundleActiveEventStats
63
* return: member
lastEventTime_
.
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
event_manager.h
364
TimeStamp
lastEventTime_
;
member
H
A
D
event_manager.cpp
198
int64_t lastEventTime = static_cast<int64_t>(
lastEventTime_
.time_since_epoch().count());
in CheckRefereeStateAndReTouchTest()
761
lastEventTime_
= point.time;
in DispatchTouchEvent()
792
lastEventTime_
= point.time;
in UpdateInfoWhenFinishDispatch()
976
lastEventTime_
= event.time;
in DispatchTouchEvent()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
device_usage_statistics_test.cpp
416
bundleActiveEventStats->
lastEventTime_
= g_largeNum;
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/event/
H
A
D
event_manager_test_ng_new.cpp
1054
eventManager->
lastEventTime_
= lastTimeStamp;
in HWTEST_F()
Completed in 10 milliseconds