Home
last modified time | relevance | path

Searched refs:data (Results 9801 - 9825 of 10709) sorted by relevance

1...<<391392393394395396397398399400>>...429

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp206 // Delete multiple meta data records in a transaction.
212 // Delete multiple meta data records with key prefix in a transaction.
277 LOGE("[RdSingleVerNaturalStore][Backup] can not backup the data %d", errCode); in Export()
548 void RdSingleVerNaturalStore::CommitNotify(int notifyEvent, KvDBCommitNotifyFilterAbleData *data) in CommitNotify() argument
550 GenericKvDB::CommitNotify(notifyEvent, data); in CommitNotify()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp51 PragmaData data = in SetDbConfig() local
53 auto status = dbStore->Pragma(DistributedDB::SET_MAX_LOG_LIMIT, data); in SetDbConfig()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_sync_object.cpp162 Parcel parcel(buff.data(), len); in GetIdentify()
436 Parcel parcel(parcelBytes.data(), parcelBytes.size()); in ParserQueryNodes()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp366 cryptoParam_.encryptKey_.assign(newEncryptKey_.data(), newEncryptKey_.data() + newEncryptKey_.size()); in ChangeEncryptKey()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_napi.cpp71 ASSERT_ERR(ctxt->env, uData != nullptr, Status::E_ERROR, "no memory for unified data!"); in New()
87 void UnifiedDataNapi::Destructor(napi_env env, void *data, void *hint) in Destructor() argument
90 auto *uData = static_cast<UnifiedDataNapi *>(data); in Destructor()
103 ASSERT_ERR_STATUS(env, unifiedData != nullptr, Status::E_ERROR, "no memory for unified data!"); in NewInstance()
H A Dtype_descriptor_napi.cpp56 void TypeDescriptorNapi::Destructor(napi_env env, void *data, void *hint) in Destructor() argument
59 auto *uData = static_cast<TypeDescriptorNapi *>(data); in Destructor()
H A Dunified_data_properties_napi.cpp52 void UnifiedDataPropertiesNapi::Destructor(napi_env env, void *data, void *hint) in Destructor() argument
55 auto *properties = static_cast<UnifiedDataPropertiesNapi *>(data); in Destructor()
H A Dsystem_defined_appitem_napi.cpp69 void SystemDefinedAppItemNapi::Destructor(napi_env env, void *data, void *hint) in Destructor() argument
72 auto *sdAppItem = static_cast<SystemDefinedAppItemNapi *>(data); in Destructor()
H A Dsystem_defined_form_napi.cpp68 void SystemDefinedFormNapi::Destructor(napi_env env, void *data, void *hint) in Destructor() argument
71 auto *sdForm = static_cast<SystemDefinedFormNapi *>(data); in Destructor()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp485 std::string data = event.Marshall(); in HWTEST_F() local
487 if (!event1.Unmarshall(data)) { in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service.h111 void OnBytesReceived(int sessionId, const void *data, unsigned int dataLen);
117 void OnPinHolderBytesReceived(int sessionId, const void *data, unsigned int dataLen);
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddspeaker_dev_test.cpp357 std::shared_ptr<AudioData> data = nullptr; in HWTEST_F() local
358 EXPECT_EQ(DH_SUCCESS, spk_->OnDecodeTransDataDone(data)); in HWTEST_F()
/foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/
H A Db_session_restore_test.cpp290 UniqueFd remoteCap(open(filePath.data(), O_RDONLY | O_CREAT, S_IRUSR | S_IWUSR)); in HWTEST_F()
332 UniqueFd remoteCap(open(filePath.data(), O_RDONLY | O_CREAT, S_IRUSR | S_IWUSR)); in HWTEST_F()
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_extension_test.cpp40 const string PATH = "/data/storage/el2/backup/test/";
314 string filePath = "data/storage/el2/backup/test/"; in HWTEST_F()
341 int fd = open(fileName.data(), O_RDWR | O_TRUNC, S_IRWXU); in HWTEST_F()
376 int fd = open(fileName.data(), O_RDWR | O_TRUNC, S_IRWXU); in HWTEST_F()
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_napi.cpp157 work->data = reinterpret_cast<void *>(msg); in OnDownloadProcess()
161 auto msg = reinterpret_cast<UvChangeMsg *>(work->data); in OnDownloadProcess()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_impl.cpp35 static const std::string PATH_SHARE = "/data/storage/el2/share";
383 RetDataCString ret = { .code = EINVAL, .data = nullptr }; in GetParent()
415 ret.data = result; in GetParent()
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_error.h57 const std::string FILEIO_TAG_ERR_DATA = "data";
271 { ENODATA, { FILEIO_SYS_CAP_TAG + E_NODATA, "No data available" } },
272 { EOVERFLOW, { FILEIO_SYS_CAP_TAG + E_OVERFLOW, "Value too large for defined data type" } },
321 { FILEIO_SYS_CAP_TAG + E_NODATA, { FILEIO_SYS_CAP_TAG + E_NODATA, "No data available" } },
322 { FILEIO_SYS_CAP_TAG + E_OVERFLOW, { FILEIO_SYS_CAP_TAG + E_OVERFLOW, "Value too large for defined data type" } },
428 napi_value GetNapiErrAddData(napi_env env, int errCode, napi_value data);
432 void ThrowErrAddData(napi_env env, int errCode, napi_value data);
/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_incremental_backup_test.cpp53 string localCap = string(BConstants::GetSaBundleBackupToolDir(BConstants::DEFAULT_USER_ID).data()) + "/tmp"; in HWTEST_F()
54 vector<string> path = { localCap.data() }; in HWTEST_F()
95 vector<string> path = {"/data/backup/tmp"}; in HWTEST_F()
157 vector<string> path = {"/data/backup/tmp"}; in HWTEST_F()
425 string pathCapFile = "/data/backup"; in HWTEST_F()
454 string pathCapFile = "/data/backup"; in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/services/
H A Dav_trans_control_center_test.cpp383 StreamData *data = nullptr; in HWTEST_F() local
385 center_->OnStreamReceived(data, ext); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp357 DHLOGE("memcpy video buffer y data failed,ret: %{public}d.", ret); in GetWSBuffer()
372 DHLOGE("memcpy video buffer uv data failed,ret: %{public}d.", ret); in GetWSBuffer()
386 DHLOGE("received video buffer data is nullptr."); in OnEngineDataDone()
413 VideoData data = {surBufAddr, surBufSize, requestConfig.width, requestConfig.height, timestamp, "ycbcr_sp420"}; in OnEngineDataDone() local
416 DscreenHidumper::GetInstance().SaveFile("Screen_AfterEncoding_width(", data); in OnEngineDataDone()
428 DHLOGI("Fill video buffer data to window surface success. frameNumber: %{public}" PRIu32, frameNumber_.load()); in OnEngineDataDone()
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudsyncmanager/
H A Dcloud_sync_manager_n_exporter.cpp248 bool ParseSwitches(napi_env env, napi_value object, SwitchDataObj &data) in ParseSwitches() argument
279 data.switchData.emplace(bundleId.get(), switchVal); in ParseSwitches()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfuse_operations.cpp29 struct CloudDiskFuseData *data = reinterpret_cast<struct CloudDiskFuseData *>(fuse_req_userdata(req)); in GetCloudDiskInode() local
30 return FileOperationsHelper::FindCloudDiskInode(data, static_cast<int64_t>(ino)); in GetCloudDiskInode()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_network.cpp298 int PanNetwork::WriteData(EthernetHeader head, uint8_t *data, int len) in WriteData() argument
313 LOG_ERROR("[Pan Network]%{public}s(): data length is exceeded limit", __FUNCTION__); in WriteData()
316 if (memcpy_s(packet + sizeof(head), PAN_MAX_NETWORK_PACKET_SIZE - sizeof(head), data, len) != EOK) { in WriteData()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c87 reports[i].data = (uint8_t *)(param + offset); in HciEventOnLeAdvertisingReportEvent()
357 LOG_ERROR("%{public}s: Error data length, offset(%{public}d), dataLength(%{public}u), " in HciParseLeExtendedAdvertisingReport()
361 report->data = (uint8_t *)(param + *offset); in HciParseLeExtendedAdvertisingReport()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h71 * @param[in] data Indicates a data pointer.
77 extern FILLP_INT DLL_API FtSend(FILLP_INT fd, FILLP_CONST void *data, size_t size, FILLP_INT flag);
87 * @param[in] data Indicates a data pointer.
94 extern FILLP_INT DLL_API FtSendFrame(FILLP_INT fd, FILLP_CONST void *data, size_t size, FILLP_INT flag,
161 * receive the complete data upon reception of SPUNGE_EPOLLIN.
176 * @param[in] iovCount buffer count of data described by iov.
189 * @param[in] iovCount buffers of data described by iov.
207 * FillP recv_buff has data, sa
[all...]

Completed in 25 milliseconds

1...<<391392393394395396397398399400>>...429