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:historyEvents_
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/eventhandler/frameworks/eventhandler/src/
H
A
D
event_queue_base.cpp
112
EventQueueBase::EventQueueBase() : EventQueue(),
historyEvents_
(std::vector<HistoryEvent>(HISTORY_EVENT_NUM_POWER))
in EventQueueBase()
118
: EventQueue(ioWaiter),
historyEvents_
(std::vector<HistoryEvent>(HISTORY_EVENT_NUM_POWER))
in EventQueueBase()
599
if (
historyEvents_
[i].senderKernelThreadId == 0) {
in Dump()
603
dumper.Dump(dumper.GetTag() + " No. " + std::to_string(i) + " : " + HistoryQueueDump(
historyEvents_
[i]));
in Dump()
668
historyEvents_
[historyEventIndex_].senderKernelThreadId = event->GetSenderKernelThreadId();
in PushHistoryQueueBeforeDistribute()
669
historyEvents_
[historyEventIndex_].sendTime = event->GetSendTime();
in PushHistoryQueueBeforeDistribute()
670
historyEvents_
[historyEventIndex_].handleTime = event->GetHandleTime();
in PushHistoryQueueBeforeDistribute()
671
historyEvents_
[historyEventIndex_].triggerTime = InnerEvent::Clock::now();
in PushHistoryQueueBeforeDistribute()
672
historyEvents_
[historyEventIndex_].priority = event->GetEventPriority();
in PushHistoryQueueBeforeDistribute()
673
historyEvents_
[historyEventIndex
in PushHistoryQueueBeforeDistribute()
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H
A
D
os_event_listener.h
53
std::vector<std::shared_ptr<AppEventPack>>
historyEvents_
;
member in OHOS::HiviewDFX::OsEventListener
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H
A
D
os_event_listener.cpp
92
GetEventsFromFiles(files,
historyEvents_
);
in Init()
93
for (auto& event :
historyEvents_
) {
in Init()
109
events =
historyEvents_
;
in GetEvents()
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_smooth_processor.cpp
50
auto resampleEvent = GetResampleEvent(
historyEvents_
, currentEvents, targetTimeStamp);
in SmoothMoveEvent()
51
historyEvents_
= currentEvents;
in SmoothMoveEvent()
59
historyEvents_
.clear();
in ResetParameters()
/base/msdp/device_status/services/interaction/drag/include/
H
A
D
drag_smooth_processor.h
53
std::vector<DragMoveEvent>
historyEvents_
;
member in OHOS::Msdp::DeviceStatus::DragSmoothProcessor
/base/notification/eventhandler/frameworks/eventhandler/include/
H
A
D
event_queue_base.h
325
std::vector<HistoryEvent>
historyEvents_
;
member in OHOS::AppExecFwk::EventQueueBase
Completed in 4 milliseconds