Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtelephony_common_utils.cpp28 constexpr uint32_t INPUT_VALUE_LENGTH = 10; variable
44 if (inputValue.length() > INPUT_VALUE_LENGTH) { in IsValidDecValue()
61 if (inputValue.length() > INPUT_VALUE_LENGTH) { in IsValidHexValue()
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinjection_event_dispatch.cpp47 constexpr uint32_t INPUT_VALUE_LENGTH { 11 }; variable
180 if ((inputValue.length()) > INPUT_VALUE_LENGTH) { in CheckValue()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp70 constexpr uint32_t INPUT_VALUE_LENGTH = 10; variable
1757 if (inputValue.length() > INPUT_VALUE_LENGTH) { in IsValidDecValue()