Home
last modified time | relevance | path

Searched refs:MASK_WIDTH (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/common/utils/
H A Diam_para2str.h28 const int32_t MASK_WIDTH = 4; variable
32 ss << "0xXXXX" << std::setfill('0') << std::setw(MASK_WIDTH) << std::hex << val; in GetMaskedString()
/ohos5.0/drivers/peripheral/face_auth/common/utils/
H A Diam_para2str.h28 const int32_t MASK_WIDTH = 4; variable
32 ss << "0xXXXX" << std::setfill('0') << std::setw(MASK_WIDTH) << std::hex << val; in GetMaskedString()
/ohos5.0/base/useriam/face_auth/common/utils/
H A Diam_para2str.h28 const int32_t MASK_WIDTH = 4; variable
32 ss << "0xXXXX" << std::setfill('0') << std::setw(MASK_WIDTH) << std::hex << val; in GetMaskedString()
/ohos5.0/base/useriam/fingerprint_auth/common/utils/
H A Diam_para2str.h28 const int32_t MASK_WIDTH = 4; variable
32 ss << "0xXXXX" << std::setfill('0') << std::setw(MASK_WIDTH) << std::hex << val; in GetMaskedString()
/ohos5.0/base/useriam/pin_auth/common/utils/
H A Diam_para2str.h28 const int32_t MASK_WIDTH = 4; variable
32 ss << "0xXXXX" << std::setfill('0') << std::setw(MASK_WIDTH) << std::hex << val; in GetMaskedString()
/ohos5.0/base/useriam/user_auth_framework/common/utils/
H A Diam_para2str.h28 const int32_t MASK_WIDTH = 4; variable
32 ss << "0xXXXX" << std::setfill('0') << std::setw(MASK_WIDTH) << std::hex << val; in GetMaskedString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_modifier.cpp38 constexpr Dimension MASK_WIDTH = 24.0_vp; variable
316 auto sideWidth = MASK_WIDTH.ConvertToPx(); in DrawbBackArrow()