Home
last modified time | relevance | path

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

12

/foundation/communication/netstack/frameworks/native/tls_socket/src/
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()
79 void TLSKey::DecodeData(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhras… in DecodeData()
99 void TLSKey::DecodeDer(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const Sec… in DecodeDer()
140 void TLSKey::SwitchAlgorithm(KeyType type, KeyAlgorithm algorithm, BIO *bio) in SwitchAlgorithm()
181 void TLSKey::DecodePem(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const Sec… in DecodePem()
/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
Dsmooth_zoom.cpp23 std::shared_ptr<IZoomAlgorithm> algorithm; in GetZoomAlgorithm() local
/foundation/communication/netstack/test/unittest/tlssocket/client/
DTlsKeyTest.cpp77 KeyAlgorithm algorithm = tlsKey.Algorithm(); variable
104 KeyAlgorithm algorithm = tlsKeyCopy.Algorithm(); variable
115 KeyAlgorithm algorithm = key.Algorithm(); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
Dnavrouter_test_ng.cpp308 auto algorithm = AceType::MakeRefPtr<NavDestinationLayoutAlgorithm>(); variable
362 auto algorithm = AceType::MakeRefPtr<NavDestinationLayoutAlgorithm>(); variable
1016 auto algorithm = AceType::MakeRefPtr<BarItemLayoutAlgorithm>(); variable
1134 auto algorithm = AceType::MakeRefPtr<NavBarLayoutAlgorithm>(); variable
1300 auto algorithm = AceType::MakeRefPtr<LayoutAlgorithm>(); variable
1364 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
1569 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
1953 auto algorithm = AceType::MakeRefPtr<BarItemLayoutAlgorithm>(); variable
2033 auto algorithm = AceType::MakeRefPtr<BarItemLayoutAlgorithm>(); variable
2101 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
[all …]
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
Dgfx_engine_manager.h48 TransformAlgorithm algorithm; member
74 TransformAlgorithm algorithm; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
Dgrid_layout_test_ng.cpp1702 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(info); variable
1766 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
1797 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
2044 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
2150 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 4, 4); variable
2176 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 4, 4); variable
2203 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 4, 4); variable
2232 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 2, 5); variable
2285 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 2, 5); variable
2330 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 2, 5); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_container/
Dgrid_container_test_ng.cpp42 auto algorithm = container->GetLayoutAlgorithm(); in MeasureLayout() local
/foundation/arkui/ui_lite/interfaces/kits/components/
Dui_image_view.h209 void SetTransformAlgorithm(TransformAlgorithm algorithm) in SetTransformAlgorithm()
/foundation/arkui/ui_lite/test/unittest/components/
Dui_image_unit_test.cpp491 TransformAlgorithm algorithm = NEAREST_NEIGHBOR; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
Dlayout_algorithm.h151 void SetLayoutAlgorithm(RefPtr<LayoutAlgorithm> algorithm) in SetLayoutAlgorithm()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
Dswiper_test_ng.cpp82 …erTestNg::InitLayoutWrapper(const RefPtr<FrameNode>& frameNode, RefPtr<LayoutAlgorithm>& algorithm, in InitLayoutWrapper()
1511 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1540 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1568 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1605 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1641 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1676 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1710 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1744 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1924 RefPtr<DotIndicatorLayoutAlgorithm> algorithm = variable
[all …]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
Dclient_trans_proxy_file_manager.h128 int32_t algorithm; member
145 int32_t algorithm; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
Dnavigation_test_ng.cpp1186 auto algorithm = AceType::MakeRefPtr<LayoutAlgorithm>(); variable
1239 auto algorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable
2262 NavigationContentLayoutAlgorithm algorithm; variable
2546 NavigationLayoutAlgorithm algorithm; variable
2584 auto algorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable
2611 auto algorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable
2679 auto algorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable
2717 auto algorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable
/foundation/arkui/ui_lite/frameworks/dock/
Dscreen_device.h42 TransformAlgorithm algorithm; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
Dside_bar_pattern_test_ng.cpp656 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout… variable
1201 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout… variable
1402 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout… variable
1603 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout… variable
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
Dclient_trans_session_manager_test.cpp831 int32_t algorithm = 0; variable
1214 int32_t algorithm = 0; variable
/foundation/communication/dsoftbus/sdk/transmission/session/include/
Dclient_trans_session_manager.h64 int32_t algorithm; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
Dmenu_test_ng.cpp504 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
4204 auto algorithm = AceType::MakeRefPtr<MultiMenuLayoutAlgorithm>(); variable
4683 …auto algorithm = AceType::DynamicCast<SubMenuLayoutAlgorithm>(menuPattern->CreateLayoutAlgorithm()… variable
4722 auto algorithm = AceType::MakeRefPtr<MultiMenuLayoutAlgorithm>(); variable
6224 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
6291 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
7509 …auto algorithm = AceType::DynamicCast<SubMenuLayoutAlgorithm>(menuPattern->CreateLayoutAlgorithm()… variable
7572 …auto algorithm = AceType::DynamicCast<SubMenuLayoutAlgorithm>(menuPattern->CreateLayoutAlgorithm()… variable
7650 …auto algorithm = AceType::DynamicCast<SubMenuLayoutAlgorithm>(menuPattern->CreateLayoutAlgorithm()… variable
7849 …auto algorithm = AceType::DynamicCast<SubMenuLayoutAlgorithm>(subMenuPattern->CreateLayoutAlgorith… variable
[all …]
/foundation/communication/dsoftbus/core/transmission/common/include/
Dsoftbus_app_info.h110 int32_t algorithm; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
Dwater_flow_pattern.cpp160 auto algorithm = AceType::MakeRefPtr<WaterFlowLayoutAlgorithm>(layoutInfo_); in CreateLayoutAlgorithm() local
/foundation/communication/netstack/frameworks/js/napi/tls/src/
Dtlssocket_exec.cpp386 for (const auto &algorithm : context->signatureAlgorithms_) { in GetSignatureAlgorithmsCallback() local
Dtlssocketserver_exec.cpp412 for (const auto &algorithm : context->signatureAlgorithms_) { in GetSignatureAlgorithmsCallback() local
/foundation/communication/dsoftbus/core/common/include/
Dsoftbus_def.h158 int32_t algorithm; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/
Dgrid_row_test_ng.cpp136 auto algorithm = layoutWrapper->GetLayoutAlgorithm(); in CreateLayoutWrapperAndLayout() local
/foundation/communication/dsoftbus/sdk/transmission/session/src/
Dclient_trans_session_manager.c1462 int32_t ClientGetFileConfigInfoById(int32_t sessionId, int32_t *fileEncrypt, int32_t *algorithm, in… in ClientGetFileConfigInfoById()

12