Searched refs:SaveDeviceInfo (Results 1 - 4 of 4) sorted by relevance
/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 &deviceType); 44 void SaveDeviceInfo(const std::string &networkId, const std::string &universallyUniqueId,
|
/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 &universallyUniqueId,
in SaveDeviceInfo() function in OHOS::Security::AccessToken::DeviceInfoRepository
|
H A D | device_info_manager.cpp | 59 DeviceInfoRepository::GetInstance().SaveDeviceInfo( in AddDeviceInfo()
|
/base/security/access_token/services/tokensyncmanager/test/unittest/ |
H A D | token_sync_service_test.cpp | 1151 DeviceInfoRepository::GetInstance().SaveDeviceInfo(networkId, universallyUniqueId, uniqueDeviceId, deviceName, in HWTEST_F()
|
Completed in 4 milliseconds