Home
last modified time | relevance | path

Searched refs:UNIQUE_DISABILITY_ID (Results 1 – 4 of 4) sorted by relevance

/base/security/access_token/services/tokensyncmanager/include/device/
Ddevice_info.h27 UNIQUE_DISABILITY_ID, enumerator
/base/security/access_token/services/tokensyncmanager/test/unittest/token_sync_service/
Dtoken_sync_service_test.cpp1071 DeviceIdType type = DeviceIdType::UNIQUE_DISABILITY_ID;
1098 DeviceIdType type = DeviceIdType::UNIQUE_DISABILITY_ID;
1136 deviceIdType = DeviceIdType::UNIQUE_DISABILITY_ID;
1145 DeviceIdType type = DeviceIdType::UNIQUE_DISABILITY_ID;
1178 DeviceIdType deviceIdType = DeviceIdType::UNIQUE_DISABILITY_ID;
1182 DeviceIdType type = DeviceIdType::UNIQUE_DISABILITY_ID;
1215 DeviceIdType deviceIdType = DeviceIdType::UNIQUE_DISABILITY_ID;
1219 DeviceIdType type = DeviceIdType::UNIQUE_DISABILITY_ID;
1248 DeviceIdType type = DeviceIdType::UNIQUE_DISABILITY_ID;
1286 type = DeviceIdType::UNIQUE_DISABILITY_ID;
[all …]
/base/security/access_token/services/tokensyncmanager/src/device/
Ddevice_info_repository.cpp60 } else if (type == DeviceIdType::UNIQUE_DISABILITY_ID) { in FindDeviceIdByNodeIdLocked()
144 DeleteDeviceInfo(uniqueDeviceId, DeviceIdType::UNIQUE_DISABILITY_ID); in SaveDeviceInfo()
Ddevice_info_manager.cpp62 localDevice, DeviceIdType::UNIQUE_DISABILITY_ID, localDeviceInfoOpt)) { in RemoveAllRemoteDeviceInfo()