Home
last modified time | relevance | path

Searched refs:INT32_PLAINTEXT_LENGTH (Results 1 - 12 of 12) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/utils/src/
H A Dstorage_utils.cpp39 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 Dutils_log.cpp29 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 Dav_trans_log.cpp30 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 Danonymous_string.cpp31 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 Ddevice_profile_utils.cpp74 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 Ddisk_utils.cpp146 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 Danonymous_string.cpp59 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 Ddm_anonymous.cpp30 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 Dutils.cpp327 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 Ddinput_utils_tool.cpp47 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 Ddaudio_util.cpp46 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 Dprofile_utils.cpp62 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()

Completed in 7 milliseconds