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:SrcScreenInfo
(Results
1 - 18
of
18
) sorted by relevance
/foundation/distributedhardware/distributed_input/utils/include/
H
A
D
dinput_context.h
63
int32_t UpdateSrcScreenInfo(const std::string &screenInfoKey, const
SrcScreenInfo
&srcScreenInfo);
64
SrcScreenInfo
GetSrcScreenInfo(const std::string &screenInfoKey);
84
std::unordered_map<std::string,
SrcScreenInfo
> srcScreenInfoMap_;
/foundation/distributedhardware/distributed_input/frameworks/include/
H
A
D
i_dinput_context.h
70
struct
SrcScreenInfo
{
struct
93
SrcScreenInfo
srcScreenInfo;
H
A
D
i_distributed_sink_input.h
51
virtual int32_t NotifyStartDScreen(const
SrcScreenInfo
&remoteCtrlInfo) = 0;
/foundation/distributedhardware/distributed_input/utils/test/unittest/
H
A
D
dinput_context_test.cpp
110
SrcScreenInfo
srcScreenInfo;
in HWTEST_F()
118
SrcScreenInfo
srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(sourceWinId);
in HWTEST_F()
127
SrcScreenInfo
srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(sourceWinId);
in HWTEST_F()
135
SrcScreenInfo
srcScreenInfo1;
in HWTEST_F()
138
SrcScreenInfo
srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(sourceWinId);
in HWTEST_F()
/foundation/distributedhardware/distributed_input/utils/src/
H
A
D
dinput_context.cpp
94
int32_t DInputContext::UpdateSrcScreenInfo(const std::string &screenInfoKey, const
SrcScreenInfo
&srcScreenInfo)
in UpdateSrcScreenInfo()
107
SrcScreenInfo
DInputContext::GetSrcScreenInfo(const std::string &screenInfoKey)
in GetSrcScreenInfo()
113
SrcScreenInfo
srcScreenInfo;
in GetSrcScreenInfo()
/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H
A
D
distributed_input_sink_proxy.h
42
int32_t NotifyStartDScreen(const
SrcScreenInfo
&srcScreenRemoteCtrlInfo) override;
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/
H
A
D
distributed_input_sink_manager.h
160
int32_t NotifyStartDScreen(const
SrcScreenInfo
&srcScreenInfo) override;
173
void CleanExceptionalInfo(const
SrcScreenInfo
&srcScreenInfo);
/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()
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H
A
D
distributed_input_sink_stub.cpp
121
SrcScreenInfo
srcScreenInfo = {
in NotifyStartDScreenInner()
H
A
D
distributed_input_sink_proxy.cpp
94
int32_t DistributedInputSinkProxy::NotifyStartDScreen(const
SrcScreenInfo
&remoteCtrlInfo)
in NotifyStartDScreen()
H
A
D
distributed_input_client.cpp
730
SrcScreenInfo
srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(srcScreenInfoKey);
in NotifyStartDScreen()
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/
H
A
D
add_white_list_infos_call_back_test.h
185
int32_t NotifyStartDScreen(const
SrcScreenInfo
&remoteCtrlInfo);
H
A
D
add_white_list_infos_call_back_test.cpp
188
const
SrcScreenInfo
&remoteCtrlInfo)
in NotifyStartDScreen()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H
A
D
distributed_input_source_manager.cpp
1574
SrcScreenInfo
srcScreenInfo = {};
in OnMessage()
1594
DHLOGE("Update
SrcScreenInfo
cache failed!");
in OnMessage()
1614
std::string &sinkDevId,
SrcScreenInfo
&srcScreenInfo)
in ParseMessage()
1644
int32_t DistributedInputSourceManager::StartDScreenListener::UpdateSrcScreenInfoCache(const
SrcScreenInfo
&tmpInfo)
in UpdateSrcScreenInfoCache()
1648
SrcScreenInfo
srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(srcScreenInfoKey);
in UpdateSrcScreenInfoCache()
1692
SrcScreenInfo
srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(screenInfoKey);
in OnMessage()
1773
SrcScreenInfo
srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(screenInfoKey);
in OnRemoteDied()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H
A
D
distributed_input_source_manager.h
207
int32_t ParseMessage(const std::string &message, std::string &sinkDevId,
SrcScreenInfo
&srcScreenInfo);
208
int32_t UpdateSrcScreenInfoCache(const
SrcScreenInfo
&tmpInfo);
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H
A
D
distributed_input_sink_manager.cpp
964
int32_t DistributedInputSinkManager::NotifyStartDScreen(const
SrcScreenInfo
&srcScreenInfo)
in NotifyStartDScreen()
1008
void DistributedInputSinkManager::CleanExceptionalInfo(const
SrcScreenInfo
&srcScreenInfo)
in CleanExceptionalInfo()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H
A
D
distributed_input_sourcemanager_test.cpp
2130
SrcScreenInfo
srcScreenInfo = {};
in HWTEST_F()
Completed in 17 milliseconds