Home
last modified time | relevance | path

Searched refs:GetInputDevice (Results 1 - 6 of 6) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h179 InputDevice GetInputDevice() const;
H A Dhap_parser.h200 static InputDevice GetInputDevice(uint32_t value);
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_config.h74 virtual InputDevice GetInputDevice() const = 0;
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp262 InputDevice ResConfigImpl::GetInputDevice() const in GetInputDevice() function in OHOS::Global::Resource::ResConfigImpl
390 if (this->GetInputDevice() != other.GetInputDevice()) { in Copy()
391 this->SetInputDevice(other.GetInputDevice()); in Copy()
H A Dhap_manager.cpp236 if (this->overrideResConfig_->GetInputDevice() != INPUTDEVICE_NOT_SET) { in getCompleteOverrideConfig()
237 completeOverrideConfig->SetInputDevice(this->overrideResConfig_->GetInputDevice()); in getCompleteOverrideConfig()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp676 configKey.inputDevice = GetInputDevice(kp->value_); in CreateResConfigFromKeyParams()
758 InputDevice HapParser::GetInputDevice(uint32_t value) in GetInputDevice() function in OHOS::Global::Resource::HapParser

Completed in 7 milliseconds