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:OnClientDied
(Results
1 - 11
of
11
) sorted by relevance
/base/msdp/device_status/intention/cooperate/plugin/include/
H
A
D
hot_area.h
56
void
OnClientDied
(const ClientDiedEvent &event);
H
A
D
mouse_location.h
54
void
OnClientDied
(const ClientDiedEvent &event);
H
A
D
event_manager.h
89
void
OnClientDied
(const ClientDiedEvent &event);
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
hot_area.cpp
136
void HotArea::
OnClientDied
(const ClientDiedEvent &event)
in OnClientDied()
function in OHOS::Msdp::DeviceStatus::Cooperate::HotArea
H
A
D
state_machine.cpp
329
context.eventMgr_.
OnClientDied
(notice);
in OnProcessClientDied()
330
context.hotArea_.
OnClientDied
(notice);
in OnProcessClientDied()
331
context.mouseLocation_.
OnClientDied
(notice);
in OnProcessClientDied()
H
A
D
event_manager.cpp
220
void EventManager::
OnClientDied
(const ClientDiedEvent &event)
in OnClientDied()
function in OHOS::Msdp::DeviceStatus::Cooperate::EventManager
H
A
D
mouse_location.cpp
81
void MouseLocation::
OnClientDied
(const ClientDiedEvent &event)
in OnClientDied()
function in OHOS::Msdp::DeviceStatus::Cooperate::MouseLocation
/base/inputmethod/imf/services/include/
H
A
D
peruser_session.h
179
void
OnClientDied
(sptr<IInputClient> remote);
/base/inputmethod/imf/services/src/
H
A
D
peruser_session.cpp
96
this->
OnClientDied
(clientInfo->client);
in AddClientInfo()
233
void PerUserSession::
OnClientDied
(sptr<IInputClient> remote)
in OnClientDied()
function in OHOS::MiscServices::PerUserSession
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_private_member_test.cpp
314
userSession->
OnClientDied
(nullptr);
in HWTEST_F()
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H
A
D
cooperate_plugin_test.cpp
730
g_context->mouseLocation_.
OnClientDied
(notice);
in HWTEST_F()
Completed in 17 milliseconds