/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.cpp | 1125 size_t size = 0; in GetSyncDataSize() local [all...] |
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | udmf.cpp | 111 unsigned int size = static_cast<unsigned int>(records.size());
in CreateUnifiedDataRecordsArray() local 621 unsigned int size; OH_UdmfRecord_AddArrayBuffer() local 701 unsigned int size = 0; OH_UdmfRecord_GetArrayBuffer() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_ffi.cpp | 832 int64_t FfiOHOSRelationalStoreQuerySql(int64_t id, const char *sql, ValueType *bindArgs, int64_t size, in FfiOHOSRelationalStoreQuerySql() argument
|
H A D | relational_store_impl_rdbstore.cpp | 288 std::shared_ptr<NativeRdb::ResultSet> RdbStoreImpl::QuerySql(const char *sql, ValueType *bindArgs, int64_t size) in QuerySql() argument
|
/foundation/distributedhardware/distributed_audio/services/test_example/ |
H A D | distributedaudiotest.cpp | 344 uint64_t size = 0; in Play() local 380 int32_t size = statbuf.st_size; in StartRender() local 557 uint64_t size = 0; in Capture() local
|
/foundation/filemanagement/dfs_service/utils/dentry/src/ |
H A D | meta_file_clouddisk.cpp | 220 static inline uint64_t GetDentryGroupCnt(uint64_t size) in GetDentryGroupCnt() argument 392 int size = FileUtils::WriteFile(fd_, &dentryBlk, pos, DENTRYGROUP_SIZE); in DoCreate() local 422 ssize_t size = FileUtils::ReadFile(ctx->fd, pos, DENTRYGROUP_SIZE, dentryBlk.get()); FindDentryPage() local 522 ssize_t size = FileUtils::WriteFile(fd_, ctx.page.get(), ipos, sizeof(HmdfsDentryGroup)); DoRemove() local 589 ssize_t size = FileUtils::WriteFile(fd_, ctx.page.get(), ipos, sizeof(struct HmdfsDentryGroup)); DoUpdate() local [all...] |
H A D | meta_file.cpp | 209 static inline uint64_t GetDentryGroupCnt(uint64_t size) in GetDentryGroupCnt() argument 374 int size = FileUtils::WriteFile(fd_, &dentryBlk, pos, DENTRYGROUP_SIZE); in DoCreate() local 405 ssize_t size = FileUtils::ReadFile(ctx->fd, pos, DENTRYGROUP_SIZE, dentryBlk.get()); FindDentryPage() local 522 ssize_t size = FileUtils::WriteFile(fd_, ctx.page.get(), ipos, sizeof(HmdfsDentryGroup)); DoRemove() local 583 ssize_t size = FileUtils::WriteFile(fd_, ctx.page.get(), ipos, sizeof(struct HmdfsDentryGroup)); DoUpdate() local [all...] |
/foundation/distributedhardware/distributed_screen/common/include/ |
H A D | dscreen_constants.h | 79 size_t size; member
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
H A D | file_operations_cloud_mock.cpp | 390 static void AddDirEntryToBuf(fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, in AddDirEntryToBuf() argument 396 static void ReadDirForRecycle(fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, in ReadDirForRecycle() argument 402 void FileOperationsCloud::ReadDir(fuse_req_t req, fuse_ino_t ino, size_t size, off_ argument 448 SetXattr(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value, size_t size, int flags) SetXattr() argument 526 GetXattr(fuse_req_t req, fuse_ino_t ino, const char *name, size_t size) GetXattr() argument 601 Read(fuse_req_t req, fuse_ino_t ino, size_t size, off_t offset, struct fuse_file_info *fi) Read() argument [all...] |
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_fs_impl.cpp | 605 size_t size = errfiles.size(); in RecurMoveDir() local [all...] |
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | meta_file_clouddisk_mock.cpp | 245 static inline uint64_t GetDentryGroupCnt(uint64_t size) in GetDentryGroupCnt() argument 388 ssize_t size = FileUtils::ReadFile(ctx->fd, pos, DENTRYGROUP_SIZE, dentryBlk.get()); FindDentryPage() local [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | base_key.cpp | 104 bool BaseKey::GenerateKeyBlob(KeyBlob &blob, const uint32_t size) in GenerateKeyBlob() argument 120 bool BaseKey::GenerateAndSaveKeyBlob(KeyBlob &blob, const std::string &path, const uint32_t size) in GenerateAndSaveKeyBlob() argument 128 bool BaseKey::LoadKeyBlob(KeyBlob &blob, const std::string &path, const uint32_t size) in LoadKeyBlob() argument [all...] |
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | svc_session_manager.cpp | 916 void SvcSessionManager::SetMemParaCurSize(int32_t size) in SetMemParaCurSize() argument
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy.cpp | 109 int64_t size = static_cast<int64_t>(srcStat.st_size); in SendFileCore() local 379 long int size = 0; in GetDirSize() local 666 auto size = fileSize; UpdateProgressSize() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_server.c | 1052 size_t size = PacketSize(packet); in SdpParseClientRequest() local 1645 uint16_t size = (uint16_t)ListGetSize(g_serviceRecordList); in SdpParseSearchAttributeRequest() local
|
H A D | sdp_client_parse.c | 1461 static int SdpGetAttributeForBool(uint8_t *buffer, uint8_t size, SdpService *service) in SdpGetAttributeForBool() argument 1489 static int SdpGetAttributeForUint(uint8_t *buffer, uint8_t size, SdpService *service) in SdpGetAttributeForUint() argument 1555 static int SdpGetAttributeForInt(uint8_t *buffer, uint8_t size, SdpService *service) in SdpGetAttributeForInt() argument 1613 SdpGetAttributeForUuid(uint8_t *buffer, uint8_t size, SdpService *service) SdpGetAttributeForUuid() argument 1665 SdpGetAttributeForString(uint8_t *buffer, uint8_t size, SdpService *service) SdpGetAttributeForString() argument 1710 SdpGetAttributeForUrl(uint8_t *buffer, uint8_t size, SdpService *service) SdpGetAttributeForUrl() argument 1760 uint8_t size = bufferInfo->buffer[0] & 0x07; SdpGetAttribute() local [all...] |
H A D | sdp_connect.c | 1235 static Packet *SdpBuildSearchFragmentResponse(uint16_t transactionId, size_t size, uint16_t totalServiceRecordCount, in SdpBuildSearchFragmentResponse() argument 1296 size_t size; in SdpSendSearchFragmentResponse() local 1412 SdpBuildAttributeFragmentResponse( SdpPduId pduId, uint16_t transactionId, size_t size, Packet *fragmentPacket) SdpBuildAttributeFragmentResponse() argument 1473 size_t size; SdpSendAttributeFragmentResponse() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_service.cpp | 170 int size = GetConnectedDeviceNum(); in Connect() local 962 int size = 0; in GetConnectedDeviceNum() local
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | api.c | 137 FILLP_INT DLL_API FtSend(FILLP_INT fd, FILLP_CONST void *data, size_t size, FILLP_INT flag) in FtSend() argument 152 FILLP_INT DLL_API FtSendFrame(FILLP_INT fd, FILLP_CONST void *data, size_t size, FILLP_INT flag, in FtSendFrame() argument [all...] |
H A D | socket_app.c | 155 FILLP_INT SockSend(FILLP_INT sockIndex, FILLP_CONST void *data, FILLP_SIZE_T size, FILLP_INT flags) in SockSend() argument 215 FILLP_INT SockSendFrame(FILLP_INT sockIndex, FILLP_CONST void *data, FILLP_SIZE_T size, FILLP_INT flags, in SockSendFrame() argument
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp_pcb.h | 44 FILLP_UINT32 size; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | sockets.h | 203 FILLP_INT size; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 237 void *FillpMemCalloc(IN FILLP_UINT32 nitems, IN FILLP_UINT32 size) in FillpMemCalloc() argument 245 void *FillpMemAlloc(IN FILLP_UINT32 size) in FillpMemAlloc() argument
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile.c | 1582 size_t size = 0; in NSTACKX_DFileDump() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device_local.c | 756 int LocalIfaceDump(char *buf, size_t size) in LocalIfaceDump() argument
|