Home
last modified time | relevance | path

Searched defs:DmDeviceInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Ddm_device_info.h29 typedef struct DmDeviceInfo { struct
33 char deviceId[DM_MAX_DEVICE_ID_LEN];
59 } DmDeviceInfo; argument
/ohos5.0/base/security/security_guard/test/unittest/mock/device_manager/
H A Ddevice_manager.h24 typedef struct DmDeviceInfo { struct
26 } DmDeviceInfo; argument
/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/interaction/
H A Ddm_device_info.rs20 pub struct DmDeviceInfo(*const CDmDeviceInfo); struct
22 impl DmDeviceInfo { implementation
46 impl DmDeviceInfo { impl
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddm_device_info.h154 typedef struct DmDeviceInfo { struct
188 } DmDeviceInfo; argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Ddevice_manager_adapter.h47 using DmDeviceInfo = OHOS::DistributedHardware::DmDeviceInfo; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/
H A Ddevice_manager_adapter_test.cpp29 using DmDeviceInfo = OHOS::DistributedHardware::DmDeviceInfo; typedef
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/mini/
H A Ddevice_manager_impl_lite_m.h106 } DmDeviceInfo; typedef