Home
last modified time | relevance | path

Searched defs:algo (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_regular_test.cpp438 auto algo = pattern_->GetCacheLayoutAlgo(); in HWTEST_F() local
H A Dwater_flow_segment_layout_test.cpp118 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); in HWTEST_F() local
162 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); in HWTEST_F() local
297 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local
328 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local
360 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local
416 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local
456 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local
508 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local
549 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local
598 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local
631 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local
691 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local
823 auto algo = HWTEST_F() local
872 auto algo = HWTEST_F() local
913 auto algo = HWTEST_F() local
959 auto algo = HWTEST_F() local
1013 auto algo = HWTEST_F() local
1181 auto algo = HWTEST_F() local
1215 auto algo = HWTEST_F() local
1263 auto algo = HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddata_compression.cpp38 DataCompression *DataCompression::GetInstance(CompressAlgorithm algo) in GetInstance() argument
48 void DataCompression::Register(CompressAlgorithm algo, DataCompression *compressionPtr) in Register() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_layout_test.cpp429 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); in HWTEST_F() local
471 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); in HWTEST_F() local
515 auto algo in HWTEST_F() local
573 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); HWTEST_F() local
648 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/frameworks/native/capi/avcencinfo/
H A Dnative_cencinfo.cpp83 OH_AVErrCode OH_AVCencInfo_SetAlgorithm(OH_AVCencInfo *cencInfo, enum DrmCencAlgorithm algo) in OH_AVCencInfo_SetAlgorithm() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.h168 void SetCacheLayoutAlgo(const RefPtr<WaterFlowLayoutBase>& algo) in SetCacheLayoutAlgo() argument
/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp284 const auto algo = Algorithm(); in Clear() local
/foundation/multimedia/av_codec/test/fuzztest/avcencinfo_fuzzer/
H A Davcencinfo_fuzzer.cpp104 DrmCencAlgorithm algo = static_cast<enum DrmCencAlgorithm>(*data); in CencInfoSetAlgorithmFuzzTest() local
315 DrmCencAlgorithm algo = static_cast<enum DrmCencAlgorithm>(*data); in CencInfoSetAVBufferFuzzTest() local
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodec_drm_decrypt_mock.cpp75 void CodecDrmDecrypt::SetDrmAlgoAndBlocks(uint8_t algo, MetaDrmCencInfo *cencInfo) in SetDrmAlgoAndBlocks() argument
/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/
H A Ddrm_decryptor_coverage_unit_test.cpp410 void CreateAudioCencInfo(MetaDrmCencInfo &cencInfo, MetaDrmCencAlgorithm algo) in CreateAudioCencInfo() argument
424 AudioCencDecrypt(std::shared_ptr<AVBuffer> drmInBuf, std::shared_ptr<AVBuffer> drmOutBuf, std::shared_ptr<MediaAVCodec::CodecDrmDecryptorMock> decryptorMock, MetaDrmCencAlgorithm algo, int32_t flag) AudioCencDecrypt() argument
[all...]
/foundation/multimedia/av_codec/test/fuzztest/drmdecryptor_fuzzer/
H A Ddrmdecryptor_fuzzer.cpp364 void CreateAudioCencInfo(MetaDrmCencInfo &cencInfo, MetaDrmCencAlgorithm algo) in CreateAudioCencInfo() argument
378 AudioCencDecrypt(std::shared_ptr<AVBuffer> drmInBuf, std::shared_ptr<AVBuffer> drmOutBuf, std::shared_ptr<CodecDrmDecrypt> decryptor, MetaDrmCencAlgorithm algo, int32_t flag) AudioCencDecrypt() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_single_ver_kv_entry.cpp396 Uncompress(const std::vector<uint8_t> &srcData, std::vector<SingleVerKvEntry *> &kvEntries, uint32_t destLen, CompressAlgorithm algo) Uncompress() argument
418 SerializeCompressedDatas(const std::vector<SingleVerKvEntry *> &kvEntries, const std::vector<uint8_t> &compressedEntries, Parcel &parcel, uint32_t targetVersion, CompressAlgorithm algo) SerializeCompressedDatas() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_packet.cpp250 void DataRequestPacket::SetCompressAlgo(CompressAlgorithm algo) in SetCompressAlgo() argument
/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.cpp251 void CodecDrmDecrypt::SetDrmAlgoAndBlocks(uint8_t algo, MetaDrmCencInfo *cencInfo) in SetDrmAlgoAndBlocks() argument
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmedia_types.h282 MetaDrmCencAlgorithm algo; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp73 auto algo = MakeRefPtr<GridIrregularLayoutAlgorithm>(gridLayoutInfo_, overScroll); in CreateLayoutAlgorithm() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp142 auto algo = MakeRefPtr<SwiperLayoutAlgorithm>(); in CreateLayoutAlgorithm() local
956 auto algo = DynamicCast<SwiperLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); OnDirtyLayoutWrapperSwap() local
[all...]

Completed in 17 milliseconds