Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp312 bool IsJsonLengthValid(const std::string &inputJsonStr) in IsJsonLengthValid() argument
314 if (inputJsonStr.empty() || inputJsonStr.length() > MAX_JSON_SIZE) { in IsJsonLengthValid()