Home
last modified time | relevance | path

Searched defs:CInitDeviceManager (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/binding/src/
H A Ddm_binding.cpp124 bool CInitDeviceManager(const char* pkgName, void (*callback)()) in CInitDeviceManager() function
/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/
H A Ddm_binding.rs143 pub fn CInitDeviceManager(pkg_name: *const c_char, on_device_init: OnDeviceInit) -> bool; in CInitDeviceManager() function