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:OnSessionLost
(Results
1 - 21
of
21
) sorted by relevance
/foundation/multimodalinput/input/service/interceptor/include/
H
A
D
event_interceptor_handler.h
61
void
OnSessionLost
(SessionPtr session);
89
void
OnSessionLost
(SessionPtr session);
/foundation/multimodalinput/input/service/event_handler/include/
H
A
D
anr_manager.h
34
void
OnSessionLost
(SessionPtr session);
/foundation/multimodalinput/input/service/event_handler/src/
H
A
D
anr_manager.cpp
50
return this->
OnSessionLost
(session);
in Init()
180
void ANRManager::
OnSessionLost
(SessionPtr session)
in OnSessionLost()
function in OHOS::MMI::ANRManager
/foundation/multimodalinput/input/service/interceptor/src/
H
A
D
event_interceptor_handler.cpp
152
udsServerPtr->AddSessionDeletedCallback([this] (SessionPtr session) { this->
OnSessionLost
(session); });
in InitSessionLostCallback()
157
void EventInterceptorHandler::
OnSessionLost
(SessionPtr session)
in OnSessionLost()
function in OHOS::MMI::EventInterceptorHandler
159
interceptors_.
OnSessionLost
(session);
in OnSessionLost()
362
void EventInterceptorHandler::InterceptorCollection::
OnSessionLost
(SessionPtr session)
in OnSessionLost()
function in OHOS::MMI::EventInterceptorHandler::InterceptorCollection
/foundation/multimodalinput/input/service/monitor/include/
H
A
D
event_monitor_handler.h
74
void
OnSessionLost
(SessionPtr session);
157
void
OnSessionLost
(SessionPtr session);
/foundation/multimodalinput/input/service/window_manager/include/
H
A
D
i_pointer_drawing_manager.h
144
virtual void
OnSessionLost
(int32_t pid) {}
in OnSessionLost()
function in OHOS::MMI::IPointerDrawingManager
H
A
D
pointer_drawing_manager.h
118
void
OnSessionLost
(int32_t pid) override;
H
A
D
input_windows_manager.h
237
void
OnSessionLost
(SessionPtr session);
/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H
A
D
inputdevicemanager_fuzzer.cpp
79
INPUT_DEV_MGR->
OnSessionLost
(session);
in InputDeviceManagerFuzzTest()
/foundation/multimodalinput/input/service/event_handler/test/
H
A
D
anr_manager_test.cpp
343
* @tc.desc: Cover the
OnSessionLost
function branch
353
ASSERT_NO_FATAL_FAILURE(anrMgr.
OnSessionLost
(sess));
in HWTEST_F()
356
ASSERT_NO_FATAL_FAILURE(anrMgr.
OnSessionLost
(sess));
in HWTEST_F()
/foundation/multimodalinput/input/service/device_manager/include/
H
A
D
input_device_manager.h
101
void
OnSessionLost
(SessionPtr session);
/foundation/multimodalinput/input/service/monitor/src/
H
A
D
event_monitor_handler.cpp
214
return this->
OnSessionLost
(session);
in InitSessionLostCallback()
220
void EventMonitorHandler::
OnSessionLost
(SessionPtr session)
in OnSessionLost()
function in OHOS::MMI::EventMonitorHandler
222
monitors_.
OnSessionLost
(session);
in OnSessionLost()
660
void EventMonitorHandler::MonitorCollection::
OnSessionLost
(SessionPtr session)
in OnSessionLost()
function in OHOS::MMI::EventMonitorHandler::MonitorCollection
/foundation/multimodalinput/input/service/interceptor/test/
H
A
D
event_interceptor_handler_test.cpp
427
* @tc.desc: Test
OnSessionLost
447
ASSERT_NO_FATAL_FAILURE(interceptorHandler.
OnSessionLost
(sessionFirst));
in HWTEST_F()
452
* @tc.desc: Test
OnSessionLost
470
ASSERT_NO_FATAL_FAILURE(interceptorHandler.
OnSessionLost
(sessionFirst));
in HWTEST_F()
654
* @tc.desc: Test
OnSessionLost
663
ASSERT_NO_FATAL_FAILURE(interceptorHandler.
OnSessionLost
(sess));
in HWTEST_F()
/foundation/multimodalinput/input/service/monitor/test/
H
A
D
event_monitor_handler_test.cpp
668
* @tc.desc: Test
OnSessionLost
679
ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.
OnSessionLost
(session));
in HWTEST_F()
683
ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.
OnSessionLost
(session));
in HWTEST_F()
805
* @tc.desc: Test
OnSessionLost
820
ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.
OnSessionLost
(session));
in HWTEST_F()
825
ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.
OnSessionLost
(session));
in HWTEST_F()
/foundation/multimodalinput/input/service/device_manager/src/
H
A
D
input_device_manager.cpp
842
return this->
OnSessionLost
(session);
in InitSessionLostCallback()
849
void InputDeviceManager::
OnSessionLost
(SessionPtr session)
in OnSessionLost()
function in OHOS::MMI::InputDeviceManager
/foundation/multimodalinput/input/service/window_manager/test/
H
A
D
mock.cpp
381
void PointerDrawingManager::
OnSessionLost
(int pid)
in OnSessionLost()
function in OHOS::PointerDrawingManager
H
A
D
pointer_drawing_manager_ex_test.cpp
1461
* @tc.desc: Test
OnSessionLost
1475
ASSERT_NO_FATAL_FAILURE(pointerDrawMgr.
OnSessionLost
(pid));
in HWTEST_F()
H
A
D
input_windows_manager_test.cpp
1013
WIN_MGR->
OnSessionLost
(session);
in HWTEST_F()
3010
* @tc.desc: Test
OnSessionLost
3033
EXPECT_NO_FATAL_FAILURE(inputWindowsManager.
OnSessionLost
(sess));
in HWTEST_F()
3037
EXPECT_NO_FATAL_FAILURE(inputWindowsManager.
OnSessionLost
(session));
in HWTEST_F()
/foundation/multimodalinput/input/service/device_manager/test/
H
A
D
input_device_manager_test.cpp
857
* @tc.desc: Test the function
OnSessionLost
873
ASSERT_NO_FATAL_FAILURE(inputDevice.
OnSessionLost
(session));
in HWTEST_F()
875
ASSERT_NO_FATAL_FAILURE(inputDevice.
OnSessionLost
(session));
in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
input_windows_manager.cpp
190
udsServer_->AddSessionDeletedCallback([this] (SessionPtr session) { return this->
OnSessionLost
(session); });
in Init()
1809
void InputWindowsManager::
OnSessionLost
(SessionPtr session)
in UpdateDisplayInfo()
function in OHOS::MMI::InputWindowsManager
1814
IPointerDrawingManager::GetInstance()->
OnSessionLost
(pid);
in UpdateDisplayInfo()
H
A
D
pointer_drawing_manager.cpp
2356
void PointerDrawingManager::
OnSessionLost
(int32_t pid)
in OnSessionLost()
function in OHOS::MMI::PointerDrawingManager
Completed in 36 milliseconds