Home
last modified time | relevance | path

Searched refs:SaveDeviceInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/device/
H A Ddevice_info_repository.cpp131 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 Ddevice_info_manager.cpp59 DeviceInfoRepository::GetInstance().SaveDeviceInfo( in AddDeviceInfo()
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/device/
H A Ddevice_info_repository.h40 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 Ddm_softbus_cache.cpp45 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 Ddm_softbus_cache.h33 void SaveDeviceInfo(DmDeviceInfo deviceInfo);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Ddevice_manager_adapter.h92 … void SaveDeviceInfo(const DeviceInfo &deviceInfo, const AppDistributedKv::DeviceChangeType &type);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp259 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 Dsoftbus_listener.cpp229 SoftbusCache::GetInstance().SaveDeviceInfo(dmDeviceInfo); in OnSoftbusDeviceOnline()
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/unittest/
H A Dtoken_sync_service_test.cpp1151 …DeviceInfoRepository::GetInstance().SaveDeviceInfo(networkId, universallyUniqueId, uniqueDeviceId,…