Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h35 void ChangeDeviceInfo(const DmDeviceInfo deviceInfo);
/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H A Ddm_device_state_manager.h91 void ChangeDeviceInfo(const DmDeviceInfo &info);
/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
160 LOGI("SoftbusCache::ChangeDeviceInfo"); in ChangeDeviceInfo()
167 LOGE("ChangeDeviceInfo deviceInfo copy deviceName failed"); in ChangeDeviceInfo()
171 LOGE("ChangeDeviceInfo deviceInfo copy networkId failed"); in ChangeDeviceInfo()
178 LOGI("ChangeDeviceInfo sucess udid %{public}s, networkId %{public}s.", in ChangeDeviceInfo()
/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
418 LOGE("ChangeDeviceInfo remoteDeviceInfos copy deviceName failed"); in ChangeDeviceInfo()
422 LOGE("ChangeDeviceInfo remoteDeviceInfos copy networkId failed"); in ChangeDeviceInfo()
433 LOGE("ChangeDeviceInfo stateDeviceInfos copy deviceName failed"); in ChangeDeviceInfo()
437 LOGE("ChangeDeviceInfo stateDeviceInfos copy networkId failed"); in ChangeDeviceInfo()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_device_state_manager.cpp252 dmDeviceStateManager->ChangeDeviceInfo(info); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp339 SoftbusCache::GetInstance().ChangeDeviceInfo(dmDeviceInfo); in OnSoftbusDeviceInfoChanged()

Completed in 5 milliseconds