/foundation/filemanagement/storage_service/services/storage_manager/utils/src/ |
H A D | storage_utils.cpp | 39 constexpr size_t INT32_PLAINTEXT_LENGTH = 4; in GetAnonyString() local 53 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString() 55 res.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
|
/foundation/filemanagement/dfs_service/utils/log/src/ |
H A D | utils_log.cpp | 29 constexpr size_t INT32_PLAINTEXT_LENGTH = 4; in GetAnonyString() local 43 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString() 45 res.append(value, INT32_PLAINTEXT_LENGTH + tmpStr.length(), strLen - INT32_PLAINTEXT_LENGTH - tmpStr.length()); in GetAnonyString()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
H A D | av_trans_log.cpp | 30 constexpr size_t INT32_PLAINTEXT_LENGTH = 4;
member 48 res.append(value, 0, INT32_PLAINTEXT_LENGTH);
in GetAnonyString() 50 res.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH);
in GetAnonyString()
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/ |
H A D | anonymous_string.cpp | 31 constexpr size_t INT32_PLAINTEXT_LENGTH = 4; member 52 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString() 54 res.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
|
/foundation/deviceprofile/device_info_manager/old/common/src/ |
H A D | device_profile_utils.cpp | 74 constexpr size_t INT32_PLAINTEXT_LENGTH = 4; in AnonymizeString() local 88 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in AnonymizeString() 90 res.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH); in AnonymizeString()
|
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | disk_utils.cpp | 146 constexpr size_t INT32_PLAINTEXT_LENGTH = 4; in GetAnonyString() local 160 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString() 162 res.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
|
/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | anonymous_string.cpp | 59 constexpr size_t INT32_PLAINTEXT_LENGTH = 4; in GetAnonyString() local 73 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString() 75 res.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
|
/foundation/distributedhardware/device_manager/common/src/ |
H A D | dm_anonymous.cpp | 30 const int32_t INT32_PLAINTEXT_LENGTH = 4; in GetAnonyString() local 45 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString() 47 res.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
|
/foundation/CastEngine/castengine_wifi_display/services/utils/ |
H A D | utils.cpp | 327 constexpr size_t INT32_PLAINTEXT_LENGTH = 4; in GetAnonyString() local 328 result.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString() 330 result.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
|
/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_utils_tool.cpp | 47 constexpr size_t INT32_PLAINTEXT_LENGTH = 4; member 220 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString() 222 res.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
|
/foundation/distributedhardware/distributed_audio/common/src/ |
H A D | daudio_util.cpp | 46 constexpr size_t INT32_PLAINTEXT_LENGTH = 4; member 186 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString() 188 res.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 62 constexpr size_t INT32_PLAINTEXT_LENGTH = 4; in GetAnonyString() local 76 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString() 78 res.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
|