Searched refs:DataMgrDmStateCall (Results 1 – 2 of 2) sorted by relevance
48 class DataMgrDmStateCall final : public DistributedHardware::DeviceStateCallback { class50 explicit DataMgrDmStateCall(DeviceManagerAdapter &dmAdapter) : dmAdapter_(dmAdapter) {} in DataMgrDmStateCall() function in OHOS::DistributedData::DataMgrDmStateCall60 void DataMgrDmStateCall::OnDeviceOnline(const DmDeviceInfo &info) in OnDeviceOnline()65 void DataMgrDmStateCall::OnDeviceOffline(const DmDeviceInfo &info) in OnDeviceOffline()70 void DataMgrDmStateCall::OnDeviceChanged(const DmDeviceInfo &info) in OnDeviceChanged()75 void DataMgrDmStateCall::OnDeviceReady(const DmDeviceInfo &info) in OnDeviceReady()207 auto dmStateCall = std::make_shared<DataMgrDmStateCall>(*this); in RegDevCallback()
81 friend class DataMgrDmStateCall; variable