Searched refs:DMStateCallback (Results 1 – 2 of 2) sorted by relevance
33 class DMStateCallback : public DeviceStateCallback { class35 …explicit DMStateCallback(std::shared_ptr<SoftBusAdapter> softBusAdapter) : softBusAdapter_(softBus… in DMStateCallback() function in OHOS::ObjectStore::DMStateCallback46 void DMStateCallback::OnDeviceOnline(const DmDeviceInfo &deviceInfo) in OnDeviceOnline()54 void DMStateCallback::OnDeviceOffline(const DmDeviceInfo &deviceInfo) in OnDeviceOffline()62 void DMStateCallback::OnDeviceChanged(const DmDeviceInfo &deviceInfo) in OnDeviceChanged()69 void DMStateCallback::OnDeviceReady(const DmDeviceInfo &deviceInfo) in OnDeviceReady()88 void DMStateCallback::NotifyAll(const DmDeviceInfo &deviceInfo, DeviceChangeType type) in NotifyAll()107 auto deviceStateCallback = std::make_shared<DMStateCallback>(SoftBusAdapter::GetInstance()); in Init()
63 class DMStateCallback : public DeviceStateCallback { class65 explicit DMStateCallback() in DMStateCallback() function in __anonf13e8b530110::DMStateCallback96 auto deviceCallback = std::make_shared<DMStateCallback>(); in InitDevManager()