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:newEvent
(Results
1 - 7
of
7
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_event_tracker.cpp
50
BundleActiveEventStats
newEvent
;
in AddToEventStats()
local
51
newEvent
.eventId_ = eventId;
in AddToEventStats()
52
newEvent
.count_ = count_;
in AddToEventStats()
53
newEvent
.totalTime_ = duration_;
in AddToEventStats()
54
newEvent
.lastEventTime_ = lastEventTime_;
in AddToEventStats()
55
newEvent
.beginTimeStamp_ = beginTime;
in AddToEventStats()
56
newEvent
.endTimeStamp_ = endTime;
in AddToEventStats()
57
eventStatsList.emplace_back(
newEvent
);
in AddToEventStats()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H
A
D
daudio_hdi_handler.cpp
163
void DAudioHdiHandler::ProcessEventMsg(const AudioEvent &audioEvent, DAudioEvent &
newEvent
)
in ProcessEventMsg()
argument
167
newEvent
.type = AUDIO_EVENT_OPEN_SPK_RESULT;
in ProcessEventMsg()
170
newEvent
.type = AUDIO_EVENT_CLOSE_SPK_RESULT;
in ProcessEventMsg()
173
newEvent
.type = AUDIO_EVENT_OPEN_MIC_RESULT;
in ProcessEventMsg()
176
newEvent
.type = AUDIO_EVENT_CLOSE_MIC_RESULT;
in ProcessEventMsg()
179
newEvent
.type = AUDIO_EVENT_VOLUME_CHANGE;
in ProcessEventMsg()
182
newEvent
.type = AUDIO_EVENT_SPK_CLOSED;
in ProcessEventMsg()
185
newEvent
.type = AUDIO_EVENT_MIC_CLOSED;
in ProcessEventMsg()
188
newEvent
.type = AUDIO_EVENT_FOCUS_CHANGE;
in ProcessEventMsg()
191
newEvent
in ProcessEventMsg()
210
DAudioEvent
newEvent
= {AUDIO_EVENT_UNKNOWN, audioEvent.content};
NotifyEvent()
local
[all...]
H
A
D
daudio_manager_callback.cpp
129
AudioEvent
newEvent
(AudioEventType::EVENT_UNKNOWN, event.content);
in NotifyEvent()
132
newEvent
.type = AudioEventType::VOLUME_SET;
in NotifyEvent()
135
newEvent
.type = AudioEventType::VOLUME_MUTE_SET;
in NotifyEvent()
138
newEvent
.type = AudioEventType::CHANGE_PLAY_STATUS;
in NotifyEvent()
141
newEvent
.type = AudioEventType::MMAP_SPK_START;
in NotifyEvent()
144
newEvent
.type = AudioEventType::MMAP_SPK_STOP;
in NotifyEvent()
147
newEvent
.type = AudioEventType::MMAP_MIC_START;
in NotifyEvent()
150
newEvent
.type = AudioEventType::MMAP_MIC_STOP;
in NotifyEvent()
153
newEvent
.type = AudioEventType::AUDIO_START;
in NotifyEvent()
156
newEvent
in NotifyEvent()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H
A
D
declaration.h
98
auto
newEvent
= std::make_shared<T>(event);
in MaybeResetEvent()
local
99
newEvent
->isShared = false;
in MaybeResetEvent()
100
events_[tag] =
newEvent
;
in MaybeResetEvent()
101
return *
newEvent
;
in MaybeResetEvent()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H
A
D
daudio_hdi_handler.h
56
void ProcessEventMsg(const AudioEvent &audioEvent, DAudioEvent &
newEvent
);
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_core.cpp
196
BundleActiveEvent
newEvent
;
in HandleLockEvent()
local
197
tmpHandlerObject.event_ =
newEvent
;
in HandleLockEvent()
450
BundleActiveEvent
newEvent
;
in PreservePowerStateInfo()
local
451
tmpHandlerObject.event_ =
newEvent
;
in PreservePowerStateInfo()
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H
A
D
render_list.cpp
2660
GestureEvent
newEvent
= info;
in CalculateInsertIndex()
local
2662
if (FindTargetRenderNode<V2::RenderList>(context_.Upgrade(),
newEvent
) != targetRenderlist) {
in CalculateInsertIndex()
2665
double newX = vertical_ ?
newEvent
.GetGlobalPoint().GetX()
in CalculateInsertIndex()
2666
:
newEvent
.GetGlobalPoint().GetX() - selectedItemSize.Width();
in CalculateInsertIndex()
2667
double newY = vertical_ ?
newEvent
.GetGlobalPoint().GetY() - selectedItemSize.Height()
in CalculateInsertIndex()
2668
:
newEvent
.GetGlobalPoint().GetY();
in CalculateInsertIndex()
2669
newEvent
.SetGlobalPoint(Point(newX, newY));
in CalculateInsertIndex()
2670
listItem = targetRenderlist->FindTargetRenderNode<RenderListItem>(context_.Upgrade(),
newEvent
);
in CalculateInsertIndex()
Completed in 9 milliseconds