| /foundation/communication/netstack/frameworks/native/tls_socket/src/ |
| D | tls_key.cpp | 29 TLSKey::TLSKey(const std::string &fileName, KeyAlgorithm algorithm, const SecureData &passPhrase, in TLSKey() argument 33 DecodeDer(type, algorithm, fileName, passPhrase); in TLSKey() 35 DecodePem(type, algorithm, fileName, passPhrase); in TLSKey() 39 TLSKey::TLSKey(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase) in TLSKey() argument 44 DecodeData(data, algorithm, passPhrase); in TLSKey() 79 void TLSKey::DecodeData(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhras… in DecodeData() argument 85 keyAlgorithm_ = algorithm; in DecodeData() 99 void TLSKey::DecodeDer(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const Sec… in DecodeDer() argument 106 keyAlgorithm_ = algorithm; in DecodeDer() 140 void TLSKey::SwitchAlgorithm(KeyType type, KeyAlgorithm algorithm, BIO *bio) in SwitchAlgorithm() argument [all …]
|
| /foundation/communication/netstack/frameworks/native/tls_socket/include/ |
| D | tls_key.h | 41 TLSKey(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase); 42 TLSKey(const std::string &fileName, KeyAlgorithm algorithm, const SecureData &passPhrase, 54 void DecodeData(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase); 55 …void DecodeDer(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData… 56 …void DecodePem(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData… 58 void SwitchAlgorithm(KeyType type, KeyAlgorithm algorithm, BIO *bio);
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/navrouter/ |
| D | navrouter_test_ng.cpp | 349 auto algorithm = AceType::MakeRefPtr<NavDestinationLayoutAlgorithm>(); variable 380 algorithm->Measure(layoutWrapper); 384 algorithm->Measure(layoutWrapper); 389 algorithm->Measure(layoutWrapper); 403 auto algorithm = AceType::MakeRefPtr<NavDestinationLayoutAlgorithm>(); variable 436 algorithm->Layout(layoutWrapper); 440 algorithm->Layout(layoutWrapper); 445 algorithm->Layout(layoutWrapper); 1232 auto algorithm = AceType::MakeRefPtr<BarItemLayoutAlgorithm>(); variable 1241 algorithm->Layout(AceType::RawPtr(layoutWrapper)); [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/navigation/ |
| D | navigation_test_ng.cpp | 1192 auto algorithm = AceType::MakeRefPtr<LayoutAlgorithm>(); variable 1193 auto layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(algorithm); 1241 auto algorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable 1248 algorithm->Layout(AceType::RawPtr(layoutWrapper)); 1260 algorithm->Layout(AceType::RawPtr(layoutWrapper)); 1265 algorithm->Layout(AceType::RawPtr(layoutWrapper)); 1282 algorithm->Layout(AceType::RawPtr(layoutWrapper)); 1299 algorithm->Layout(AceType::RawPtr(layoutWrapper)); 1304 algorithm->Layout(AceType::RawPtr(layoutWrapper)); 1324 algorithm->Measure(AceType::RawPtr(layoutWrapper)); [all …]
|
| /foundation/communication/netstack/test/unittest/tlssocket/client/ |
| D | TlsKeyTest.cpp | 77 KeyAlgorithm algorithm = tlsKey.Algorithm(); variable 78 EXPECT_EQ(algorithm, ALGORITHM_RSA); 104 KeyAlgorithm algorithm = tlsKeyCopy.Algorithm(); variable 105 EXPECT_EQ(algorithm, ALGORITHM_RSA); 115 KeyAlgorithm algorithm = key.Algorithm(); variable 116 EXPECT_EQ(algorithm, ALGORITHM_RSA);
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/grid_container/ |
| D | grid_container_test_ng.cpp | 42 auto algorithm = container->GetLayoutAlgorithm(); in MeasureLayout() local 43 algorithm->Measure(AceType::RawPtr(container)); in MeasureLayout() 44 algorithm->Layout(AceType::RawPtr(container)); in MeasureLayout()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| D | layout_algorithm.h | 151 void SetLayoutAlgorithm(RefPtr<LayoutAlgorithm> algorithm) in SetLayoutAlgorithm() argument 153 layoutAlgorithm_ = std::move(algorithm); in SetLayoutAlgorithm()
|
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| D | ui_image_view.h | 209 void SetTransformAlgorithm(TransformAlgorithm algorithm) in SetTransformAlgorithm() argument 211 algorithm_ = algorithm; in SetTransformAlgorithm()
|
| /foundation/communication/dsoftbus/sdk/transmission/session/include/ |
| D | client_trans_session_manager.h | 52 int32_t algorithm; member 127 int32_t ClientGetFileConfigInfoById(int32_t sessionId, int32_t *fileEncrypt, int32_t *algorithm, in…
|
| /foundation/ai/intelligent_voice_framework/ |
| D | README.md | 19 - Sound trigger: Digital Signal Processor (DSP) model loading, DSP algorithm enabling/disabling, an… 23 - Engine algorithm: intelligent voice algorithm engine and event reporting 25 - Device driver: DSP model loading/unloading, DSP algorithm enabling/disabling, event reporting, an… 173 … needApAlgEngine: true, // Specify whether the framework needs to provide the AP algorithm engine.
|
| /foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/ |
| D | gfx_engine_manager.h | 48 TransformAlgorithm algorithm; member 74 TransformAlgorithm algorithm; member
|
| /foundation/arkui/ui_lite/test/unittest/components/ |
| D | ui_image_unit_test.cpp | 491 TransformAlgorithm algorithm = NEAREST_NEIGHBOR; variable 492 imageView_->SetTransformAlgorithm(algorithm); 493 EXPECT_EQ(imageView_->GetTransformAlgorithm(), algorithm);
|
| /foundation/ai/ai_engine/ |
| D | README.md | 12 …algorithm plug-ins. The framework consists of the plug-in management, module management, and commu… 35 │ │ └── keyword_spotting # ASR algorithm plug-in reference: keyword spotting 37 │ │ └── image_classification # CV algorithm plug-in reference: image classification 107 …algorithm in use, you only need to implement the **SyncProcess** or **AsyncProcess** API. Use … 141 Directory: //foundation/ai/ai_engine/services/client/algorithm\_sdk/asr/keyword\_spotting
|
| /foundation/communication/dsoftbus/core/transmission/common/include/ |
| D | softbus_app_info.h | 104 int32_t algorithm; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/swiper/ |
| D | swiper_test_ng.cpp | 168 void InitLayoutWrapper(const RefPtr<FrameNode>& frameNode, RefPtr<LayoutAlgorithm>& algorithm, 219 …erTestNg::InitLayoutWrapper(const RefPtr<FrameNode>& frameNode, RefPtr<LayoutAlgorithm>& algorithm, in InitLayoutWrapper() argument 231 algorithm = indicatorPattern->CreateLayoutAlgorithm(); in InitLayoutWrapper() 232 ASSERT_NE(algorithm, nullptr); in InitLayoutWrapper() 2059 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable 2060 ASSERT_NE(algorithm, nullptr); 2073 algorithm->Measure(&layoutWrapper); 2104 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable 2105 ASSERT_NE(algorithm, nullptr); 2118 algorithm->Measure(&layoutWrapper); [all …]
|
| /foundation/communication/dsoftbus/core/common/include/ |
| D | softbus_def.h | 154 int32_t algorithm; member
|
| /foundation/arkui/ui_lite/frameworks/dock/ |
| D | screen_device.h | 42 TransformAlgorithm algorithm; member
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
| D | client_trans_session_manager_test.cpp | 122 session->algorithm = TRANS_TEST_ALGORITHM; in GenerateSession() 831 int32_t algorithm = 0; variable 833 … int32_t ret = ClientGetFileConfigInfoById(TRANS_TEST_SESSION_ID, &fileEncrypt, &algorithm, &crc); 849 ret = ClientGetFileConfigInfoById(sessionId, &fileEncrypt, &algorithm, &crc); 852 EXPECT_EQ(TRANS_TEST_ALGORITHM, algorithm); 1214 int32_t algorithm = 0; variable 1216 …t ret = ClientGetFileConfigInfoById(TRANS_TEST_INVALID_SESSION_ID, &fileEncrypt, &algorithm, &crc); 1218 ret = ClientGetFileConfigInfoById(TRANS_TEST_SESSION_ID, NULL, &algorithm, &crc); 1222 ret = ClientGetFileConfigInfoById(TRANS_TEST_SESSION_ID, &fileEncrypt, &algorithm, NULL); 1224 ret = ClientGetFileConfigInfoById(TRANS_TEST_SESSION_ID, &fileEncrypt, &algorithm, &crc);
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| D | softbus_proxychannel_message.c | 386 !AddNumberToJsonObject(root, JSON_KEY_ALGORITHM, appInfo->algorithm) || in PackHandshakeMsgForNormal() 508 !AddNumberToJsonObject(root, JSON_KEY_ALGORITHM, appInfo->algorithm) || in TransProxyPackHandshakeAckMsg() 569 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TransProxyUnpackHandshakeAckMsg() 582 !GetJsonObjectNumberItem(root, JSON_KEY_ALGORITHM, &appInfo->algorithm) || in TransProxyUnpackHandshakeAckMsg() 591 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TransProxyUnpackHandshakeAckMsg() 660 !GetJsonObjectNumberItem(root, JSON_KEY_ALGORITHM, &appInfo->algorithm) || in TransProxyUnpackNormalHandshakeMsg() 664 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TransProxyUnpackNormalHandshakeMsg()
|
| D | softbus_proxychannel_listener.c | 65 info.algorithm = appInfo->algorithm; in NotifyNormalChannelOpened()
|
| /foundation/communication/dsoftbus/sdk/transmission/session/src/ |
| D | client_trans_session_callback.c | 50 session->algorithm = channel->algorithm; in AcceptSessionAsServer()
|
| D | client_trans_session_manager.c | 1018 sessionNode->algorithm = channel->algorithm; in ClientEnableSessionByChannelId() 1292 int32_t ClientGetFileConfigInfoById(int32_t sessionId, int32_t *fileEncrypt, int32_t *algorithm, in… in ClientGetFileConfigInfoById() argument 1294 if (sessionId < 0 || fileEncrypt == NULL || algorithm == NULL || crc == NULL) { in ClientGetFileConfigInfoById() 1318 *algorithm = sessionNode->algorithm; in ClientGetFileConfigInfoById()
|
| /foundation/communication/dsoftbus/adapter/ |
| D | BUILD.gn | 203 include_dirs += [ "//base/msdp/algorithm/ble_range/include" ] 205 external_deps += [ "algorithm:msdp_ble_range" ]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/grid_row/ |
| D | grid_row_test_ng.cpp | 134 auto algorithm = layoutWrapper->GetLayoutAlgorithm(); in CreateLayoutWrapperAndLayout() local 135 algorithm->Measure(AceType::RawPtr(layoutWrapper)); in CreateLayoutWrapperAndLayout() 137 algorithm->Layout(AceType::RawPtr(layoutWrapper)); in CreateLayoutWrapperAndLayout()
|
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
| D | trans_tcp_direct_message_test.cpp | 134 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TestSetAppInfo() 170 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256;
|