/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.cpp | 206 // 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 D | store_factory.cpp | 51 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 D | query_sync_object.cpp | 162 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 D | rdb_store_config.cpp | 366 cryptoParam_.encryptKey_.assign(newEncryptKey_.data(), newEncryptKey_.data() + newEncryptKey_.size()); in ChangeEncryptKey()
|
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | unified_data_napi.cpp | 71 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 D | type_descriptor_napi.cpp | 56 void TypeDescriptorNapi::Destructor(napi_env env, void *data, void *hint) in Destructor() argument 59 auto *uData = static_cast<TypeDescriptorNapi *>(data); in Destructor()
|
H A D | unified_data_properties_napi.cpp | 52 void UnifiedDataPropertiesNapi::Destructor(napi_env env, void *data, void *hint) in Destructor() argument 55 auto *properties = static_cast<UnifiedDataPropertiesNapi *>(data); in Destructor()
|
H A D | system_defined_appitem_napi.cpp | 69 void SystemDefinedAppItemNapi::Destructor(napi_env env, void *data, void *hint) in Destructor() argument 72 auto *sdAppItem = static_cast<SystemDefinedAppItemNapi *>(data); in Destructor()
|
H A D | system_defined_form_napi.cpp | 68 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 D | serializable_test.cpp | 485 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 D | device_manager_service.h | 111 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 D | dspeaker_dev_test.cpp | 357 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 D | b_session_restore_test.cpp | 290 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 D | ext_extension_test.cpp | 40 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 D | cloud_file_napi.cpp | 157 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 D | file_impl.cpp | 35 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 D | n_error.h | 57 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 D | tools_op_incremental_backup_test.cpp | 53 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 D | av_trans_control_center_test.cpp | 383 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 D | screenregion.cpp | 357 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 D | cloud_sync_manager_n_exporter.cpp | 248 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 D | fuse_operations.cpp | 29 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 D | pan_network.cpp | 298 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 D | hci_evt_le.c | 87 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 D | fillpinc.h | 71 * @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...] |