Home
last modified time | relevance | path

Searched refs:sharingDhIds (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_input/services/sink/inputcollector/test/sinkcollectorunittest/
H A Ddistributed_input_collector_test.cpp105 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 Ddistributed_input_sink_manager.cpp154 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 Ddistributed_input_collector.cpp197 for (auto const &id : dhIds.sharingDhIds) { in ReportDhIdSharingState()
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h37 std::vector<std::string> sharingDhIds; member
H A Dinput_hub.cpp1209 affDhIds.sharingDhIds.push_back(dhId); in SaveAffectDhId()

Completed in 6 milliseconds