Home
last modified time | relevance | path

Searched refs:isAllDevSwitchOff (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp331 bool isAllDevSwitchOff = true; in handleStartServerCallback() local
334 isAllDevSwitchOff = false; in handleStartServerCallback()
338 if (isAllDevSwitchOff) { in handleStartServerCallback()
1508 bool isAllDevSwitchOff = true; in GetDeviceMapAllDevSwitchOff() local
1511 isAllDevSwitchOff = false; in GetDeviceMapAllDevSwitchOff()
1515 return isAllDevSwitchOff; in GetDeviceMapAllDevSwitchOff()
H A Ddinput_source_manager_event_handler.cpp241 bool isAllDevSwitchOff = sourceManagerObj_->GetDeviceMapAllDevSwitchOff(); in NotifyStopCallback() local
242 if (isAllDevSwitchOff) { in NotifyStopCallback()