Home
last modified time | relevance | path

Searched defs:extend (Results 1 – 25 of 63) sorted by relevance

123

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/log/
H A Dbackup_hi_audit_helper.cpp29 …id BackupHiAuditHelper::WriteProgressAuditLog(const std::string &status, const std::string &extend) in WriteProgressAuditLog()
36 void BackupHiAuditHelper::WriteReportAuditLog(const std::string &extend) in WriteReportAuditLog()
43 void BackupHiAuditHelper::SetBasicAuditLog(BackupAuditLog &auditLog, const std::string &extend) in SetBasicAuditLog()
60 const std::string &extend) in SetProgressAuditLog()
68 void BackupHiAuditHelper::SetReportAuditLog(BackupAuditLog &auditLog, const std::string &extend) in SetReportAuditLog()
H A Dbackup_log_utils.cpp46 for (const auto &extend : extendList) { in FileInfoToString() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.cpp35 const std::string &tableName, std::vector<DBVBucket> &&record, std::vector<DBVBucket> &extend) in BatchInsert()
51 const std::string &tableName, std::vector<DBVBucket> &&record, std::vector<DBVBucket> &extend) in BatchUpdate()
66 DBStatus RdbCloud::BatchDelete(const std::string &tableName, std::vector<DBVBucket> &extend) in BatchDelete()
75 DBStatus RdbCloud::Query(const std::string &tableName, DBVBucket &extend, std::vector<DBVBucket> &d… in Query()
114 DistributedData::GeneralError RdbCloud::PreSharing(const std::string& tableName, VBuckets& extend) in PreSharing()
208 …oud::QueryNodes, DistributedData::GeneralError> RdbCloud::ConvertQuery(RdbCloud::DBVBucket& extend) in ConvertQuery()
269 void RdbCloud::PostEvent(VBuckets& records, std::set<std::string>& skipAssets, VBuckets& extend, in PostEvent()
281 void RdbCloud::PostEvent(DistributedData::Value& value, DataBucket& extend, std::set<std::string>& … in PostEvent()
301 void RdbCloud::PostEventAsset(DistributedData::Asset& asset, DataBucket& extend, std::set<std::stri… in PostEventAsset()
336 for (auto& extend : extends) { in ConvertErrorField() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_db.cpp35 std::vector<VBucket> &extend) in BatchInsert()
70 std::vector<VBucket> &extend) in InnerBatchInsert()
110 std::vector<VBucket> &extend) in BatchInsertWithGid()
156 std::vector<VBucket> &extend) in BatchUpdate()
167 DBStatus VirtualCloudDb::BatchDelete(const std::string &tableName, std::vector<VBucket> &extend) in BatchDelete()
248 DBStatus VirtualCloudDb::DeleteByGid(const std::string &tableName, VBucket &extend) in DeleteByGid()
308 std::vector<VBucket> &data, VBucket &extend) in GetCloudData()
396 bool VirtualCloudDb::IsCloudGidMatchingInner(const QueryNode &queryNode, VBucket &extend) in IsCloudGidMatchingInner()
407 std::vector<VBucket> &extend, bool isDelete) in InnerUpdate()
441 std::vector<VBucket> &extend, bool isDelete) in InnerUpdateWithoutLock()
[all …]
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp171 std::vector<VBucket> extend; in InsertLocalData() local
246 std::vector<VBucket> extend; in UpdateCloudDBData() local
284 std::vector<VBucket> extend; in InsertCloudDBData() local
1006 g_virtualCloudDb->ForkUpload([](const std::string &tableName, VBucket &extend) { in __anon32d7e6601202()
1018 g_virtualCloudDb->ForkUpload([](const std::string &tableName, VBucket &extend) { in __anon32d7e6601302()
1058 g_virtualCloudDb->ForkUpload([](const std::string &tableName, VBucket &extend) { in __anon32d7e6601402()
1092 g_virtualCloudDb->ForkUpload([](const std::string &tableName, VBucket &extend) { in __anon32d7e6601502()
1702 std::vector<VirtualCloudDb::CloudData> &cloudDataVec) { in __anon32d7e6602002()
1750 std::vector<VirtualCloudDb::CloudData> &cloudDataVec) { in __anon32d7e6602102()
1790 std::vector<VirtualCloudDb::CloudData> &cloudDataVec) { in __anon32d7e6602202()
[all …]
H A Ddistributeddb_cloud_syncer_lock_test.cpp208 …begin, int64_t count, int64_t gidStart, std::vector<VBucket> &record, std::vector<VBucket> &extend) in GenerateDataRecords()
239 std::vector<VBucket> extend; in InsertLocalData() local
266 std::vector<VBucket> extend; in InsertCloudDBData() local
277 std::vector<VBucket> extend; in UpdateCloudDBData() local
290 std::vector<VBucket> extend; in DeleteCloudDBData() local
413 std::vector<VBucket> extend; in UpdateCloudAssets() local
583 std::vector<VirtualCloudDb::CloudData> &cloudDataVec) { in __anon6ad9bb3f0702()
633 VBucket extend; variable
670 g_virtualCloudDb->ForkQuery([&index](const std::string &, VBucket &extend) { in __anon6ad9bb3f0802()
H A Dvirtual_cloud_db.h27 VBucket extend; member
H A Dcloud_db_sync_utils_test.cpp84 std::vector<VBucket> extend; in InsertCloudTableRecord() local
115 std::vector<VBucket> extend; in UpdateCloudTableRecord() local
220 VBucket extend; in CheckCloudTotalCount() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_db.cpp18 int32_t CloudDB::Execute(const std::string &table, const std::string &sql, const VBucket &extend) in Execute()
43 std::shared_ptr<Cursor> CloudDB::Query(const std::string &table, const VBucket &extend) in Query()
48 std::shared_ptr<Cursor> CloudDB::Query(GenQuery& query, const VBucket& extend) in Query()
53 int32_t CloudDB::PreSharing(const std::string& table, VBuckets& extend) in PreSharing()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.cpp70 std::vector<VBucket> &extend, Info &uploadInfo) in BatchInsert()
87 std::vector<VBucket> &extend, Info &uploadInfo) in BatchUpdate()
120 int CloudDBProxy::Query(const std::string &tableName, VBucket &extend, std::vector<VBucket> &data) in Query()
309 std::vector<VBucket> extend; in DMLActionTask() local
471 std::vector<VBucket> &extend) in MoveInRecordAndExtend()
478 void CloudDBProxy::CloudActionContext::MoveInExtend(std::vector<VBucket> &extend) in MoveInExtend()
485 std::vector<VBucket> &extend) in MoveOutRecordAndExtend()
492 void CloudDBProxy::CloudActionContext::MoveInQueryExtendAndData(VBucket &extend, std::vector<VBucke… in MoveInQueryExtendAndData()
499 void CloudDBProxy::CloudActionContext::MoveOutQueryExtendAndData(VBucket &extend, std::vector<VBuck… in MoveOutQueryExtendAndData()
571 bool CloudDBProxy::CloudActionContext::IsRecordActionFail(const VBucket &extend, bool isInsert, DBS… in IsRecordActionFail()
[all …]
H A Dcloud_sync_utils.cpp255 int CloudSyncUtils::GetWaterMarkAndUpdateTime(std::vector<VBucket> &extend, Timestamp &waterMark) in GetWaterMarkAndUpdateTime()
433 bool CloudSyncUtils::IsSkipAssetsMissingRecord(const std::vector<VBucket> &extend) in IsSkipAssetsMissingRecord()
493 int CloudSyncUtils::FillAssetIdToAssetData(const Type &extend, Type &assetData) in FillAssetIdToAssetData()
512 void CloudSyncUtils::FillAssetIdToAssetsData(const Assets &extend, Assets &assets) in FillAssetIdToAssetsData()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dmemory_manager.cpp233 MemoryData extend{}; in CreateMemory() local
237 …tr<AbsMemory> MemoryManager::CreateMemory(AllocatorType type, MemoryData &data, MemoryData &extend) in CreateMemory()
/ohos5.0/base/security/security_guard/frameworks/common/constants/include/
H A Dsecurity_guard_define.h55 std::string extend; member
63 std::string extend; member
71 std::string extend; member
78 std::string extend; member
H A Dsecurity_collector_define.h60 std::string extend; member
66 std::string extend; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/include/
H A Dmemory_manager.h42 MemoryData extend; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dtask_queue.h92 void SetExtend(ITaskQueueExtend* extend) override in SetExtend()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_db_impl.cpp37 …2_t CloudDbImpl::Execute(const std::string &table, const std::string &sql, const DBVBucket &extend) in Execute()
122 std::shared_ptr<DBCursor> CloudDbImpl::Query(const std::string &table, const DBVBucket &extend) in Query()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/log/
H A Dbackup_hi_audit.h36 std::string extend; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp377 int32_t TextOverlayBase::GetGraphemeClusterLength(int32_t extend, bool isPrefix) const
518 int32_t extend = GetCursorPositionForClick(pos, globalOffset); local
525 int32_t extend = GetCursorPositionForClick(pos, globalOffset); local
531 int32_t extend = GetCursorPositionForClick(pos, globalOffset); local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_extension.rs298 let extend = match OhCloudExtHashMap::get_inner_mut(extend, SafetyCheckId::HashMap) { in OhCloudExtCloudDbExecuteSql() localVariable
302 let extend = &mut (*match extend { in OhCloudExtCloudDbExecuteSql() localVariable
342 let extend = match OhCloudExtVector::get_inner_mut(extend, SafetyCheckId::Vector) { in OhCloudExtCloudDbBatchInsert() localVariable
386 let extend = match OhCloudExtVector::get_inner_mut(extend, SafetyCheckId::Vector) { in OhCloudExtCloudDbBatchUpdate() localVariable
421 let extend = match OhCloudExtVector::get_inner_mut(extend, SafetyCheckId::Vector) { in OhCloudExtCloudDbBatchDelete() localVariable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_assets_operation_sync_test.cpp255 std::vector<VBucket> extend; in UpdateCloudTableRecord() local
635 std::vector<VBucket> extend; in InsertCloudAssetData() local
690 std::vector<VBucket> &extend, bool) { in __anond35eef630902()
1020 …ualCloudDb_->ForkUpload([&tempAsset, &recordIndex](const std::string &tableName, VBucket &extend) { in __anond35eef630c02()
1093 virtualCloudDb_->ForkUpload([](const std::string &tableName, VBucket &extend) { in __anond35eef630d02()
1125 virtualCloudDb_->ForkUpload([&uploadCount](const std::string &tableName, VBucket &extend) { in __anond35eef630e02()
H A Ddistributeddb_cloud_check_sync_test.cpp393 VBucket extend; in CheckCloudTableCount() local
739 …irtualCloudDb_->ForkUpload([&isUpload, &blockTime](const std::string &tableName, VBucket &extend) { in __anonc8f560be0e02()
809 virtualCloudDb_->ForkUpload([&isUpload](const std::string &tableName, VBucket &extend) { in __anonc8f560be1102()
1064 virtualCloudDb_->ForkQuery([this, &idValue](const std::string &tableName, VBucket &extend) { in __anonc8f560be1302()
1309 …tualCloudDb_->ForkQuery([&cv, &finish, &dataMutex](const std::string &tableName, VBucket &extend) { in __anonc8f560be1402()
1491 virtualCloudDb_->ForkQuery([this](const std::string &tableName, VBucket &extend) { in __anonc8f560be1c02()
2102 virtualCloudDb_->ForkQuery([this](const std::string &tableName, VBucket &extend) { in __anonc8f560be2002()
2142 virtualCloudDb_->ForkQuery([this](const std::string &tableName, VBucket &extend) { in __anonc8f560be2102()
2181 virtualCloudDb_->ForkQuery([this](const std::string &tableName, VBucket &extend) { in __anonc8f560be2202()
2287 std::vector<VBucket> extend; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp279 std::vector<VBucket> extend; in InsertCloudTableRecord() local
346 VBucket extend; in CheckCloudTableCount() local
390 std::vector<VBucket> extend; in DeleteCloudTableRecord() local
1218 g_virtualCloudDb->ForkUpload([](const std::string &tableName, VBucket &extend) { in __anon8f2187a20402()
1224 g_virtualCloudDb->ForkUpload([](const std::string &tableName, VBucket &extend) { in __anon8f2187a20502()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/tls/alpn/
H A Dmod.rs115 pub(crate) fn extend(mut self, protocol: AlpnProtocol) -> Self { in extend() method
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_types.h32 std::vector<VBucket> extend; member

123