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:FindSessionByPid
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimodalinput/input/intention/prototype/include/
H
A
D
i_socket_session_manager.h
33
virtual SocketSessionPtr
FindSessionByPid
(int32_t pid) const = 0;
/foundation/multimodalinput/input/intention/ipc/socket/include/
H
A
D
socket_session_manager.h
47
SocketSessionPtr
FindSessionByPid
(int32_t pid) const override;
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H
A
D
event_manager.cpp
232
auto session = env_->GetSocketSessionManager().
FindSessionByPid
(notice.pid);
in NotifyCooperateMessage()
249
auto session = env_->GetSocketSessionManager().
FindSessionByPid
(notice.pid);
in NotifyCooperateState()
H
A
D
hot_area.cpp
146
auto session = env_->GetSocketSessionManager().
FindSessionByPid
(pid);
in NotifyHotAreaMessage()
H
A
D
mouse_location.cpp
329
auto session = context_->GetSocketSessionManager().
FindSessionByPid
(pid);
in ReportMouseLocationToListener()
/foundation/multimodalinput/input/intention/ipc/socket/src/
H
A
D
socket_session_manager.cpp
118
SocketSessionPtr SocketSessionManager::
FindSessionByPid
(int32_t pid) const
in FindSessionByPid()
function in OHOS::Msdp::DeviceStatus::SocketSessionManager
/foundation/multimodalinput/input/intention/drag/server/src/
H
A
D
drag_server.cpp
55
auto session = env_->GetSocketSessionManager().
FindSessionByPid
(context.pid);
in Start()
Completed in 4 milliseconds