Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_manager_event_handler.cpp197 deviceId, sourceManagerObj_->GetInputTypesMap(deviceId) | inputTypes); in NotifyStartCallback()
199 …sourceManagerObj_->SetStartTransFlag((result && (sourceManagerObj_->GetInputTypesMap(deviceId) > 0… in NotifyStartCallback()
230 if (result && (sourceManagerObj_->GetInputTypesMap(deviceId) & inputTypes)) { in NotifyStopCallback()
232 deviceId, sourceManagerObj_->GetInputTypesMap(deviceId) - in NotifyStopCallback()
233 (sourceManagerObj_->GetInputTypesMap(deviceId) & inputTypes)); in NotifyStopCallback()
236 if (sourceManagerObj_->GetInputTypesMap(deviceId) == 0) { in NotifyStopCallback()
H A Ddistributed_input_source_manager.cpp1523 uint32_t DistributedInputSourceManager::GetInputTypesMap(const std::string deviceId) in GetInputTypesMap() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceManager
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h275 uint32_t GetInputTypesMap(const std::string deviceId);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp1631 uint32_t ret = sourceManager_->GetInputTypesMap(devId);