Home
last modified time | relevance | path

Searched refs:D_DEV_MGR (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/intention/adapters/ddm_adapter/src/
H A Dddm_adapter_impl.cpp33 #define D_DEV_MGR DistributedHardware::DeviceManager::GetInstance() macro
48 int32_t ret = D_DEV_MGR.InitDeviceManager(pkgName, initCb_); in Enable()
55 ret = D_DEV_MGR.RegisterDevStateCallback(pkgName, extra, boardStateCb_); in Enable()
63 ret = D_DEV_MGR.UnInitDeviceManager(pkgName); in Enable()
82 int32_t ret = D_DEV_MGR.UnRegisterDevStateCallback(pkgName); in Disable()
89 int32_t ret = D_DEV_MGR.UnInitDeviceManager(pkgName); in Disable()
120 if (int32_t ret = D_DEV_MGR.GetTrustedDeviceList(FI_PKG_NAME, "", deviceList); ret != RET_OK) { in GetTrustedDeviceList()
152 if (D_DEV_MGR.CheckIsSameAccount(Caller, Callee)) { in CheckSameAccountToLocal()
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp45 #define D_DEV_MGR DistributedHardware::DeviceManager::GetInstance() macro
119 if (D_DEV_MGR.GetTrustedDeviceList(FI_PKG_NAME, "", deviceList) != RET_OK) { in CheckDeviceOnline()

Completed in 2 milliseconds