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:remoteCtrlInfo
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H
A
D
distributed_input_sink_proxy.cpp
94
int32_t DistributedInputSinkProxy::NotifyStartDScreen(const SrcScreenInfo &
remoteCtrlInfo
)
in NotifyStartDScreen()
argument
104
"sourcePhyHeight: %{public}d", GetAnonyString(
remoteCtrlInfo
.devId).c_str(),
remoteCtrlInfo
.sourceWinId,
in NotifyStartDScreen()
105
remoteCtrlInfo
.sourceWinWidth,
remoteCtrlInfo
.sourceWinHeight,
in NotifyStartDScreen()
106
GetAnonyString(
remoteCtrlInfo
.sourcePhyId).c_str(),
remoteCtrlInfo
.sourcePhyFd,
in NotifyStartDScreen()
107
remoteCtrlInfo
.sourcePhyWidth,
remoteCtrlInfo
.sourcePhyHeight);
in NotifyStartDScreen()
108
if (!data.WriteString(
remoteCtrlInfo
in NotifyStartDScreen()
[all...]
/foundation/distributedhardware/distributed_input/frameworks/include/
H
A
D
i_distributed_sink_input.h
51
virtual int32_t NotifyStartDScreen(const SrcScreenInfo &
remoteCtrlInfo
) = 0;
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/fuzztest/distributedinputstub_fuzzer/
H
A
D
distributedinputstub_fuzzer.h
37
int32_t NotifyStartDScreen(const DistributedInput::SrcScreenInfo &
remoteCtrlInfo
);
H
A
D
distributedinputstub_fuzzer.cpp
134
const DistributedInput::SrcScreenInfo &
remoteCtrlInfo
)
in NotifyStartDScreen()
136
(void)
remoteCtrlInfo
;
in NotifyStartDScreen()
133
NotifyStartDScreen( const DistributedInput::SrcScreenInfo &
remoteCtrlInfo
)
NotifyStartDScreen()
argument
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/
H
A
D
add_white_list_infos_call_back_test.cpp
188
const SrcScreenInfo &
remoteCtrlInfo
)
in NotifyStartDScreen()
190
(void)
remoteCtrlInfo
;
in NotifyStartDScreen()
187
NotifyStartDScreen( const SrcScreenInfo &
remoteCtrlInfo
)
NotifyStartDScreen()
argument
H
A
D
add_white_list_infos_call_back_test.h
185
int32_t NotifyStartDScreen(const SrcScreenInfo &
remoteCtrlInfo
);
Completed in 5 milliseconds