Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp339 bool IsHashSizeValid(const std::string &inputHashValue) in IsHashSizeValid() argument
341 if (inputHashValue.empty() || inputHashValue.length() > MAX_HASH_SIZE) { in IsHashSizeValid()