Home
last modified time | relevance | path

Searched refs:WORD_WIDTH_8 (Results 1 – 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_camera/common/src/utils/
Danonymous_string.cpp28 constexpr int32_t WORD_WIDTH_8 = 8; variable
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/
Ddscreen_util.cpp33 constexpr int32_t WORD_WIDTH_8 = 8; variable
64 ss << std::setw(WORD_WIDTH_8) << (a); in GetRandomID()
69 ss << std::setw(WORD_WIDTH_8) << d; in GetRandomID()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
Ddh_utils_tool.cpp35 constexpr int32_t WORD_WIDTH_8 = 8; variable
62 ss << std::setw(WORD_WIDTH_8) << (a); in GetRandomID()
67 ss << std::setw(WORD_WIDTH_8) << d; in GetRandomID()