Home
last modified time | relevance | path

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

/drivers/peripheral/distributed_camera/hdi_service/src/utils/
H A Danonymous_string.cpp25 constexpr size_t INT32_PLAINTEXT_LENGTH = 4; in GetAnonyString() local
39 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
41 res.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H A Ddaudio_utils.cpp34 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()

Completed in 2 milliseconds