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:OnSessionDelete
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
switch_subscriber_handler.cpp
155
void SwitchSubscriberHandler::
OnSessionDelete
(SessionPtr sess)
in OnSessionDelete()
function in OHOS::MMI::SwitchSubscriberHandler
205
[this] (SessionPtr sess) { return this->
OnSessionDelete
(sess); };
in InitSessionDeleteCallback()
H
A
D
key_subscriber_handler.cpp
606
void KeySubscriberHandler::
OnSessionDelete
(SessionPtr sess)
in OnSessionDelete()
function in OHOS::MMI::KeySubscriberHandler
924
[this] (SessionPtr sess) { return this->
OnSessionDelete
(sess); };
in InitSessionDeleteCallback()
/foundation/multimodalinput/input/service/subscriber/include/
H
A
D
switch_subscriber_handler.h
71
void
OnSessionDelete
(SessionPtr sess);
H
A
D
key_subscriber_handler.h
91
void
OnSessionDelete
(SessionPtr sess);
/foundation/multimodalinput/input/service/subscriber/test/
H
A
D
switch_subscriber_handler_test.cpp
305
* @tc.desc: Test
OnSessionDelete
326
switchSubscriberHandler->
OnSessionDelete
(firstSess);
in HWTEST_F()
329
switchSubscriberHandler->
OnSessionDelete
(nullptr);
in HWTEST_F()
330
switchSubscriberHandler->
OnSessionDelete
(secondSess);
in HWTEST_F()
H
A
D
key_subscriber_handler_test.cpp
748
handler.
OnSessionDelete
(sess);
in HWTEST_F()
1372
* @tc.desc: Test
OnSessionDelete
1389
ASSERT_NO_FATAL_FAILURE(handler.
OnSessionDelete
(sess));
in HWTEST_F()
1390
ASSERT_NO_FATAL_FAILURE(handler.
OnSessionDelete
(session));
in HWTEST_F()
2625
* @tc.desc: Test
OnSessionDelete
2647
EXPECT_NO_FATAL_FAILURE(handler.
OnSessionDelete
(session));
in HWTEST_F()
2652
* @tc.desc: Test
OnSessionDelete
2667
EXPECT_NO_FATAL_FAILURE(handler.
OnSessionDelete
(sess));
in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/include/
H
A
D
mmi_service.h
269
void
OnSessionDelete
(SessionPtr session);
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
mmi_service.cpp
3676
void MMIService::
OnSessionDelete
(SessionPtr session)
in OnSessionDelete()
function in OHOS::MMI::MMIService
3731
return this->
OnSessionDelete
(sess);
in InitPrintClientInfo()
Completed in 14 milliseconds