Searched refs:affDhIds (Results 1 - 3 of 3) sorted by relevance
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 231 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingTypes(true, in OnStartRemoteInput() local 233 sinkManagerObj_->StoreStartDhids(sessionId, affDhIds.sharingDhIds); in OnStartRemoteInput() 234 DistributedInputCollector::GetInstance().ReportDhIdSharingState(affDhIds); in OnStartRemoteInput() 263 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingTypes(false, inputTypes); in OnStopRemoteInput() local 265 sinkManagerObj_->DeleteStopDhids(sessionId, affDhIds.noSharingDhIds, stopIndeedDhIds); in OnStopRemoteInput() 314 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingDhIds(true, devDhIds); in OnStartRemoteInputDhid() local 315 sinkManagerObj_->StoreStartDhids(sessionId, affDhIds.sharingDhIds); in OnStartRemoteInputDhid() 316 DistributedInputCollector::GetInstance().ReportDhIdSharingState(affDhIds); in OnStartRemoteInputDhid() 388 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingDhIds(true, devDhIds); in OnRelayStartDhidRemoteInput() local 389 sinkManagerObj_->StoreStartDhids(toSinkSessionId, affDhIds in OnRelayStartDhidRemoteInput() 405 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingDhIds(false, stopIndeedDhIds); OnRelayStopDhidRemoteInput() local 472 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingTypes(true, OnRelayStartTypeRemoteInput() local 505 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingTypes(false, inputTypes); OnRelayStopTypeRemoteInput() local [all...] |
/foundation/distributedhardware/distributed_input/common/include/ |
H A D | input_hub.cpp | 1206 void InputHub::SaveAffectDhId(bool isEnable, const std::string &dhId, AffectDhIds &affDhIds) in SaveAffectDhId() argument 1209 affDhIds.sharingDhIds.push_back(dhId); in SaveAffectDhId() 1211 affDhIds.noSharingDhIds.push_back(dhId); in SaveAffectDhId() 1217 AffectDhIds affDhIds; in SetSupportInputType() local 1226 SaveAffectDhId(enabled, device->identifier.descriptor, affDhIds); in SetSupportInputType() 1230 return affDhIds; in SetSupportInputType() 1235 AffectDhIds affDhIds; in SetSharingDevices() local 1249 SaveAffectDhId(enabled, device->identifier.descriptor, affDhIds); in SetSharingDevices() 1255 return affDhIds; in SetSharingDevices()
|
H A D | input_hub.h | 186 void SaveAffectDhId(bool isEnable, const std::string &dhId, AffectDhIds &affDhIds);
|
Completed in 5 milliseconds