Home
last modified time | relevance | path

Searched defs:extend (Results 1 - 25 of 43) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dtask_queue.h94 this->template GetBaseAs<ITaskQueueExtend>()->SetExtend(extend); variable
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dhi_audit.h35 std::string extend; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/include/
H A Dmemory_manager.h42 MemoryData extend; member in OHOS::Media::AbsMemory
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dmemory_manager.cpp241 CreateMemory(AllocatorType type, MemoryData &data, MemoryData &extend) CreateMemory() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dhi_audit.h36 std::string extend; member
/foundation/filemanagement/app_file_service/utils/include/b_hiaudit/
H A Dhi_audit.h43 std::string extend; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_base.cpp29 GetGraphemeClusterLength( const std::wstring& text, int32_t extend, bool checkPrev) GetGraphemeClusterLength() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_types.h32 std::vector<VBucket> extend; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_db_impl.cpp37 int32_t CloudDbImpl::Execute(const std::string &table, const std::string &sql, const DBVBucket &extend) in Execute() argument
122 std::shared_ptr<DBCursor> CloudDbImpl::Query(const std::string &table, const DBVBucket &extend) in Query() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_db.h27 VBucket extend; member
[all...]
H A Ddistributeddb_cloud_db_proxy_test.cpp206 VBucket extend; in HWTEST_F() local
269 VBucket extend; in HWTEST_F() local
832 VBucket extend; in HWTEST_F() local
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
/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() argument
43 std::shared_ptr<Cursor> CloudDB::Query(const std::string &table, const VBucket &extend) in Query() argument
48 std::shared_ptr<Cursor> CloudDB::Query(GenQuery &query, const VBucket &extend) in Query() argument
53 int32_t CloudDB::PreSharing(const std::string &table, VBuckets &extend) in PreSharing() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.cpp66 DBStatus RdbCloud::BatchDelete(const std::string &tableName, std::vector<DBVBucket> &extend) in BatchDelete() argument
34 BatchInsert( const std::string &tableName, std::vector<DBVBucket> &&record, std::vector<DBVBucket> &extend) BatchInsert() argument
50 BatchUpdate( const std::string &tableName, std::vector<DBVBucket> &&record, std::vector<DBVBucket> &extend) BatchUpdate() argument
75 Query(const std::string &tableName, DBVBucket &extend, std::vector<DBVBucket> &data) Query() argument
114 PreSharing(const std::string& tableName, VBuckets& extend) PreSharing() argument
208 ConvertQuery(RdbCloud::DBVBucket& extend) ConvertQuery() argument
269 PostEvent(VBuckets& records, std::set<std::string>& skipAssets, VBuckets& extend, DistributedData::AssetEvent eventId) PostEvent() argument
281 PostEvent(DistributedData::Value& value, DataBucket& extend, std::set<std::string>& skipAssets, DistributedData::AssetEvent eventId) PostEvent() argument
301 PostEventAsset(DistributedData::Asset& asset, DataBucket& extend, std::set<std::string>& skipAssets, DistributedData::AssetEvent eventId) PostEventAsset() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp465 VBucket extend; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp660 Offset RosenRenderText::GetHandleOffset(int32_t extend) in DidExceedMaxLines() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_task_merge_test.cpp223 VBucket extend; in CheckCloudTableCount() local
H A Ddistributeddb_cloud_save_cloud_data_test.cpp1409 auto &extend = batchData.extend[i]; in CheckCloudBatchData() local
H A Ddistributeddb_cloud_assets_operation_sync_test.cpp254 std::vector<VBucket> extend; in UpdateCloudTableRecord() local
1015 VBucket extend; in HWTEST_F() local
[all...]
H A Ddistributeddb_cloud_reference_sync_test.cpp354 VBucket extend; in CheckCloudData() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_general_store_test.cpp765 RdbGeneralStore::VBucket extend = { { "#gid", { "0000000" } }, { "#flag", { true } }, in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp374 int32_t TextOverlayBase::GetGraphemeClusterLength(int32_t extend, bool isPrefix) const argument
515 int32_t extend = GetCursorPositionForClick(pos, globalOffset); local
522 int32_t extend local
528 int32_t extend = GetCursorPositionForClick(pos, globalOffset); global() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp255 int CloudSyncUtils::GetWaterMarkAndUpdateTime(std::vector<VBucket> &extend, Timestamp &waterMark) in GetWaterMarkAndUpdateTime() argument
433 IsSkipAssetsMissingRecord(const std::vector<VBucket> &extend) IsSkipAssetsMissingRecord() argument
493 FillAssetIdToAssetData(const Type &extend, Type &assetData) FillAssetIdToAssetData() argument
512 FillAssetIdToAssetsData(const Assets &extend, Assets &assets) FillAssetIdToAssetsData() argument
[all...]
H A Dcloud_db_proxy.cpp129 int CloudDBProxy::BatchDelete(const std::string &tableName, std::vector<VBucket> &record, std::vector<VBucket> &extend, in BatchDelete() argument
146 int CloudDBProxy::Query(const std::string &tableName, VBucket &extend, st argument
95 BatchInsert(const std::string &tableName, std::vector<VBucket> &record, std::vector<VBucket> &extend, Info &uploadInfo) BatchInsert() argument
112 BatchUpdate(const std::string &tableName, std::vector<VBucket> &record, std::vector<VBucket> &extend, Info &uploadInfo) BatchUpdate() argument
336 std::vector<VBucket> extend; DMLActionTask() local
499 MoveInRecordAndExtend(std::vector<VBucket> &record, std::vector<VBucket> &extend) MoveInRecordAndExtend() argument
507 MoveInExtend(std::vector<VBucket> &extend) MoveInExtend() argument
513 MoveOutRecordAndExtend(std::vector<VBucket> &record, std::vector<VBucket> &extend) MoveOutRecordAndExtend() argument
521 MoveInQueryExtendAndData(VBucket &extend, std::vector<VBucket> &data) MoveInQueryExtendAndData() argument
528 MoveOutQueryExtendAndData(VBucket &extend, std::vector<VBucket> &data) MoveOutQueryExtendAndData() argument
600 IsRecordActionFail(const VBucket &extend, bool isInsert, DBStatus status) IsRecordActionFail() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp296 std::vector<VBucket> extend; in InsertCloudTableRecord() local
363 VBucket extend; in CheckCloudTableCount() local
407 std::vector<VBucket> extend; in DeleteCloudTableRecord() local
[all...]

Completed in 21 milliseconds

12