Home
last modified time | relevance | path

Searched defs:deviceType (Results 1 – 25 of 194) sorted by relevance

12345678

/foundation/multimodalinput/input/tools/virtual_device_manager/test/
Dvirtual_device_test.cpp51 std::string deviceType = "mouse"; variable
59 std::string deviceType = "keyboard"; variable
67 std::string deviceType = "knob"; variable
75 std::string deviceType = "joystick"; variable
83 std::string deviceType = "trackball"; variable
91 std::string deviceType = "remotecontrol"; variable
99 std::string deviceType = "trackpad"; variable
107 std::string deviceType = "gamepad"; variable
115 std::string deviceType = "touchpad"; variable
123 std::string deviceType = "touchscreen"; variable
[all …]
/foundation/ace/ace_engine_lite/frameworks/src/core/base/test/unittest/common/
Dsystem_info_tdd_test.cpp53 const char *deviceType = SystemInfo::GetInstance().GetDeviceType(); variable
125 const char *deviceType = SystemInfo::GetInstance().GetDeviceType(); variable
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/src/
Ddistributed_hardware_manager.cpp85 uint16_t deviceType) in SendOnLineEvent()
114 uint16_t deviceType) in SendOffLineEvent()
/foundation/ace/ace_engine/frameworks/core/accessibility/js_inspector/
Dinspect_progress.cpp34 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_button.cpp33 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_divider.cpp32 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_swiper.cpp42 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_textarea.cpp32 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_marquee.cpp34 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_tab_bar.cpp32 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_toggle.cpp31 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_text.cpp30 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_slider.cpp39 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_label.cpp31 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_rating.cpp35 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_input.cpp35 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
Dinspect_refresh.cpp30 DeviceType deviceType = SystemProperties::GetDeviceType(); in PackAttrAndStyle() local
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkservice/src/
Ddistributed_hardware_manager_factory.cpp78 uint16_t deviceType) in SendOnLineEvent()
105 uint16_t deviceType) in SendOffLineEvent()
/foundation/deviceprofile/device_profile_core/services/core/include/devicemanager/
Ddevice_info.h31 DeviceInfo(const std::string& deviceName, const std::string& deviceId, int32_t deviceType) in DeviceInfo()
/foundation/ace/ace_engine/frameworks/core/components/toast/
Dtoast_component.cpp83 auto deviceType = SystemProperties::GetDeviceType(); in BuildToastContent() local
111 auto deviceType = SystemProperties::GetDeviceType(); in BuildPackageBox() local
168 auto deviceType = SystemProperties::GetDeviceType(); in Show() local
/foundation/ace/ace_engine/frameworks/base/resource/
Dace_res_config.h38 …nt32_t mcc, int32_t mnc, DeviceOrientation orientation, ColorMode colorMode, DeviceType deviceType, in AceResConfig()
46 DeviceType deviceType, ResolutionType resolution) in AceResConfig()
/foundation/appexecfwk/appexecfwk_lite/frameworks/bundle_lite/src/
Dmodule_info_utils.cpp112 bool ModuleInfoUtils::SetModuleInfoDeviceType(ModuleInfo *moduleInfo, char **deviceType, uint32_t n… in SetModuleInfoDeviceType()
132 void ModuleInfoUtils::ClearModuleInfoDeviceType(char **deviceType, uint32_t numOfdeviceType) in ClearModuleInfoDeviceType()
/foundation/multimodalinput/input/service/device_manager/src/
Dinput_device.cpp40 void InputDevice::SetType(int32_t deviceType) in SetType()
/foundation/aafwk/standard/frameworks/kits/ability/native/src/continuation/remote_register_service/
Dcontinuation_device_callback_proxy.cpp31 …ontinuationDeviceCallbackProxy::Connect(const std::string &deviceId, const std::string &deviceType) in Connect()
/foundation/multimedia/audio_standard/services/src/audio_policy/server/service/
Daudio_policy_service.cpp146 std::string AudioPolicyService::GetPortName(InternalDeviceType deviceType) in GetPortName()
223 void UpdateActiveDeviceRoute(InternalDeviceType deviceType) in UpdateActiveDeviceRoute()
249 int32_t AudioPolicyService::ActivateNewDevice(DeviceType deviceType) in ActivateNewDevice()
302 int32_t AudioPolicyService::SetDeviceActive(InternalDeviceType deviceType, bool active) in SetDeviceActive()
558 AudioIOHandle AudioPolicyService::GetAudioIOHandle(InternalDeviceType deviceType) in GetAudioIOHandle()

12345678