/ohos5.0/base/security/access_token/services/tokensyncmanager/src/device/ |
H A D | device_info_repository.cpp | 131 SaveDeviceInfo(deviceInfo); in DeleteAllDeviceInfoExceptOne() 134 void DeviceInfoRepository::SaveDeviceInfo(const DeviceInfo deviceInfo) in SaveDeviceInfo() function in OHOS::Security::AccessToken::DeviceInfoRepository 136 SaveDeviceInfo(deviceInfo.deviceId, deviceInfo.deviceName, deviceInfo.deviceType); in SaveDeviceInfo() 139 void DeviceInfoRepository::SaveDeviceInfo( in SaveDeviceInfo() function in OHOS::Security::AccessToken::DeviceInfoRepository 142 SaveDeviceInfo( in SaveDeviceInfo() 146 void DeviceInfoRepository::SaveDeviceInfo(const std::string &networkId, const std::string &universa… in SaveDeviceInfo() function in OHOS::Security::AccessToken::DeviceInfoRepository
|
H A D | device_info_manager.cpp | 59 DeviceInfoRepository::GetInstance().SaveDeviceInfo( in AddDeviceInfo()
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/device/ |
H A D | device_info_repository.h | 40 void SaveDeviceInfo(const DeviceInfo deviceInfo); 42 …void SaveDeviceInfo(const DeviceId deviceId, const std::string &deviceName, const std::string &dev… 44 void SaveDeviceInfo(const std::string &networkId, const std::string &universallyUniqueId,
|
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/ |
H A D | dm_softbus_cache.cpp | 45 SaveDeviceInfo(localDeviceInfo_); in SaveLocalDeviceInfo() 76 SaveDeviceInfo(localDeviceInfo_); in GetLocalDeviceInfo() 121 void SoftbusCache::SaveDeviceInfo(DmDeviceInfo deviceInfo) in SaveDeviceInfo() function in OHOS::DistributedHardware::SoftbusCache 209 SaveDeviceInfo(deviceInfo); in UpdateDeviceInfoCache() 354 SaveDeviceInfo(nodeInfo); in GetDevInfoByNetworkId()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/include/ |
H A D | dm_softbus_cache.h | 33 void SaveDeviceInfo(DmDeviceInfo deviceInfo);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/ |
H A D | device_manager_adapter.h | 92 … void SaveDeviceInfo(const DeviceInfo &deviceInfo, const AppDistributedKv::DeviceChangeType &type);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | device_manager_adapter.cpp | 259 SaveDeviceInfo(dvInfo, DeviceChangeType::DEVICE_ONLINE); in Online() 326 SaveDeviceInfo(dvInfo, DeviceChangeType::DEVICE_OFFLINE); in Offline() 397 void DeviceManagerAdapter::SaveDeviceInfo(const DeviceInfo &dvInfo, const DeviceChangeType &type) in SaveDeviceInfo() function in OHOS::DistributedData::DeviceManagerAdapter
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 229 SoftbusCache::GetInstance().SaveDeviceInfo(dmDeviceInfo); in OnSoftbusDeviceOnline()
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/unittest/ |
H A D | token_sync_service_test.cpp | 1151 …DeviceInfoRepository::GetInstance().SaveDeviceInfo(networkId, universallyUniqueId, uniqueDeviceId,…
|