Home
last modified time | relevance | path

Searched refs:ChangeDeviceInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h35 void ChangeDeviceInfo(const DmDeviceInfo deviceInfo);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H A Ddm_device_state_manager.h91 void ChangeDeviceInfo(const DmDeviceInfo &info);
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp94 ChangeDeviceInfo(localDeviceInfo_); in UpDataLocalDevInfo()
158 void SoftbusCache::ChangeDeviceInfo(const DmDeviceInfo deviceInfo) in ChangeDeviceInfo() function in OHOS::DistributedHardware::SoftbusCache
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp156 ChangeDeviceInfo(devInfo); in HandleDeviceStatusChange()
411 void DmDeviceStateManager::ChangeDeviceInfo(const DmDeviceInfo &info) in ChangeDeviceInfo() function in OHOS::DistributedHardware::DmDeviceStateManager
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_device_state_manager.cpp252 dmDeviceStateManager->ChangeDeviceInfo(info);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp334 SoftbusCache::GetInstance().ChangeDeviceInfo(dmDeviceInfo); in OnSoftbusDeviceInfoChanged()