Searched refs:DeleteStopDhids (Results 1 - 3 of 3) sorted by relevance
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 265 sinkManagerObj_->DeleteStopDhids(sessionId, affDhIds.noSharingDhIds, stopIndeedDhIds); in OnStopRemoteInput() 330 sinkManagerObj_->DeleteStopDhids(sessionId, stopOnCmdDhIds, stopIndeedDhIds); in OnStopRemoteInputDhid() 404 sinkManagerObj_->DeleteStopDhids(toSinkSessionId, stopOnCmdDhIds, stopIndeedDhIds); in OnRelayStopDhidRemoteInput() 507 sinkManagerObj_->DeleteStopDhids(toSinkSessionId, affDhIds.noSharingDhIds, stopIndeedDhIds); in OnRelayStopTypeRemoteInput() 533 void DistributedInputSinkManager::DeleteStopDhids(int32_t sessionId, const std::vector<std::string> stopDhIds, in DeleteStopDhids() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkManager 538 DHLOGE("DeleteStopDhids sessionId: %{public}d is not exist.", sessionId); in DeleteStopDhids() 541 DHLOGI("DeleteStopDhids sessionId=%{public}d before has dhid.size=%{public}zu, delDhIds.size=%{public}zu.", in DeleteStopDhids() 548 DHLOGI("DeleteStopDhids sessionId=%{public}d is delete.", sessionId); in DeleteStopDhids() 550 DHLOGI("DeleteStopDhids sessionId=%{public}d after has dhid.size=%{public}zu.", sessionId, in DeleteStopDhids()
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/ |
H A D | distributed_input_sinkmanager_test.cpp | 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 | 199 void DeleteStopDhids(int32_t sessionId, const std::vector<std::string> stopDhIds,
|
Completed in 4 milliseconds