Searched refs:stopIndeedDhIds (Results 1 - 3 of 3) sorted by relevance
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 264 std::vector<std::string> stopIndeedDhIds; in OnStopRemoteInput() local 265 sinkManagerObj_->DeleteStopDhids(sessionId, affDhIds.noSharingDhIds, stopIndeedDhIds); in OnStopRemoteInput() 267 stopIndeedOnes.noSharingDhIds = stopIndeedDhIds; in OnStopRemoteInput() 327 std::vector<std::string> stopIndeedDhIds; in OnStopRemoteInputDhid() local 330 sinkManagerObj_->DeleteStopDhids(sessionId, stopOnCmdDhIds, stopIndeedDhIds); in OnStopRemoteInputDhid() 331 (void)DistributedInputCollector::GetInstance().SetSharingDhIds(false, stopIndeedDhIds); in OnStopRemoteInputDhid() 333 stopIndeedOnes.noSharingDhIds = stopIndeedDhIds; in OnStopRemoteInputDhid() 401 std::vector<std::string> stopIndeedDhIds; in OnRelayStopDhidRemoteInput() local 404 sinkManagerObj_->DeleteStopDhids(toSinkSessionId, stopOnCmdDhIds, stopIndeedDhIds); in OnRelayStopDhidRemoteInput() 405 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingDhIds(false, stopIndeedDhIds); in OnRelayStopDhidRemoteInput() 506 std::vector<std::string> stopIndeedDhIds; OnRelayStopTypeRemoteInput() local 533 DeleteStopDhids(int32_t sessionId, const std::vector<std::string> stopDhIds, std::vector<std::string> &stopIndeedDhIds) DeleteStopDhids() argument [all...] |
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/ |
H A D | distributed_input_sinkmanager_test.cpp | 137 std::vector<std::string> stopIndeedDhIds; in HWTEST_F() local 143 sinkManager_->DeleteStopDhids(100, stopDhIds, stopIndeedDhIds); in HWTEST_F() 144 sinkManager_->DeleteStopDhids(sessionId, stopDhIds, stopIndeedDhIds); in HWTEST_F()
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/ |
H A D | distributed_input_sink_manager.h | 197 * stopIndeedDhIds: dhId that need stop capture event. 200 std::vector<std::string> &stopIndeedDhIds);
|
Completed in 4 milliseconds