Home
last modified time | relevance | path

Searched defs:opType (Results 1 – 16 of 16) sorted by relevance

/foundation/ai/neural_network_runtime/test/system_test/common/
Dnnrt_test.h45 OH_NN_OperationType opType; member
Dnnrt_test.cpp97 OH_NN_ReturnCode NNRtTest::AddOperation(OH_NN_OperationType opType, in AddOperation()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
Dicloud_sync_storage_interface.h45 std::vector<OpType> opType; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
Dcloud_sync_utils.cpp336 void CloudSyncUtils::UpdateLocalCache(OpType opType, const LogInfo &cloudInfo, const LogInfo &local… in UpdateLocalCache()
375 OpType opType = param.downloadData.opType[dataIndex]; in SaveChangedData() local
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
Dneural_network_runtime_test.cpp262 OH_NN_OperationType opType {OH_NN_OPS_ADD}; in SetInnerBuild() local
353 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
376 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
403 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
430 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
457 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
622 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
649 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
Dneural_network_runtime_test.cpp262 OH_NN_OperationType opType {OH_NN_OPS_ADD}; in SetInnerBuild() local
353 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
376 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
403 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
430 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
457 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
622 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
649 OH_NN_OperationType opType {OH_NN_OPS_ADD}; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
Dcloud_storage_utils.cpp398 AssetStatus CloudStorageUtils::FlagToStatus(AssetOpType opType) in FlagToStatus()
589 AssetOperationUtils::AssetOpType opType = AssetOperationUtils::AssetOpType::NOT_HANDLE; in FillAssetFromVBucketFinish() local
791 std::string CloudStorageUtils::GetTableRefUpdateSql(const TableInfo &table, OpType opType) in GetTableRefUpdateSql()
961 AssetOperationUtils::AssetOpType opType = AssetOperationUtils::AssetOpType::NOT_HANDLE; in MergeAssetWithFillFunc() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_proxy.cpp373 int StorageProxy::FillCloudLogAndAsset(OpType opType, const CloudSyncData &data) in FillCloudLogAndAsset()
460 void StorageProxy::FillCloudGidIfSuccess(const OpType opType, const CloudSyncData &data) in FillCloudGidIfSuccess()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_ver_relational_storage_executor_extend.cpp855 static inline bool IsAllowWithPrimaryKey(OpType opType) in IsAllowWithPrimaryKey()
862 OpType opType) in UpdateLogRecord()
1014 const TableSchema &tableSchema, OpType opType) in OnlyUpdateLogTable()
Dsqlite_single_ver_relational_storage_extend_executor.cpp140 int SQLiteSingleVerRelationalStorageExecutor::FillCloudAssetForUpload(OpType opType, const TableSch… in FillCloudAssetForUpload()
269 int SQLiteSingleVerRelationalStorageExecutor::InitFillUploadAssetStatement(OpType opType, in InitFillUploadAssetStatement()
1280 int SQLiteSingleVerRelationalStorageExecutor::FillHandleWithOpType(const OpType opType, const Cloud… in FillHandleWithOpType()
1415 const TableSchema &tableSchema, const VBucket &vBucket, int64_t dataKey, OpType opType) in OnlyUpdateAssetId()
Dsqlite_single_ver_relational_storage_executor.cpp1866 …const VBucket &vBucket, OpType opType, std::vector<std::string> &updateColName, sqlite3_stmt *&upd… in GetUpdateLogRecordStatement()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmedialibrary_command.cpp370 const string opType = MediaFileUri::GetPathSecondDentry(uri_); in ParseOprnTypeFromUri() local
Dmedialibrary_album_operations.cpp1726 int32_t MediaLibraryAlbumOperations::HandleAnalysisPhotoAlbum(const OperationType &opType, in HandleAnalysisPhotoAlbum()
1747 int32_t MediaLibraryAlbumOperations::HandlePhotoAlbum(const OperationType &opType, const ValuesBuck… in HandlePhotoAlbum()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dinner_model.cpp401 OH_NN_ReturnCode InnerModel::AddOperation(OH_NN_OperationType opType, const OH_NN_UInt32Array& para… in AddOperation()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_interfaces_relational_sync_test.cpp294 void UpdateAssetForTest(sqlite3 *&db, AssetOpType opType, int64_t cloudCount, int64_t rowid) in UpdateAssetForTest()
317 void UpdateAssetsForTest(sqlite3 *&db, AssetOpType opType, int64_t rowid) in UpdateAssetsForTest()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp1285 int RelationalSyncAbleStorage::FillCloudLogAndAsset(const OpType opType, const CloudSyncData &data,… in FillCloudLogAndAsset()
1762 OpType opType, const CloudSyncData &data, bool fillAsset, bool ignoreEmptyGid) in FillCloudLogAndAssetInner()