Home
last modified time | relevance | path

Searched refs:NON_ANONYMIZE_LENGTH (Results 1 - 3 of 3) sorted by relevance

/foundation/systemabilitymgr/samgr/utils/native/source/
H A Dtools.cpp22 constexpr int NON_ANONYMIZE_LENGTH = 6; member
49 if (deviceId.length() < NON_ANONYMIZE_LENGTH) { in AnonymizeDeviceId()
52 std::string anonymizeDeviceId = deviceId.substr(0, NON_ANONYMIZE_LENGTH); in AnonymizeDeviceId()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp215 constexpr int32_t NON_ANONYMIZE_LENGTH = 6; member
3797 if (deviceId.length() < NON_ANONYMIZE_LENGTH) { in AnonymizeDeviceId()
3800 std::string anonDeviceId = deviceId.substr(0, NON_ANONYMIZE_LENGTH); in AnonymizeDeviceId()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp101 constexpr int32_t NON_ANONYMIZE_LENGTH = 6; member
6539 if (deviceId.length() < NON_ANONYMIZE_LENGTH) { in AnonymizeDeviceId()
6542 std::string anonDeviceId = deviceId.substr(0, NON_ANONYMIZE_LENGTH); in AnonymizeDeviceId()

Completed in 38 milliseconds