Home
last modified time | relevance | path

Searched defs:Device (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h49 struct Device { struct
50 Device* next; argument
53 InputDevice identifier; argument
60 Device(int fd, const std::string &path); argument
81 size_t StartCollectInputHandler(InputDeviceEvent *buffer, size_t bufferSize); argument
H A Dinput_hub.cpp1642 InputHub::Device::Device(int fd, const std::string &path) in Device() function in OHOS::DistributedHardware::DistributedInput::InputHub::Device
/ohos5.0/docs/en/device-dev/
H A DReadme-EN.md1 # Device chapter
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_program_vk.h29 class Device; variable
H A Dgpu_image_vk.h44 class Device; variable
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A Djs-apis-driver-deviceManager.md368 ## Device section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A Djs-apis-driver-deviceManager.md368 ## Device section
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/device_manager/
H A Ddevice.h32 explicit Device(std::shared_ptr<DeviceInfo> info) : info_(info) {} in Device() function
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
H A Dnet_packet.rs38 Device, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp163 struct Device { struct
164 std::string jointUserId;
165 std::string process;
166 bool keepAlive = false;
167 Ark ark;
168 bool directLaunch = false;
169 bool supportBackup = false;
170 bool compressNativeLibs = true;
171 Network network;
172 bool debug = false;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp685 auto Device = FindDevice(addr, GATT_TRANSPORT_TYPE_LE, devLock); in LEConnectionParamterReqImpl() local
721 auto Device = FindDevice(addr, GATT_TRANSPORT_TYPE_LE, devLock); in LEConnectionUpdateCompleteImpl() local
884 auto Device = instance.pimpl->FindOrRegister(addr, transport, devLock); in ConnectionInComming() local
1113 GattConnectionManager::Device::Device(const uint8_t *addr, uint8_t transport, uint8_t type, bool au… in Device() function in OHOS::bluetooth::GattConnectionManager::Device
1131 GattConnectionManager::Device::Device(const GattDevice &device, bool autoConnect) in Device() function in OHOS::bluetooth::GattConnectionManager::Device
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice.cpp60 Device::Device(int32_t deviceId) in Device() function in OHOS::Msdp::DeviceStatus::Device
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice.cpp60 Device::Device(int32_t deviceId) in Device() function in OHOS::Msdp::DeviceStatus::Device
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_effect.h96 struct Device { struct
104 std::vector<std::vector<Device>> device; argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.cpp486 Device::Device(RenderContext& renderContext, const DeviceCreateInfo& deviceCreateInfo) : renderCont… in Device() function in Device
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h39 class Device; variable
/ohos5.0/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/
H A Dlib.rs94 Device = 3, enumerator
/ohos5.0/base/request/request/services/src/manage/events/
H A Dmod.rs41 Device(i32), enumerator
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp21 namespace Device { namespace