Home
last modified time | relevance | path

Searched full:plain (Results 26 - 50 of 145) sorted by relevance

123456

/test/testfwk/arkxtest/uitest/test/
H A Dselect_strategy_test.cpp35 std::unique_ptr<SelectStrategy> plain = SelectStrategy::BuildSelectStrategy(buildParam, false); in TEST() local
42 plain->SetAndCalcSelectWindowRect(selectWindow, overlay); in TEST()
48 plain->RefreshWidgetBounds(widget); in TEST()
62 std::unique_ptr<SelectStrategy> plain = SelectStrategy::BuildSelectStrategy(buildParam, false); in TEST() local
69 plain->SetAndCalcSelectWindowRect(selectWindow, overlay); in TEST()
73 plain->RefreshWidgetBounds(widget); in TEST()
87 std::unique_ptr<SelectStrategy> plain = SelectStrategy::BuildSelectStrategy(buildParam, false); in TEST() local
94 plain->SetAndCalcSelectWindowRect(selectWindow, overlay); in TEST()
98 plain->RefreshWidgetBounds(widget); in TEST()
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_cipher_sm4_test_common.cpp95 uint8_t plain[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseOther() local
96 struct OH_Huks_Blob plainText = {SM4_COMMON_SIZE, plain}; in HksSm4CipherTestCaseOther()
H A Dhuks_cipher_rsa_test_common.cpp120 uint8_t plain[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCase() local
121 struct OH_Huks_Blob plainText = {Unittest::RsaCipher::RSA_COMMON_SIZE, plain}; in HksRsaCipherTestCase()
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconstant.h21 static constexpr const char *MIMETYPE_TEXT_PLAIN = "text/plain";
/test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/main/resources/rawfile/
H A Dindex.html8 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
/test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/ohosTest/resources/rawfile/
H A Dindex.html8 var myBlob = new Blob(["This is my blob content"], {type : "text/plain"});
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mimetype_test/src/
H A Dmedialibrary_mimetype_test.cpp161 { "diff", "text/plain" },
162 { "po", "text/plain" },
163 { "txt", "text/plain" },
253 { "text/plain", MEDIA_TYPE_FILE },
/foundation/multimedia/ringtone_library/test/unittest/ringtone_utils_test/src/
H A Dringtone_mimetype_utils_test.cpp161 { "diff", "text/plain" },
162 { "po", "text/plain" },
163 { "txt", "text/plain" },
254 { "text/plain", RINGTONE_MEDIA_TYPE_INVALID },
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmeta_object_lib.h53 // the registry is still requested when destroyed, so we keep plain pointer to circumvent that.
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dconvert_utils_test.cpp372 auto plain = record->GetPlainText(); in HWTEST_F() local
373 ASSERT_EQ(*plain, text_); in HWTEST_F()
399 auto plain = record->GetHtmlText(); in HWTEST_F() local
400 ASSERT_EQ(*plain, html_); in HWTEST_F()
458 auto plain = record->GetPlainText(); in HWTEST_F() local
459 ASSERT_NE(plain, nullptr); in HWTEST_F()
460 ASSERT_EQ(*plain, text_); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dplain_text_napi.cpp49 ASSERT_ERR(ctxt->env, plainText != nullptr, Status::E_ERROR, "no memory for plain text!"); in New()
60 ASSERT_ERR_VOID(env, plainText != nullptr, Status::E_ERROR, "no memory for plain text!"); in NewInstance()
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_scroll/ace_ets_module_scroll_api11/entry/src/main/ets/test/gridTest/
H A DGridPage.test.ets64 *tc.name Test Grid with GridItemStyle.PLAIN
65 *tc.desc Test Grid with GridItemStyle.PLAIN
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/model/
H A Ddata_model_index.h56 * @brief Get the plain index value for current dimension.
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/fuzztest/
H A Dget_object.h37 * describe: get plain old data from outside untrusted data(g_data) which size is according to sizeof(T)
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/include/
H A Doh_pasteboard_err_code.h21 * You can use the APIs of this module to operate the Pasteboard content of the plain text, HTML,
/test/testfwk/arkxtest/uitest/core/
H A Dselect_strategy.h24 PLAIN, member in OHOS::uitest::StrategyEnum
H A Dselect_strategy.cpp90 std::string strategy = "PLAIN"; in Describe()
92 case StrategyEnum::PLAIN: in Describe()
93 strategy = "PLAIN"; in Describe()
108 LOG_I("Error StrategyType, use plain"); in Describe()
109 strategy = "PLAIN"; in Describe()
476 return StrategyEnum::PLAIN;
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpaste_service_test.cpp206 std::string plainText = "plain text"; in HWTEST_F()
544 std::string text = "plain text"; in HWTEST_F()
598 std::string plainText = "plain text"; in HWTEST_F()
738 std::string plainText = "plain text"; in HWTEST_F()
793 std::string plainText = "plain text"; in HWTEST_F()
823 std::string plainText = "plain text"; in HWTEST_F()
869 std::string plainText = "plain text"; in HWTEST_F()
894 std::string plainText = "plain text"; in HWTEST_F()
927 std::string plainText = "plain text"; in HWTEST_F()
979 std::string plainText = "plain tex in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c121 uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) in MbedAesGcmDecrypt()
123 if ((cipherKey == NULL) || (cipherText == NULL) || (cipherTextSize <= OVERHEAD_LEN) || plain == NULL || in MbedAesGcmDecrypt()
141 cipherText + actualPlainLen + GCM_IV_LEN, TAG_LEN, cipherText + GCM_IV_LEN, plain); in MbedAesGcmDecrypt()
120 MbedAesGcmDecrypt(const AesGcmCipherKey *cipherKey, const unsigned char *cipherText, uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) MbedAesGcmDecrypt() argument
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dutd_test.cpp215 EXPECT_EQ("text/plain", mimeType); in HWTEST_F()
262 auto typeIds = OH_Utd_GetTypesByMimeType("text/plain", &count); in HWTEST_F()
273 auto typeIdsNullptr2 = OH_Utd_GetTypesByMimeType("text/plain", countNullptr); in HWTEST_F()
437 {UDMF_META_PLAIN_TEXT, "general.plain-text"},
/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c175 uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) in SslAesGcmDecrypt()
177 if ((cipherkey == NULL) || (cipherText == NULL) || (cipherTextSize <= OVERHEAD_LEN) || plain == NULL || in SslAesGcmDecrypt()
200 ret = EVP_DecryptUpdate(ctx, plain, (int32_t *)&plainLen, cipherText + GCM_IV_LEN, cipherTextSize - OVERHEAD_LEN); in SslAesGcmDecrypt()
210 ret = EVP_DecryptFinal_ex(ctx, plain + plainLen, (int32_t *)&plainLen); in SslAesGcmDecrypt()
174 SslAesGcmDecrypt(const AesGcmCipherKey *cipherkey, const unsigned char *cipherText, uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) SslAesGcmDecrypt() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_theme.h27 PLAIN, member in OHOS::Ace::NG::GridItemStyle
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_constant.cpp29 const char *const HttpConstant::HTTP_DEFAULT_CONTENT_TYPE = "text/plain";
/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpaste_data_impl.cpp48 } else if (mimeType == "text/plain") { in PasteDataImpl()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/
H A Ddrag_allowDropDataTypes.cpp31 strlist.push_back("general.plain-text"); in drag_setNodeAllowedDropDataTypes_001()

Completed in 16 milliseconds

123456