Home
last modified time | relevance | path

Searched refs:minLen (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/lite/
H A Dappspawn_message.c63 static enum OHOSLiteErrorCode ReadStringItem(cJSON *strItem, char **buf, size_t maxLen, size_t minLen) in ReadStringItem() argument
75 if (strLength > maxLen || strLength < minLen) { in ReadStringItem()
/base/hiviewdfx/hiview/base/utility/
H A Dfreeze_json_util.cpp172 std::string::size_type minLen = 2; in HasBeenWrapped() local
173 if (target.size() < minLen) { in HasBeenWrapped()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp621 uint8_t minLen = 2; in DeserializeWantAgent() local
622 if (info.size() < minLen) { in DeserializeWantAgent()
632 if (info.size() > minLen) { in DeserializeWantAgent()

Completed in 5 milliseconds