Home
last modified time | relevance | path

Searched defs:CDmDeviceInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/
H A Ddm_binding.rs50 pub struct CDmDeviceInfo { struct
52 pub device_id: *const c_char,
54 pub device_name: *const c_char,
56 pub device_type_id: u16,
58 pub network_id: *const c_char,
60 pub range: i32,
62 pub auth_form: CDmAuthForm,
102 pub unsafe extern "C" fn on_device_online(device_info_ptr: *const CDmDeviceInfo) { in on_device_online()
120 pub unsafe extern "C" fn on_device_changed(_device_info_ptr: *const CDmDeviceInfo) { in on_device_changed()
129 pub unsafe extern "C" fn on_device_ready(_device_info_ptr: *const CDmDeviceInfo) { in on_device_ready()
[all …]
/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/binding/include/
H A Ddm_binding_internal.h23 struct CDmDeviceInfo { struct
33 void (*onDeviceOnline)(const CDmDeviceInfo* deviceInfo); argument
/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/interaction/
H A Ddm_device_info.rs33 pub unsafe fn as_inner(&self) -> *const CDmDeviceInfo { in as_inner()