Searched refs:inputDevice (Results 1 – 5 of 5) sorted by relevance
137 void SetInputDevice(InputDevice inputDevice);160 bool IsInputDeviceMatch(InputDevice inputDevice) const;
149 std::string inputDevice; member161 InputDevice inputDevice = INPUTDEVICE_NOT_SET; member
126 void ResConfigImpl::SetInputDevice(InputDevice inputDevice) in SetInputDevice() argument128 this->inputDevice_ = inputDevice; in SetInputDevice()360 bool ResConfigImpl::IsInputDeviceMatch(InputDevice inputDevice) const in IsInputDeviceMatch()362 if (this->inputDevice_ == INPUTDEVICE_NOT_SET && inputDevice != INPUTDEVICE_NOT_SET) { in IsInputDeviceMatch()366 if (this->inputDevice_ != INPUTDEVICE_NOT_SET && inputDevice != INPUTDEVICE_NOT_SET) { in IsInputDeviceMatch()367 if (this->inputDevice_ != inputDevice) { in IsInputDeviceMatch()
518 configKey.inputDevice = GetInputDevice(kp->value_); in CreateResConfigFromKeyParams()547 resConfig->SetInputDevice(configKey->inputDevice); in BuildResConfig()600 InputDevice inputDevice = INPUTDEVICE_NOT_SET; in GetInputDevice() local602 inputDevice = INPUTDEVICE_POINTINGDEVICE; in GetInputDevice()604 return inputDevice; in GetInputDevice()665 determiner.inputDevice = keyParam->GetStr(); in ToFolderPath()711 PathAppend(path, determiner->inputDevice, connecter2); in BuildFolderPath()
68 virtual void SetInputDevice(InputDevice inputDevice) = 0;