Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp236 size_t vecNum = strVec.size(); in MarshallingStringArrayValue() local
269 size_t vecNum = vec.size(); in MarshallingVecUInt8AfterType() local
301 size_t vecNum = words.size(); in MarshallingVecBigIntAfterType() local
333 size_t vecNum = vec.size(); in MarshallingVecDoubleAfterType() local
358 size_t vecNum = vec.size(); in MarshallingVecBoolAfterType() local
514 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); in UnmarshallingStringArrayValue() local
538 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); in UnmarshallingVecUInt8() local
554 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); in UnmarshallingVecDouble() local
570 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); in UnmarshallingVecBool() local
586 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); in UnmarshallingVecBigInt() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_openssl.c96 uint32_t AesGcmEncryptVec(AesVec *vec, uint32_t vecNum, CryptPara *cryptPara, uint8_t *outBuf, in AesGcmEncryptVec()