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:PushEvent
(Results
1 - 19
of
19
) sorted by relevance
/foundation/multimodalinput/input/service/event_dump/test/
H
A
D
event_statistic_test.cpp
116
* @tc.desc: Test
PushEvent
127
ASSERT_NO_FATAL_FAILURE(eventStatistic.
PushEvent
(inputEvent));
in HWTEST_F()
129
ASSERT_NO_FATAL_FAILURE(eventStatistic.
PushEvent
(inputEvent));
in HWTEST_F()
/foundation/distributedhardware/distributed_input/services/state/include/
H
A
D
touchpad_event_fragment.h
34
void
PushEvent
(const RawEvent &event);
H
A
D
touchpad_event_fragment_mgr.h
44
std::pair<bool, std::vector<RawEvent>>
PushEvent
(const std::string &dhId, const RawEvent &event);
/foundation/distributedhardware/distributed_input/services/state/src/
H
A
D
touchpad_event_fragment_mgr.cpp
46
std::pair<bool, std::vector<RawEvent>> TouchPadEventFragmentMgr::
PushEvent
(const std::string &dhId,
in PushEvent()
function in OHOS::DistributedHardware::DistributedInput::TouchPadEventFragmentMgr
57
fragments_[dhId].back().
PushEvent
(event);
in PushEvent()
H
A
D
touchpad_event_fragment.cpp
55
void TouchPadEventFragment::
PushEvent
(const RawEvent &event)
in PushEvent()
function in OHOS::DistributedHardware::DistributedInput::TouchPadEventFragment
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H
A
D
plugin_component_callback.h
28
PushEvent
= 0,
member in OHOS::Ace::CallBackType
H
A
D
plugin_component_manager.cpp
144
if (callback.second == CallBackType::
PushEvent
&& callback.first != nullptr) {
in OnPushCallBack()
/foundation/multimodalinput/input/service/event_dump/src/
H
A
D
event_statistic.cpp
79
PushEvent
(eventPtr);
in PushPointerEvent()
82
void EventStatistic::
PushEvent
(std::shared_ptr<InputEvent> eventPtr)
in PushEvent()
function in OHOS::MMI::EventStatistic
/foundation/CastEngine/castengine_wifi_display/services/event/
H
A
D
event_manager.h
48
int32_t
PushEvent
(const SharingEvent &event);
H
A
D
event_base.cpp
28
return EventManager::GetInstance().
PushEvent
(event);
in SendEvent()
H
A
D
event_manager.cpp
102
int32_t EventManager::
PushEvent
(const SharingEvent &event)
in PushEvent()
function in OHOS::Sharing::EventManager
/foundation/multimodalinput/input/service/event_dump/include/
H
A
D
event_statistic.h
47
static void
PushEvent
(std::shared_ptr<InputEvent> eventPtr);
/foundation/ability/form_fwk/services/src/
H
A
D
form_observer_record.cpp
289
recordInner.
PushEvent
(eventId);
in SetFormEventObserverLocked()
310
recordInnerIter->
PushEvent
(eventId);
in SetFormEventObserverLocked()
333
recordInner.
PushEvent
(formEventType);
in RemoveFormEventObserverLocked()
384
void FormObserverRecordInner::
PushEvent
(FormEventId type)
in PushEvent()
function in OHOS::AppExecFwk::FormObserverRecordInner
/foundation/distributedhardware/distributed_input/services/state/test/dinpusinkstatetest/
H
A
D
dinput_sink_state_test.cpp
161
auto ret = DInputSinkState::GetInstance().GetTouchPadEventFragMgr()->
PushEvent
(DHID_1, EVENT_1);
in HWTEST_F()
164
ret = DInputSinkState::GetInstance().GetTouchPadEventFragMgr()->
PushEvent
(DHID_1, EVENT_3);
in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H
A
D
form_observer_record.h
43
void
PushEvent
(FormEventId type);
/foundation/multimodalinput/input/service/event_handler/src/
H
A
D
event_normalize_handler.cpp
349
EventStatistic::
PushEvent
(keyEvent);
in HandleKeyboardEvent()
713
EventStatistic::
PushEvent
(std::move(swEvent));
in HandleSwitchInputEvent()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/event/
H
A
D
event_unit_test.cpp
178
ret = EventManager::GetInstance().
PushEvent
(event);
in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H
A
D
js_plugin_component.cpp
495
CallBackType eventCallbackType = CallBackType::
PushEvent
;
in AceOnCompleteAsyncCallbackWork()
/foundation/distributedhardware/distributed_input/common/include/
H
A
D
input_hub.cpp
259
auto ret = DInputSinkState::GetInstance().GetTouchPadEventFragMgr()->
PushEvent
(event.descriptor, event);
in DealTouchPadEvent()
Completed in 11 milliseconds