Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 25 of 68) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_layout_test_ng.cpp40 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
65 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
89 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
120 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
149 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
180 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
210 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
240 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
269 RefPtr<DotIndicatorLayoutAlgorithm> algorithm = variable
298 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
[all …]
H A Dswiper_indicator_extent_test_ng.cpp1485 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1525 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1565 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1605 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1645 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1685 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1725 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1768 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1811 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1854 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
[all …]
H A Dswiper_layout_test_ng.cpp1691 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1716 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1739 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1764 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1787 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1812 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1835 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1860 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_layout_test.cpp52 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(info); variable
89 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
134 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
183 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
233 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
312 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
360 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
612 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
1049 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
1088 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
[all …]
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp29 TLSKey::TLSKey(const std::string &fileName, KeyAlgorithm algorithm, const SecureData &passPhrase, in TLSKey()
39 TLSKey::TLSKey(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase) in TLSKey()
142 void TLSKey::DecodeData(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhras… in DecodeData()
162 void TLSKey::DecodeDer(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const Sec… in DecodeDer()
203 void TLSKey::SwitchAlgorithm(KeyType type, KeyAlgorithm algorithm, BIO *bio) in SwitchAlgorithm()
244 void TLSKey::DecodePem(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const Sec… in DecodePem()
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_upgradefile.cpp265 size_t &parsedLen, DigestAlgorithm::DigestAlgorithmPtr algorithm) in ReadSignData()
391 DigestAlgorithm::DigestAlgorithmPtr algorithm) in ReadPackageInfo()
458 DigestAlgorithm::DigestAlgorithmPtr algorithm = nullptr; in LoadPackage() local
480 int32_t UpgradePkgFile::VerifyFile(size_t &parsedLen, DigestAlgorithm::DigestAlgorithmPtr algorithm, in VerifyFile()
490 …t32_t UpgradePkgFile::VerifyFileV1(size_t &parsedLen, DigestAlgorithm::DigestAlgorithmPtr algorith… in VerifyFileV1()
504 …t32_t UpgradePkgFile::VerifyFileV2(size_t &parsedLen, DigestAlgorithm::DigestAlgorithmPtr algorith… in VerifyFileV2()
530 int32_t UpgradePkgFile::Verify(size_t start, DigestAlgorithm::DigestAlgorithmPtr algorithm, in Verify()
566 int32_t UpgradePkgFile::VerifyHeader(DigestAlgorithm::DigestAlgorithmPtr algorithm, in VerifyHeader()
589 DigestAlgorithm::DigestAlgorithmPtr algorithm, std::vector<std::string> &fileNames) in SaveEntry()
631 DigestAlgorithm::DigestAlgorithmPtr algorithm, std::vector<std::string> &fileNames) in ReadComponents()
[all …]
H A Dpkg_lz4file.cpp49 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack() local
79 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack() local
H A Dpkg_gzipfile.cpp128 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack() local
197 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack() local
/ohos5.0/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algorithm.cpp42 int32_t PkgAlgorithm::FinalDigest(DigestAlgorithm::DigestAlgorithmPtr algorithm, in FinalDigest()
62 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(context.di… in Pack() local
109 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(context.di… in Unpack() local
155 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(context.di… in UnpackWithVerify() local
H A Dpkg_algo_deflate.cpp57 const PkgStreamPtr outStream, const DigestAlgorithm::DigestAlgorithmPtr algorithm) in PackCalculate()
114 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(context.di… in Pack() local
153 const PkgStreamPtr outStream, DigestAlgorithm::DigestAlgorithmPtr algorithm) in UnpackCalculate()
200 …DigestAlgorithm::DigestAlgorithmPtr algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(context.di… in Unpack() local
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dcert_chain_validator.c37 char *algorithm; member
45 const char *algorithm; member
53 static const HcfCertChainValidatorFuncSet *FindAbility(const char *algorithm) in FindAbility()
172 CfResult HcfCertChainValidatorCreate(const char *algorithm, HcfCertChainValidator **pathValidator) in HcfCertChainValidatorCreate()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dsmooth_zoom.cpp23 std::shared_ptr<IZoomAlgorithm> algorithm; in GetZoomAlgorithm() local
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsKeyTest.cpp77 KeyAlgorithm algorithm = tlsKey.Algorithm(); variable
104 KeyAlgorithm algorithm = tlsKeyCopy.Algorithm(); variable
115 KeyAlgorithm algorithm = key.Algorithm(); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_model_test_ng.cpp395 auto algorithm = AceType::MakeRefPtr<BarItemLayoutAlgorithm>(); variable
518 auto algorithm = AceType::MakeRefPtr<NavBarLayoutAlgorithm>(); variable
668 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
873 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
1262 auto algorithm = AceType::MakeRefPtr<BarItemLayoutAlgorithm>(); variable
1343 auto algorithm = AceType::MakeRefPtr<BarItemLayoutAlgorithm>(); variable
1411 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
1455 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
1505 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
1601 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
[all …]
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_oem_property_test.cpp689 uint32_t algorithm = TYPE_ECDSA_SHA_256; variable
699 uint32_t algorithm = TYPE_ECDSA_SHA_256; variable
736 uint32_t algorithm = TYPE_ECDSA_SHA_256; variable
778 uint32_t algorithm = TYPE_ECDSA_SHA_256 + 2; variable
785 uint32_t algorithm = TYPE_ECDSA_SHA_384; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitemgroup_test_ng.cpp249 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
315 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
372 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
420 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
450 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
506 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H A Dgfx_engine_manager.h48 TransformAlgorithm algorithm; member
74 TransformAlgorithm algorithm; member
/ohos5.0/base/security/device_security_level/oem_property/common/
H A Ddslm_credential_utils.c62 uint32_t algorithm; member
277 static uint32_t GetAlgorithmType(const char *algorithm) in GetAlgorithmType()
523 const struct DataBuffer *pbkData, uint32_t algorithm) in EcdsaVerify()
/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_algorithm_manager.cpp257 extern "C" void Destroy(const IMsdp* algorithm) in Destroy()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_coverage_test_ng.cpp1346 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
1369 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
1395 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
1424 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
1455 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
1494 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
1522 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_container/
H A Dgrid_container_test_ng.cpp43 auto algorithm = container->GetLayoutAlgorithm(); in MeasureLayout() local
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_view.h209 void SetTransformAlgorithm(TransformAlgorithm algorithm) in SetTransformAlgorithm()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_unit_test.cpp491 TransformAlgorithm algorithm = NEAREST_NEIGHBOR; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_algorithm.h151 void SetLayoutAlgorithm(RefPtr<LayoutAlgorithm> algorithm) in SetLayoutAlgorithm()
/ohos5.0/base/update/updater/test/unittest/package/
H A Dpkg_test.h88 DigestAlgorithm::DigestAlgorithmPtr algorithm = in BuildFileDigest() local

123