Home
last modified time | relevance | path

Searched defs:opType (Results 1 - 23 of 23) sorted by relevance

/foundation/ai/neural_network_runtime/test/system_test/common/
H A Dnnrt_test.h45 OH_NN_OperationType opType; member
H A Dnnrt_test.cpp97 OH_NN_ReturnCode NNRtTest::AddOperation(OH_NN_OperationType opType, in AddOperation() argument
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_cert_extension.cpp210 static napi_value NapiCommonOperation(napi_env env, napi_callback_info info, int32_t opType, int32_t typeValue) in NapiCommonOperation() argument
H A Dnapi_object.cpp55 int32_t opType; member
68 int32_t opType; member
228 static void ConstructTypeParams(int32_t opType, int32_t typeValue, vector<CfParam> &params) in ConstructTypeParams() argument
266 static int32_t CheckInputParams(napi_env env, napi_value *argv, size_t argc, int32_t opType, int32_t typeValue) in CheckInputParams() argument
280 static int32_t GetInParamSet(napi_env env, napi_callback_info info, int32_t opType, int32_t typeValue, in GetInParamSet() argument
321 GetResultType(int32_t opType, int32_t typeValue, CfTag &resultType, uint32_t &outType) GetResultType() argument
350 ConvertToNapiValue(napi_env env, int32_t opType, int32_t typeValue, const CfParamSet *paramSet) ConvertToNapiValue() argument
392 DoOperation(const CfObject *obj, int32_t opType, const CfParamSet *inParamSet, CfParamSet **outParamSet) DoOperation() argument
407 CommonOperation(napi_env env, napi_callback_info info, const CfObject *obj, int32_t opType, int32_t typeValue) CommonOperation() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_album_operation_test/src/
H A Dmedialibrary_album_operation_test.cpp174 int HandleAnalysisPhotoAlbumTest(const OperationType &opType) in HandleAnalysisPhotoAlbumTest() argument
229 OperationType opType = OperationType::PORTRAIT_DISPLAY_LEVEL; in HWTEST_F() local
240 OperationType opType = OperationType::PORTRAIT_DISPLAY_LEVEL; in HWTEST_F() local
252 OperationType opType = OperationType::PORTRAIT_DISPLAY_LEVEL; in HWTEST_F() local
264 OperationType opType = OperationType::PORTRAIT_DISPLAY_LEVEL; in HWTEST_F() local
291 OperationType opType = OperationType::PORTRAIT_DISPLAY_LEVEL; HWTEST_F() local
304 OperationType opType = OperationType::PORTRAIT_DISPLAY_LEVEL; HWTEST_F() local
317 OperationType opType = OperationType::PORTRAIT_DISPLAY_LEVEL; HWTEST_F() local
330 OperationType opType = OperationType::PORTRAIT_DISPLAY_LEVEL; HWTEST_F() local
342 OperationType opType = OperationType::PORTRAIT_DISPLAY_LEVEL; HWTEST_F() local
355 OperationType opType = OperationType::PORTRAIT_DISPLAY_LEVEL; HWTEST_F() local
368 OperationType opType = OperationType::PORTRAIT_DISPLAY_LEVEL; HWTEST_F() local
380 OperationType opType = OperationType::PORTRAIT_DISPLAY_LEVEL; HWTEST_F() local
391 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
402 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
414 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
426 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
438 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
451 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
464 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
479 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
494 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
508 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
523 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
607 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
630 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
653 OperationType opType = OperationType::PORTRAIT_MERGE_ALBUM; HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_command.cpp234 const string opType = MediaFileUri::GetPathSecondDentry(uri_); in ParseOprnTypeFromUri() local
H A Dmedialibrary_analysis_album_operations.cpp799 int32_t MediaLibraryAnalysisAlbumOperations::HandleGroupPhotoAlbum(const OperationType &opType, in HandleGroupPhotoAlbum() argument
H A Dmedialibrary_album_operations.cpp2265 int32_t MediaLibraryAlbumOperations::HandleAnalysisPhotoAlbum(const OperationType &opType, in HandleAnalysisPhotoAlbum() argument
2290 int32_t MediaLibraryAlbumOperations::HandlePhotoAlbum(const OperationType &opType, const ValuesBucket &values, in HandlePhotoAlbum() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h49 std::vector<OpType> opType; member
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dinner_model.cpp401 OH_NN_ReturnCode InnerModel::AddOperation(OH_NN_OperationType opType, const OH_NN_UInt32Array& paramIndices, in AddOperation() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_asset_rdbstore.cpp67 const std::string opType = MediaFileUri::GetPathSecondDentry(uri); in GetOprnTypeFromUri() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp346 void CloudSyncUtils::UpdateLocalCache(OpType opType, const LogInfo &cloudInfo, const LogInfo &localInfo, in UpdateLocalCache() argument
385 OpType opType = CalOpType(param, dataIndex); in SaveChangedData() local
582 OpType opType in CalOpType() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_syncer_test.cpp280 void DistributedDBCloudKvSyncerTest::CheckUploadAbnormal(OpType opType, int64_t expCnt, bool isCompensated) in CheckUploadAbnormal() argument
H A Ddistributeddb_cloud_syncer_lock_test.cpp431 void DistributedDBCloudSyncerLockTest::CheckUploadAbnormal(OpType opType, int64_t expCnt, bool isCompensated) in CheckUploadAbnormal() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp437 int StorageProxy::FillCloudLogAndAsset(OpType opType, const CloudSyncData &data) in FillCloudLogAndAsset() argument
524 void StorageProxy::FillCloudGidIfSuccess(const OpType opType, const CloudSyncData &data) in FillCloudGidIfSuccess() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp441 int SqliteCloudKvExecutorUtils::OperateCloudData(sqlite3 *db, bool isMemory, int index, OpType opType, in OperateCloudData() argument
478 GetOperateDataSql(OpType opType) GetOperateDataSql() argument
497 GetOperateLogSql(OpType opType) GetOperateLogSql() argument
567 BindStmt(sqlite3_stmt *logStmt, sqlite3_stmt *dataStmt, int index, OpType opType, DownloadData &downloadData) BindStmt() argument
790 FillCloudLog(const FillGidParam &param, OpType opType, const CloudSyncData &data, const std::string &user, CloudUploadRecorder &recorder) FillCloudLog() argument
912 OnlyUpdateSyncData(sqlite3 *db, bool isMemory, int index, OpType opType, DownloadData &downloadData) OnlyUpdateSyncData() argument
946 BindUpdateSyncDataStmt(sqlite3_stmt *dataStmt, int index, OpType opType, DownloadData &downloadData) BindUpdateSyncDataStmt() argument
1095 FillCloudVersionRecord(sqlite3 *db, OpType opType, const CloudSyncData &data) FillCloudVersionRecord() argument
[all...]
H A Dsqlite_cloud_kv_store.cpp263 int SqliteCloudKvStore::FillCloudLogAndAsset(OpType opType, const CloudSyncData &data, bool fillAsset, in FillCloudLogAndAsset() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp295 void UpdateAssetForTest(sqlite3 *&db, AssetOpType opType, int64_t cloudCount, int64_t rowid) in UpdateAssetForTest() argument
318 void UpdateAssetsForTest(sqlite3 *&db, AssetOpType opType, int64_t rowid) in UpdateAssetsForTest() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp1864 GetUpdateLogRecordStatement(const TableSchema &tableSchema, const VBucket &vBucket, OpType opType, std::vector<std::string> &updateColName, sqlite3_stmt *&updateLogStmt) GetUpdateLogRecordStatement() argument
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp191 int SQLiteSingleVerRelationalStorageExecutor::FillCloudAssetForUpload(OpType opType, const TableSchema &tableSchema, in FillCloudAssetForUpload() argument
242 int SQLiteSingleVerRelationalStorageExecutor::FillCloudVersionForUpload(const OpType opType, const CloudSyncData &data) in FillCloudVersionForUpload() argument
286 int SQLiteSingleVerRelationalStorageExecutor::InitFillUploadAssetStatement(OpType opType, in InitFillUploadAssetStatement() argument
1345 int SQLiteSingleVerRelationalStorageExecutor::FillHandleWithOpType(const OpType opType, const CloudSyncData &data, in FillHandleWithOpType() argument
1492 OnlyUpdateAssetId(const std::string &tableName, const TableSchema &tableSchema, const VBucket &vBucket, int64_t dataKey, OpType opType) OnlyUpdateAssetId() argument
[all...]
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp996 static inline bool IsAllowWithPrimaryKey(OpType opType) in IsAllowWithPrimaryKey() argument
1002 UpdateLogRecord(const VBucket &vBucket, const TableSchema &tableSchema, OpType opType) UpdateLogRecord() argument
1120 OnlyUpdateLogTable(const VBucket &vBucket, const TableSchema &tableSchema, OpType opType) OnlyUpdateLogTable() argument
1381 OpType opType = downloadData.opType[index++]; MarkFlagAsConsistent() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp399 AssetStatus CloudStorageUtils::FlagToStatus(AssetOpType opType) in FlagToStatus() argument
593 AssetOperationUtils::AssetOpType opType = AssetOperationUtils::AssetOpType::NOT_HANDLE; in FillAssetFromVBucketFinish() local
795 std::string CloudStorageUtils::GetTableRefUpdateSql(const TableInfo &table, OpType opType) in GetTableRefUpdateSql() argument
977 AssetOperationUtils::AssetOpType opType = AssetOperationUtils::AssetOpType::NOT_HANDLE; MergeAssetWithFillFunc() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1401 int RelationalSyncAbleStorage::FillCloudLogAndAsset(const OpType opType, const CloudSyncData &data, bool fillAsset, in FillCloudLogAndAsset() argument
1864 FillCloudLogAndAssetInner(SQLiteSingleVerRelationalStorageExecutor *handle, OpType opType, const CloudSyncData &data, bool fillAsset, bool ignoreEmptyGid) FillCloudLogAndAssetInner() argument
[all...]

Completed in 55 milliseconds