Home
last modified time | relevance | path

Searched refs:inputDevice (Results 1 – 5 of 5) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
Dres_config_impl.h137 void SetInputDevice(InputDevice inputDevice);
160 bool IsInputDeviceMatch(InputDevice inputDevice) const;
Dhap_parser.h149 std::string inputDevice; member
161 InputDevice inputDevice = INPUTDEVICE_NOT_SET; member
/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp126 void ResConfigImpl::SetInputDevice(InputDevice inputDevice) in SetInputDevice() argument
128 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()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp518 configKey.inputDevice = GetInputDevice(kp->value_); in CreateResConfigFromKeyParams()
547 resConfig->SetInputDevice(configKey->inputDevice); in BuildResConfig()
600 InputDevice inputDevice = INPUTDEVICE_NOT_SET; in GetInputDevice() local
602 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()
/base/global/resource_management/interfaces/inner_api/include/
Dres_config.h68 virtual void SetInputDevice(InputDevice inputDevice) = 0;