Home
last modified time | relevance | path

Searched refs:WORD_WIDTH_8 (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Danonymous_string.cpp28 constexpr int32_t WORD_WIDTH_8 = 8; member
46 ss << std::setw(WORD_WIDTH_8) << (a); in GetRandomID()
51 ss << std::setw(WORD_WIDTH_8) << d; in GetRandomID()
/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_util.cpp34 constexpr int32_t WORD_WIDTH_8 = 8; member
76 stringStream << std::setw(WORD_WIDTH_8) << (a); in GetRandomID()
81 stringStream << std::setw(WORD_WIDTH_8) << d; in GetRandomID()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp42 constexpr int32_t WORD_WIDTH_8 = 8; member
78 ss << std::setw(WORD_WIDTH_8) << (a); in GetRandomID()
83 ss << std::setw(WORD_WIDTH_8) << d; in GetRandomID()
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp42 constexpr int32_t WORD_WIDTH_8 = 8;
162 ss << std::setw(WORD_WIDTH_8) << (a); in GetRandomID()
167 ss << std::setw(WORD_WIDTH_8) << d; in GetRandomID()

Completed in 3 milliseconds