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
defs:screenInfoKey
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/distributed_input/utils/src/
H
A
D
dinput_context.cpp
41
int32_t DInputContext::RemoveSinkScreenInfo(const std::string &
screenInfoKey
)
in RemoveSinkScreenInfo()
argument
49
int32_t DInputContext::UpdateSinkScreenInfo(const std::string &
screenInfoKey
, const SinkScreenInfo &sinkScreenInfo)
in UpdateSinkScreenInfo()
argument
67
GetSinkScreenInfo(const std::string &
screenInfoKey
)
GetSinkScreenInfo()
argument
86
RemoveSrcScreenInfo(const std::string &
screenInfoKey
)
RemoveSrcScreenInfo()
argument
94
UpdateSrcScreenInfo(const std::string &
screenInfoKey
, const SrcScreenInfo &srcScreenInfo)
UpdateSrcScreenInfo()
argument
107
GetSrcScreenInfo(const std::string &
screenInfoKey
)
GetSrcScreenInfo()
argument
[all...]
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H
A
D
distributed_input_sink_manager.cpp
970
std::string
screenInfoKey
= DInputContext::GetInstance().GetScreenInfoKey(srcScreenInfo.devId,
in NotifyStartDScreen()
local
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H
A
D
distributed_input_source_manager.cpp
1690
std::string
screenInfoKey
= DInputContext::GetInstance().GetScreenInfoKey(sourceDevId, sourceWinId);
in OnMessage()
local
1772
std::string
screenInfoKey
= DInputContext::GetInstance().GetScreenInfoKey(srcDevId_, srcWinId_);
in OnRemoteDied()
local
[all...]
Completed in 7 milliseconds