Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 25 of 28) sorted by relevance

12

/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
Dwater_flow_segment_layout_test.cpp119 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
163 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
299 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
330 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
363 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
419 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
459 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
511 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
552 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
601 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
[all …]
Dwater_flow_regular_test.cpp530 auto algo = pattern_->GetCacheLayoutAlgo(); variable
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Doh_rdb_crypto_param.cpp69 int OH_Crypto_SetEncryptionAlgo(OH_Rdb_CryptoParam *param, int32_t algo) in OH_Crypto_SetEncryptionAlgo()
80 int OH_Crypto_SetHmacAlgo(OH_Rdb_CryptoParam *param, int32_t algo) in OH_Crypto_SetHmacAlgo()
90 int OH_Crypto_SetKdfAlgo(OH_Rdb_CryptoParam *param, int32_t algo) in OH_Crypto_SetKdfAlgo()
/foundation/distributeddatamgr/relational_store/test/ndk/fuzztest/oh_rdb_crypto_param_fuzzer/
Doh_rdb_crypto_param_fuzzer.cpp76 const int32_t algo = provider.ConsumeIntegral<int32_t>(); in OH_Crypto_SetEncryptionAlgoFuzz() local
86 const int32_t algo = provider.ConsumeIntegral<int32_t>(); in OH_Crypto_SetHmacAlgoFuzz() local
96 const int32_t algo = provider.ConsumeIntegral<int32_t>(); in OH_Crypto_SetKdfAlgoFuzz() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Ddata_compression.cpp38 DataCompression *DataCompression::GetInstance(CompressAlgorithm algo) in GetInstance()
48 void DataCompression::Register(CompressAlgorithm algo, DataCompression *compressionPtr) in Register()
/foundation/multimedia/video_processing_engine/test/unittest/service/
Dvideo_processing_algorithm_without_data_test.cpp468 VideoProcessingAlgorithmWithoutData algo("test", 1); variable
481 VideoProcessingAlgorithmWithoutData algo("test", 1); variable
495 VideoProcessingAlgorithmWithoutData algo("feature", 1); variable
513 VideoProcessingAlgorithmWithoutData algo("feature", 1); variable
768 VideoProcessingAlgorithmWithoutData algo("feature", 1); variable
785 VideoProcessingAlgorithmWithoutData algo("feature", 1); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
Dgrid_irregular_layout_test.cpp430 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); variable
473 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); variable
517 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); variable
575 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); variable
650 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
Dgrid_layout_range_solver_test.cpp775 auto algo = pattern_->GetScopeFocusAlgorithm(); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
Dgrid_scroll_layout_testtwo_ng.cpp109 …auto algo = AceType::DynamicCast<GridScrollLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgor… variable
Dgrid_scroll_layout_test_ng.cpp2041 auto algo = variable
2077 auto algo = variable
2122 auto algo = variable
2158 auto algo = variable
/foundation/multimedia/video_processing_engine/services/src/
Dvideo_processing_server.cpp201 AlgoPtr algo = nullptr; in CreateLocked() local
245 auto algo = itAlgo->second; in DestroyLocked() local
/foundation/multimedia/av_codec/test/fuzztest/avcencinfo_fuzzer/
Davcencinfo_fuzzer.cpp103 … DrmCencAlgorithm algo = static_cast<enum DrmCencAlgorithm>(provider->ConsumeIntegral<uint32_t>()); in CencInfoSetAlgorithmFuzzTest() local
311 … DrmCencAlgorithm algo = static_cast<enum DrmCencAlgorithm>(provider->ConsumeIntegral<uint8_t>()); in CencInfoSetAVBufferFuzzTest() local
/foundation/multimedia/av_codec/frameworks/native/capi/avcencinfo/
Dnative_cencinfo.cpp83 OH_AVErrCode OH_AVCencInfo_SetAlgorithm(OH_AVCencInfo *cencInfo, enum DrmCencAlgorithm algo) in OH_AVCencInfo_SetAlgorithm()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
Dwater_flow_pattern.h182 void SetCacheLayoutAlgo(const RefPtr<WaterFlowLayoutBase>& algo) in SetCacheLayoutAlgo()
/foundation/multimedia/video_processing_engine/framework/algorithm/detail_enhancer/
Ddetail_enhancer_image_fwk.cpp109 auto algo = CreateAlgorithm(level); in GetAlgorithm() local
318 …AlgoErrCode DetailEnhancerImageFwk::ProcessAlgorithm(const std::shared_ptr<DetailEnhancerBase>& al… in ProcessAlgorithm()
/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/
Ddrm_decryptor_coverage_unit_test.cpp434 void CreateAudioCencInfo(MetaDrmCencInfo &cencInfo, MetaDrmCencAlgorithm algo) in CreateAudioCencInfo()
449 …std::shared_ptr<MediaAVCodec::CodecDrmDecryptorMock> decryptorMock, MetaDrmCencAlgorithm algo, int… in AudioCencDecrypt()
/foundation/multimedia/video_processing_engine/framework/algorithm/contrast_enhancer/
Dcontrast_enhancer_image_fwk.cpp85 std::shared_ptr<ContrastEnhancerBase> algo = CreateAlgorithm(level); in GetAlgorithm() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
Dgeneric_single_ver_kv_entry.cpp397 uint32_t destLen, CompressAlgorithm algo) in Uncompress()
419 …vector<uint8_t> &compressedEntries, Parcel &parcel, uint32_t targetVersion, CompressAlgorithm algo) in SerializeCompressedDatas()
/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_key.cpp254 const auto algo = Algorithm(); in Clear() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
Dsingle_ver_sync_task_context.cpp418 for (const auto &algo : SyncConfig::COMPRESSALGOMAP) { in GetRemoteCompressAlgo() local
434 for (const auto &algo : remoteCompressAlgoSet) { in GetRemoteCompressAlgoStr() local
Dsingle_ver_data_packet.cpp249 void DataRequestPacket::SetCompressAlgo(CompressAlgorithm algo) in SetCompressAlgo()
/foundation/multimedia/av_codec/test/fuzztest/drmdecryptor_fuzzer/
Ddrmdecryptor_fuzzer.cpp375 void CreateAudioCencInfo(MetaDrmCencInfo &cencInfo, MetaDrmCencAlgorithm algo) in CreateAudioCencInfo()
390 std::shared_ptr<CodecDrmDecrypt> decryptor, MetaDrmCencAlgorithm algo, int32_t flag) in AudioCencDecrypt()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
Dcodec_drm_decrypt_mock.cpp78 void CodecDrmDecrypt::SetDrmAlgoAndBlocks(uint8_t algo, MetaDrmCencInfo *cencInfo) in SetDrmAlgoAndBlocks()
/foundation/distributeddatamgr/relational_store/test/ndk/fuzztest/relationalstore_fuzzer/
Drelationalstore_fuzzer.cpp43 int32_t algo = provider.ConsumeIntegral<int32_t>(); in CreateAndSetCryptoParam() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_pattern.cpp76 auto algo = MakeRefPtr<GridIrregularLayoutAlgorithm>( in CreateLayoutAlgorithm() local
1475 void GridPattern::AnimateToTarget(ScrollAlign align, const RefPtr<LayoutAlgorithmWrapper>& algo) in AnimateToTarget()
1484 bool GridPattern::AnimateToTargetImpl(ScrollAlign align, const RefPtr<LayoutAlgorithmWrapper>& algo) in AnimateToTargetImpl()

12