Home
last modified time | relevance | path

Searched refs:stopOnCmdDhIds (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp328 std::vector<std::string> stopOnCmdDhIds; in OnStopRemoteInputDhid() local
329 SplitStringToVector(strDhids, INPUT_STRING_SPLIT_POINT, stopOnCmdDhIds); in OnStopRemoteInputDhid()
330 sinkManagerObj_->DeleteStopDhids(sessionId, stopOnCmdDhIds, stopIndeedDhIds); in OnStopRemoteInputDhid()
336 DInputSinkState::GetInstance().RecordDhIds(stopOnCmdDhIds, DhIdState::THROUGH_IN, sessionId); in OnStopRemoteInputDhid()
402 std::vector<std::string> stopOnCmdDhIds; in OnRelayStopDhidRemoteInput() local
403 SplitStringToVector(strDhids, INPUT_STRING_SPLIT_POINT, stopOnCmdDhIds); in OnRelayStopDhidRemoteInput()
404 sinkManagerObj_->DeleteStopDhids(toSinkSessionId, stopOnCmdDhIds, stopIndeedDhIds); in OnRelayStopDhidRemoteInput()
410 …DInputSinkState::GetInstance().RecordDhIds(stopOnCmdDhIds, DhIdState::THROUGH_IN, toSinkSessionId); in OnRelayStopDhidRemoteInput()