/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_indicator_layout_test_ng.cpp | 40 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 D | swiper_indicator_extent_test_ng.cpp | 1485 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 D | swiper_layout_test_ng.cpp | 1691 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 D | grid_irregular_layout_test.cpp | 52 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 D | tls_key.cpp | 29 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 D | pkg_upgradefile.cpp | 265 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 D | pkg_lz4file.cpp | 49 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack() local 79 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack() local
|
H A D | pkg_gzipfile.cpp | 128 … 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 D | pkg_algorithm.cpp | 42 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 D | pkg_algo_deflate.cpp | 57 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 D | cert_chain_validator.c | 37 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 D | smooth_zoom.cpp | 23 std::shared_ptr<IZoomAlgorithm> algorithm; in GetZoomAlgorithm() local
|
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/ |
H A D | TlsKeyTest.cpp | 77 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 D | navrouter_model_test_ng.cpp | 395 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 D | dslm_oem_property_test.cpp | 689 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 D | menuitemgroup_test_ng.cpp | 249 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 D | gfx_engine_manager.h | 48 TransformAlgorithm algorithm; member 74 TransformAlgorithm algorithm; member
|
/ohos5.0/base/security/device_security_level/oem_property/common/ |
H A D | dslm_credential_utils.c | 62 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 D | devicestatus_algorithm_manager.cpp | 257 extern "C" void Destroy(const IMsdp* algorithm) in Destroy()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | sheet_coverage_test_ng.cpp | 1346 …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 D | grid_container_test_ng.cpp | 43 auto algorithm = container->GetLayoutAlgorithm(); in MeasureLayout() local
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_image_view.h | 209 void SetTransformAlgorithm(TransformAlgorithm algorithm) in SetTransformAlgorithm()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_image_unit_test.cpp | 491 TransformAlgorithm algorithm = NEAREST_NEIGHBOR; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_algorithm.h | 151 void SetLayoutAlgorithm(RefPtr<LayoutAlgorithm> algorithm) in SetLayoutAlgorithm()
|
/ohos5.0/base/update/updater/test/unittest/package/ |
H A D | pkg_test.h | 88 DigestAlgorithm::DigestAlgorithmPtr algorithm = in BuildFileDigest() local
|