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:udsServerPtr
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
switch_subscriber_handler.cpp
174
auto
udsServerPtr
= InputHandler->GetUDSServer();
in NotifySubscriber()
local
175
CHKPV(
udsServerPtr
);
in NotifySubscriber()
190
if (!
udsServerPtr
->SendMsg(fd, pkt)) {
in NotifySubscriber()
202
auto
udsServerPtr
= InputHandler->GetUDSServer();
in InitSessionDeleteCallback()
local
203
CHKPF(
udsServerPtr
);
in InitSessionDeleteCallback()
206
udsServerPtr
->AddSessionDeletedCallback(callback);
in InitSessionDeleteCallback()
H
A
D
key_subscriber_handler.cpp
793
auto
udsServerPtr
= InputHandler->GetUDSServer();
in NotifySubscriber()
local
794
CHKPV(
udsServerPtr
);
in NotifySubscriber()
820
if (!
udsServerPtr
->SendMsg(fd, pkt)) {
in NotifySubscriber()
921
auto
udsServerPtr
= InputHandler->GetUDSServer();
in InitSessionDeleteCallback()
local
922
CHKPF(
udsServerPtr
);
in InitSessionDeleteCallback()
925
udsServerPtr
->AddSessionDeletedCallback(callback);
in InitSessionDeleteCallback()
/foundation/multimodalinput/input/service/monitor/src/
H
A
D
event_monitor_handler.cpp
211
auto
udsServerPtr
= InputHandler->GetUDSServer();
in InitSessionLostCallback()
local
212
CHKPV(
udsServerPtr
);
in InitSessionLostCallback()
213
udsServerPtr
->AddSessionDeletedCallback([this] (SessionPtr session) {
in InitSessionLostCallback()
718
auto
udsServerPtr
= InputHandler->GetUDSServer();
in ProcessScreenCapture()
local
719
CHKPV(
udsServerPtr
);
in ProcessScreenCapture()
720
SessionPtr session =
udsServerPtr
->GetSessionByPid(pid);
in ProcessScreenCapture()
/foundation/multimodalinput/input/service/interceptor/src/
H
A
D
event_interceptor_handler.cpp
150
auto
udsServerPtr
= InputHandler->GetUDSServer();
in InitSessionLostCallback()
local
151
CHKPV(
udsServerPtr
);
in InitSessionLostCallback()
152
udsServerPtr
->AddSessionDeletedCallback([this] (SessionPtr session) { this->OnSessionLost(session); });
in InitSessionLostCallback()
/foundation/multimodalinput/input/service/device_manager/src/
H
A
D
input_device_manager.cpp
839
auto
udsServerPtr
= InputHandler->GetUDSServer();
in InitSessionLostCallback()
local
840
CHKPV(
udsServerPtr
);
in InitSessionLostCallback()
841
udsServerPtr
->AddSessionDeletedCallback([this] (SessionPtr session) {
in InitSessionLostCallback()
/foundation/multimodalinput/input/service/monitor/test/
H
A
D
event_monitor_handler_test.cpp
530
auto
udsServerPtr
= InputHandler->GetUDSServer();
in HWTEST_F()
local
531
EXPECT_NE(
udsServerPtr
, nullptr);
in HWTEST_F()
Completed in 8 milliseconds