Home
last modified time | relevance | path

Searched refs:SaveDeviceInfo (Results 1 - 4 of 4) sorted by relevance

/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 &deviceType);
44 void SaveDeviceInfo(const std::string &networkId, const std::string &universallyUniqueId,
/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 &universallyUniqueId, in SaveDeviceInfo() function in OHOS::Security::AccessToken::DeviceInfoRepository
H A Ddevice_info_manager.cpp59 DeviceInfoRepository::GetInstance().SaveDeviceInfo( in AddDeviceInfo()
/base/security/access_token/services/tokensyncmanager/test/unittest/
H A Dtoken_sync_service_test.cpp1151 DeviceInfoRepository::GetInstance().SaveDeviceInfo(networkId, universallyUniqueId, uniqueDeviceId, deviceName, in HWTEST_F()

Completed in 4 milliseconds