Home
last modified time | relevance | path

Searched refs:SetInputDevice (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test.cpp1090 rc->SetInputDevice(INPUTDEVICE_POINTINGDEVICE);
1122 rc->SetInputDevice(INPUTDEVICE_NOT_SET);
1154 rc->SetInputDevice(INPUTDEVICE_POINTINGDEVICE);
1186 rc->SetInputDevice(INPUTDEVICE_POINTINGDEVICE);
1218 rc->SetInputDevice(INPUTDEVICE_POINTINGDEVICE);
1248 rc->SetInputDevice(INPUTDEVICE_NOT_SET);
1278 rc->SetInputDevice(INPUTDEVICE_POINTINGDEVICE);
1308 rc->SetInputDevice(INPUTDEVICE_POINTINGDEVICE);
1427 rc->SetInputDevice(INPUTDEVICE_NOT_SET);
1547 rc->SetInputDevice(INPUTDEVICE_NOT_SET);
[all …]
H A Dres_config_impl_test.cpp1525 request->SetInputDevice(InputDevice::INPUTDEVICE_POINTINGDEVICE);
1527 current->SetInputDevice(InputDevice::INPUTDEVICE_POINTINGDEVICE);
1529 other->SetInputDevice(InputDevice::INPUTDEVICE_NOT_SET);
1544 request->SetInputDevice(InputDevice::INPUTDEVICE_POINTINGDEVICE);
1546 current->SetInputDevice(InputDevice::INPUTDEVICE_NOT_SET);
1548 other->SetInputDevice(InputDevice::INPUTDEVICE_POINTINGDEVICE);
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_source/include/
H A Daudio_source.h101 int32_t SetInputDevice(uint32_t deviceId);
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dres_config.h72 virtual void SetInputDevice(InputDevice inputDevice) = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h173 void SetInputDevice(InputDevice inputDevice);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dresource_config_helper.cpp123 resConfig->SetInputDevice(AppExecFwk::ConvertHasPointerDevice(hasPointerDevice_)); in UpdateResConfig()
H A Dability.cpp511 resConfig->SetInputDevice(ConvertHasPointerDevice(hasPointerDevice)); in OnConfigurationUpdatedNotify()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp102 newResCfg->SetInputDevice(ConvertInputDevice(config.GetDeviceAccess())); in ConvertConfigToGlobal()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp175 void ResConfigImpl::SetInputDevice(InputDevice inputDevice) in SetInputDevice() function in OHOS::Global::Resource::ResConfigImpl
391 this->SetInputDevice(other.GetInputDevice()); in Copy()
H A Dhap_manager.cpp236 completeOverrideConfig->SetInputDevice(this->overrideResConfig_->GetInputDevice()); in getCompleteOverrideConfig()
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_source/
H A Daudio_source.cpp217 int32_t AudioSource::SetInputDevice(uint32_t deviceId) in SetInputDevice() function in OHOS::Audio::AudioSource
/ohos5.0/foundation/ability/ability_runtime/test/unittest/configuration_test/
H A Dconfiguration_test.cpp517 resConfig->SetInputDevice(ConvertHasPointerDevice("true"));
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp767 resConfig->SetInputDevice(configKey->inputDevice); in BuildResConfig()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1875 inline void SetInputDevice(sptr<CaptureInput> inputDevice) in SetInputDevice() function
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp595 SetInputDevice(input); in AddInput()
1014 SetInputDevice(nullptr); in RemoveInput()
1143 SetInputDevice(nullptr); in Release()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1036 resConfig->SetInputDevice(ConvertHasPointerDevice(hasPointerDevice)); in InitResourceManager()