Searched refs:AffectDhIds (Results 1 - 6 of 6) sorted by relevance
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/include/ |
H A D | distributed_input_collector.h | 46 AffectDhIds SetSharingTypes(bool enabled, const uint32_t &inputType); 47 AffectDhIds SetSharingDhIds(bool enabled, std::vector<std::string> dhIds); 55 void ReportDhIdSharingState(const AffectDhIds &dhIds);
|
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/test/sinkcollectorunittest/ |
H A D | distributed_input_collector_test.cpp | 104 AffectDhIds ret = DistributedInputCollector::GetInstance().SetSharingTypes(enabled, inputType); in HWTEST_F() 110 AffectDhIds affectDhIds {sharingDhIds, noSharingDhIds}; in HWTEST_F()
|
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/ |
H A D | distributed_input_collector.cpp | 172 AffectDhIds DistributedInputCollector::SetSharingTypes(bool enabled, const uint32_t &inputType) in SetSharingTypes() 189 void DistributedInputCollector::ReportDhIdSharingState(const AffectDhIds &dhIds) in ReportDhIdSharingState() 217 AffectDhIds DistributedInputCollector::SetSharingDhIds(bool enabled, std::vector<std::string> dhIds) in SetSharingDhIds()
|
/foundation/distributedhardware/distributed_input/common/include/ |
H A D | input_hub.h | 36 struct AffectDhIds { struct 87 AffectDhIds SetSupportInputType(bool enabled, const uint32_t &inputTypes); 89 AffectDhIds SetSharingDevices(bool enabled, std::vector<std::string> dhIds); 186 void SaveAffectDhId(bool isEnable, const std::string &dhId, AffectDhIds &affDhIds);
|
H A D | input_hub.cpp | 1206 void InputHub::SaveAffectDhId(bool isEnable, const std::string &dhId, AffectDhIds &affDhIds) in SaveAffectDhId() 1215 AffectDhIds InputHub::SetSupportInputType(bool enabled, const uint32_t &inputTypes) in SetSupportInputType() 1217 AffectDhIds affDhIds; in SetSupportInputType() 1233 AffectDhIds InputHub::SetSharingDevices(bool enabled, std::vector<std::string> dhIds) in SetSharingDevices() 1235 AffectDhIds affDhIds; in SetSharingDevices()
|
/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() 263 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingTypes(false, inputTypes); in OnStopRemoteInput() 266 AffectDhIds stopIndeedOnes; in OnStopRemoteInput() 314 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingDhIds(true, devDhIds); in OnStartRemoteInputDhid() 332 AffectDhIds stopIndeedOnes; in OnStopRemoteInputDhid() 388 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingDhIds(true, devDhIds); in OnRelayStartDhidRemoteInput() 405 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingDhIds(false, stopIndeedDhIds); in OnRelayStopDhidRemoteInput() 406 AffectDhIds stopIndeedOnes; in OnRelayStopDhidRemoteInput() 472 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingTypes(true, in OnRelayStartTypeRemoteInput() 505 AffectDhIds affDhId in OnRelayStopTypeRemoteInput() [all...] |
Completed in 6 milliseconds