Home
last modified time | relevance | path

Searched refs:StorageBlob (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.cpp173 std::vector<StorageBlob> storage; in StoredToFile()
176 StorageBlob svcBlob = {}; in StoredToFile()
185 StorageBlob isvcBlob = {}; in StoredToFile()
195 StorageBlob cccBlob = {}; in StoredToFile()
204 StorageBlob descBlob = {}; in StoredToFile()
217 std::vector<StorageBlob> storage = ReadStorageBlobFromFile(address); in LoadFromFile()
257 int GattCache::WriteStorageBlobToFile(const GattDevice& address, std::vector<StorageBlob> &blob) const in WriteStorageBlobToFile()
270 if (fwrite(blob.data(), sizeof(StorageBlob), blobSize, fd) != blobSize) { in WriteStorageBlobToFile()
280 std::vector<GattCache::StorageBlob> GattCache::ReadStorageBlobFromFile(const GattDevice &address) const in ReadStorageBlobFromFile()
284 return std::vector<StorageBlob>(); in ReadStorageBlobFromFile()
[all...]
H A Dgatt_cache.h111 struct StorageBlob { struct in OHOS::bluetooth::GattCache
145 int WriteStorageBlobToFile(const GattDevice& address, std::vector<StorageBlob> &blob) const;
146 std::vector<StorageBlob> ReadStorageBlobFromFile(const GattDevice &address) const;

Completed in 2 milliseconds