Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/services/bluetooth/service/src/gatt/
Dgatt_cache.cpp264 uint16_t blobSize = blob.size(); in WriteStorageBlobToFile() local
287 uint16_t blobSize = 0; in ReadStorageBlobFromFile() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
Dblob.cpp210 int blobSize = *reinterpret_cast<const int *>(cursorPtr); in ReadFromBuffer() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_security_manager.cpp89 int32_t RdbSecurityManager::MallocAndCheckBlobData(struct HksBlob *blob, const uint32_t blobSize) in MallocAndCheckBlobData()