Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp264 std::vector<std::string> stopIndeedDhIds; in OnStopRemoteInput() local
267 stopIndeedOnes.noSharingDhIds = stopIndeedDhIds; in OnStopRemoteInput()
327 std::vector<std::string> stopIndeedDhIds; in OnStopRemoteInputDhid() local
330 sinkManagerObj_->DeleteStopDhids(sessionId, stopOnCmdDhIds, stopIndeedDhIds); in OnStopRemoteInputDhid()
333 stopIndeedOnes.noSharingDhIds = stopIndeedDhIds; in OnStopRemoteInputDhid()
401 std::vector<std::string> stopIndeedDhIds; in OnRelayStopDhidRemoteInput() local
407 stopIndeedOnes.noSharingDhIds = stopIndeedDhIds; in OnRelayStopDhidRemoteInput()
506 std::vector<std::string> stopIndeedDhIds; in OnRelayStopTypeRemoteInput() local
509 stopIndeedOnes.noSharingDhIds = stopIndeedDhIds; in OnRelayStopTypeRemoteInput()
534 std::vector<std::string> &stopIndeedDhIds) in DeleteStopDhids() argument
[all …]
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/
H A Ddistributed_input_sinkmanager_test.cpp137 std::vector<std::string> stopIndeedDhIds; variable
143 sinkManager_->DeleteStopDhids(100, stopDhIds, stopIndeedDhIds);
144 sinkManager_->DeleteStopDhids(sessionId, stopDhIds, stopIndeedDhIds);
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/
H A Ddistributed_input_sink_manager.h200 std::vector<std::string> &stopIndeedDhIds);