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:IsKeyboardEvent
(Results
1 - 9
of
9
) sorted by relevance
/foundation/window/window_manager/wm/include/
H
A
D
window_input_channel.h
36
bool
IsKeyboardEvent
(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const;
H
A
D
window_session_impl.h
322
bool
IsKeyboardEvent
(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const;
/foundation/window/window_manager/wm/src/
H
A
D
window_input_channel.cpp
85
bool isKeyboardEvent =
IsKeyboardEvent
(keyEvent);
in HandleKeyEvent()
157
bool WindowInputChannel::
IsKeyboardEvent
(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const
in IsKeyboardEvent()
function in OHOS::Rosen::WindowInputChannel
H
A
D
window_extension_session_impl.cpp
443
bool isKeyboardEvent =
IsKeyboardEvent
(keyEvent);
in NotifyKeyEvent()
H
A
D
window_session_impl.cpp
3536
bool isKeyboardEvent =
IsKeyboardEvent
(keyEvent);
in NotifyKeyEvent()
3571
bool WindowSessionImpl::
IsKeyboardEvent
(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const
in IsKeyboardEvent()
function in OHOS::OHOS::Rosen::WindowSessionImpl
/foundation/window/window_manager/window_scene/intention_event/include/
H
A
D
intention_event_manager.h
53
bool
IsKeyboardEvent
(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const;
/foundation/window/window_manager/window_scene/intention_event/src/
H
A
D
intention_event_manager.cpp
293
bool isKeyboardEvent =
IsKeyboardEvent
(keyEvent);
in OnInputEvent()
317
bool IntentionEventManager::InputEventListener::
IsKeyboardEvent
(
in IsKeyboardEvent()
function in OHOS::Rosen::IntentionEventManager::InputEventListener
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
intention_event_manager_test.cpp
270
* @tc.name:
IsKeyboardEvent
271
* @tc.desc:
IsKeyboardEvent
Test
274
HWTEST_F(IntentionEventManagerTest,
IsKeyboardEvent
, Function | MediumTest | Level2)
in HWTEST_F()
279
EXPECT_EQ(true, inputEventListener_->
IsKeyboardEvent
(keyEvent));
in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_session_impl_test2.cpp
439
* @tc.name:
IsKeyboardEvent
440
* @tc.desc:
IsKeyboardEvent
443
HWTEST_F(WindowSessionImplTest2,
IsKeyboardEvent
, Function | SmallTest | Level2)
in HWTEST_F()
445
auto window = GetTestWindowImpl("
IsKeyboardEvent
");
in HWTEST_F()
450
ASSERT_FALSE(window->
IsKeyboardEvent
(keyEvent));
in HWTEST_F()
453
ASSERT_TRUE(window->
IsKeyboardEvent
(keyEvent));
in HWTEST_F()
456
ASSERT_TRUE(window->
IsKeyboardEvent
(keyEvent));
in HWTEST_F()
459
ASSERT_TRUE(window->
IsKeyboardEvent
(keyEvent));
in HWTEST_F()
Completed in 16 milliseconds