Home
last modified time | relevance | path

Searched defs:tempBufLen (Results 1 – 1 of 1) sorted by relevance

/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/message/
Dmsg_request_auth.cpp83 int32_t tempBufLen = ((srcLen / BASE64_BYTE_LEN_3) + 1) * BASE64_BYTE_LEN_4 + 1; in GetEncodedAppInfo() local
107 int32_t tempBufLen = appString.length() + 1; in GetDecodeAppInfo() local