Home
last modified time | relevance | path

Searched refs:inputDevice (Results 1 - 7 of 7) sorted by relevance

/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp261 auto inputDevice = std::make_shared<MMI::InputDevice>(); in Transform() local
262 inputDevice->SetId(device->GetId()); in Transform()
263 inputDevice->SetName(device->GetName()); in Transform()
264 inputDevice->SetBus(device->GetBus()); in Transform()
265 inputDevice->SetVersion(device->GetVersion()); in Transform()
266 inputDevice->SetProduct(device->GetProduct()); in Transform()
267 inputDevice->SetVendor(device->GetVendor()); in Transform()
268 inputDevice->SetPhys(device->GetPhys()); in Transform()
269 inputDevice->SetUniq(device->GetUniq()); in Transform()
271 inputDevice in Transform()
[all...]
/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h171 * @param inputDevice the resConfig input device
173 void SetInputDevice(InputDevice inputDevice);
233 bool IsInputDeviceMatch(InputDevice inputDevice) const;
H A Dhap_parser.h232 std::string inputDevice; member
244 InputDevice inputDevice = INPUTDEVICE_NOT_SET; member
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp175 void ResConfigImpl::SetInputDevice(InputDevice inputDevice) in SetInputDevice() argument
177 this->inputDevice_ = inputDevice; in SetInputDevice()
497 bool ResConfigImpl::IsInputDeviceMatch(InputDevice inputDevice) const in IsInputDeviceMatch()
499 if (this->inputDevice_ == INPUTDEVICE_NOT_SET && inputDevice != INPUTDEVICE_NOT_SET) { in IsInputDeviceMatch()
503 if (this->inputDevice_ != INPUTDEVICE_NOT_SET && inputDevice != INPUTDEVICE_NOT_SET) { in IsInputDeviceMatch()
504 if (this->inputDevice_ != inputDevice) { in IsInputDeviceMatch()
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_config.h72 virtual void SetInputDevice(InputDevice inputDevice) = 0;
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp676 configKey.inputDevice = GetInputDevice(kp->value_); in CreateResConfigFromKeyParams()
705 resConfig->SetInputDevice(configKey->inputDevice); in BuildResConfig()
760 InputDevice inputDevice = INPUTDEVICE_NOT_SET; in GetInputDevice() local
762 inputDevice = INPUTDEVICE_POINTINGDEVICE; in GetInputDevice()
764 return inputDevice; in GetInputDevice()
801 // mcc-mnc-language_script_region-direction-deviceType-colorMode-inputDevice-screenDensity in ToFolderPath()
825 determiner.inputDevice = keyParam->GetStr(); in ToFolderPath()
871 PathAppend(path, determiner->inputDevice, connecter2); in BuildFolderPath()
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp282 std::shared_ptr<MMI::InputDevice> inputDevice; in GetDevice() local
283 auto callback = [&inputDevice](std::shared_ptr<MMI::InputDevice> device) { in GetDevice()
284 inputDevice = device; in GetDevice()
287 if (ret != RET_OK || inputDevice == nullptr) { in GetDevice()
291 return inputDevice; in GetDevice()

Completed in 9 milliseconds