| /foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
| D | water_flow_segment_layout_test.cpp | 119 …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 …]
|
| D | water_flow_regular_test.cpp | 530 auto algo = pattern_->GetCacheLayoutAlgo(); variable
|
| /foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
| D | oh_rdb_crypto_param.cpp | 69 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/ |
| D | oh_rdb_crypto_param_fuzzer.cpp | 76 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/ |
| D | data_compression.cpp | 38 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/ |
| D | video_processing_algorithm_without_data_test.cpp | 468 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/ |
| D | grid_irregular_layout_test.cpp | 430 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
|
| D | grid_layout_range_solver_test.cpp | 775 auto algo = pattern_->GetScopeFocusAlgorithm(); variable
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| D | grid_scroll_layout_testtwo_ng.cpp | 109 …auto algo = AceType::DynamicCast<GridScrollLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgor… variable
|
| D | grid_scroll_layout_test_ng.cpp | 2041 auto algo = variable 2077 auto algo = variable 2122 auto algo = variable 2158 auto algo = variable
|
| /foundation/multimedia/video_processing_engine/services/src/ |
| D | video_processing_server.cpp | 201 AlgoPtr algo = nullptr; in CreateLocked() local 245 auto algo = itAlgo->second; in DestroyLocked() local
|
| /foundation/multimedia/av_codec/test/fuzztest/avcencinfo_fuzzer/ |
| D | avcencinfo_fuzzer.cpp | 103 … 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/ |
| D | native_cencinfo.cpp | 83 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/ |
| D | water_flow_pattern.h | 182 void SetCacheLayoutAlgo(const RefPtr<WaterFlowLayoutBase>& algo) in SetCacheLayoutAlgo()
|
| /foundation/multimedia/video_processing_engine/framework/algorithm/detail_enhancer/ |
| D | detail_enhancer_image_fwk.cpp | 109 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/ |
| D | drm_decryptor_coverage_unit_test.cpp | 434 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/ |
| D | contrast_enhancer_image_fwk.cpp | 85 std::shared_ptr<ContrastEnhancerBase> algo = CreateAlgorithm(level); in GetAlgorithm() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
| D | generic_single_ver_kv_entry.cpp | 397 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/ |
| D | tls_key.cpp | 254 const auto algo = Algorithm(); in Clear() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
| D | single_ver_sync_task_context.cpp | 418 for (const auto &algo : SyncConfig::COMPRESSALGOMAP) { in GetRemoteCompressAlgo() local 434 for (const auto &algo : remoteCompressAlgoSet) { in GetRemoteCompressAlgoStr() local
|
| D | single_ver_data_packet.cpp | 249 void DataRequestPacket::SetCompressAlgo(CompressAlgorithm algo) in SetCompressAlgo()
|
| /foundation/multimedia/av_codec/test/fuzztest/drmdecryptor_fuzzer/ |
| D | drmdecryptor_fuzzer.cpp | 375 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/ |
| D | codec_drm_decrypt_mock.cpp | 78 void CodecDrmDecrypt::SetDrmAlgoAndBlocks(uint8_t algo, MetaDrmCencInfo *cencInfo) in SetDrmAlgoAndBlocks()
|
| /foundation/distributeddatamgr/relational_store/test/ndk/fuzztest/relationalstore_fuzzer/ |
| D | relationalstore_fuzzer.cpp | 43 int32_t algo = provider.ConsumeIntegral<int32_t>(); in CreateAndSetCryptoParam() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
| D | grid_pattern.cpp | 76 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()
|