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:sharingDhIds
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/test/sinkcollectorunittest/
H
A
D
distributed_input_collector_test.cpp
105
EXPECT_EQ(0, ret.
sharingDhIds
.size());
in HWTEST_F()
106
std::vector<std::string>
sharingDhIds
;
in HWTEST_F()
local
107
sharingDhIds
.push_back("sharingDhId_test");
in HWTEST_F()
110
AffectDhIds affectDhIds {
sharingDhIds
, noSharingDhIds};
in HWTEST_F()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H
A
D
distributed_input_sink_manager.cpp
154
std::vector<std::string>
sharingDhIds
= DistributedInputCollector::GetInstance().GetSharingDhIds();
in OnUnprepareRemoteInput()
local
155
if (!
sharingDhIds
.empty()) {
in OnUnprepareRemoteInput()
156
OnStopRemoteInputDhid(sessionId, JointDhIds(
sharingDhIds
));
in OnUnprepareRemoteInput()
193
std::vector<std::string>
sharingDhIds
= DistributedInputCollector::GetInstance().GetSharingDhIds();
in OnRelayUnprepareRemoteInput()
local
194
if (!
sharingDhIds
.empty()) {
in OnRelayUnprepareRemoteInput()
195
OnStopRemoteInputDhid(toSinkSessionId, JointDhIds(
sharingDhIds
));
in OnRelayUnprepareRemoteInput()
233
sinkManagerObj_->StoreStartDhids(sessionId, affDhIds.
sharingDhIds
);
in OnStartRemoteInput()
315
sinkManagerObj_->StoreStartDhids(sessionId, affDhIds.
sharingDhIds
);
in OnStartRemoteInputDhid()
389
sinkManagerObj_->StoreStartDhids(toSinkSessionId, affDhIds.
sharingDhIds
);
in OnRelayStartDhidRemoteInput()
474
sinkManagerObj_->StoreStartDhids(toSinkSessionId, affDhIds.
sharingDhIds
);
in OnRelayStartTypeRemoteInput()
[all...]
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H
A
D
distributed_input_collector.cpp
197
for (auto const &id : dhIds.
sharingDhIds
) {
in ReportDhIdSharingState()
/foundation/distributedhardware/distributed_input/common/include/
H
A
D
input_hub.h
37
std::vector<std::string>
sharingDhIds
;
member
H
A
D
input_hub.cpp
1209
affDhIds.
sharingDhIds
.push_back(dhId);
in SaveAffectDhId()
Completed in 6 milliseconds