/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test.cpp | 1090 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 D | res_config_impl_test.cpp | 1525 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 D | audio_source.h | 101 int32_t SetInputDevice(uint32_t deviceId);
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_config.h | 72 virtual void SetInputDevice(InputDevice inputDevice) = 0;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | res_config_impl.h | 173 void SetInputDevice(InputDevice inputDevice);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | resource_config_helper.cpp | 123 resConfig->SetInputDevice(AppExecFwk::ConvertHasPointerDevice(hasPointerDevice_)); in UpdateResConfig()
|
H A D | ability.cpp | 511 resConfig->SetInputDevice(ConvertHasPointerDevice(hasPointerDevice)); in OnConfigurationUpdatedNotify()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_convertor.cpp | 102 newResCfg->SetInputDevice(ConvertInputDevice(config.GetDeviceAccess())); in ConvertConfigToGlobal()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_config_impl.cpp | 175 void ResConfigImpl::SetInputDevice(InputDevice inputDevice) in SetInputDevice() function in OHOS::Global::Resource::ResConfigImpl 391 this->SetInputDevice(other.GetInputDevice()); in Copy()
|
H A D | hap_manager.cpp | 236 completeOverrideConfig->SetInputDevice(this->overrideResConfig_->GetInputDevice()); in getCompleteOverrideConfig()
|
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_source/ |
H A D | audio_source.cpp | 217 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 D | configuration_test.cpp | 517 resConfig->SetInputDevice(ConvertHasPointerDevice("true"));
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 767 resConfig->SetInputDevice(configKey->inputDevice); in BuildResConfig()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | capture_session.h | 1875 inline void SetInputDevice(sptr<CaptureInput> inputDevice) in SetInputDevice() function
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | capture_session.cpp | 595 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 D | main_thread.cpp | 1036 resConfig->SetInputDevice(ConvertHasPointerDevice(hasPointerDevice)); in InitResourceManager()
|