Home
last modified time | relevance | path

Searched defs:option2 (Results 1 - 25 of 37) sorted by relevance

12

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_packer_ex_test.cpp47 PackOption option2; in HWTEST_F() local
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp73 SelectAccountsOptions *option2 = option1.Unmarshalling(Parcel); in HWTEST_F() local
98 VerifyCredentialOptions *option2 = option1.Unmarshalling(Parcel); in HWTEST_F() local
119 CreateAccountOptions *option2 = option1.Unmarshalling(Parcel); HWTEST_F() local
142 CreateAccountImplicitlyOptions *option2 = option1.Unmarshalling(Parcel); HWTEST_F() local
212 SelectAccountsOptions *option2 = option1.Unmarshalling(Parcel); HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_user_input_test.cpp411 std::string option2 = "this is option2"; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render/render/systemtest/pipeline/
H A Drs_uni_render_unit_test.cpp184 sptr<WindowOption> option2 = new WindowOption(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/systemtest/pipeline/
H A Drs_uni_render_test.cpp195 sptr<WindowOption> option2 = new WindowOption(); in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_result_set_stub_test.cpp69 MessageOption option2; in HWTEST_F() local
115 MessageOption option2; in HWTEST_F() local
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test.cpp177 sptr<WindowOption> option2 = new WindowOption(); in HWTEST_F() local
H A Dwindow_impl_test3.cpp1021 sptr<WindowOption> option2 = new WindowOption(); in HWTEST_F() local
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp458 sptr<NotificationBundleOption> option2 = new NotificationBundleOption(); in HWTEST_F() local
636 sptr<NotificationBundleOption> option2 = new NotificationBundleOption("test", 100); in HWTEST_F() local
858 sptr<NotificationBundleOption> option2 = new NotificationBundleOption("test_getvalid", 98765); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp417 std::string option2 = "@"; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_packer_test.cpp185 PackOption option2; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_encrypt_delegate_test.cpp968 KvStoreDelegate::Option option2 = {true, false, true, CipherType::DEFAULT, g_passwd1}; in HWTEST_F() local
1007 KvStoreDelegate::Option option2 = {true, false, true, CipherType::DEFAULT, PASSWD_EMPTY}; in HWTEST_F() local
1040 KvStoreDelegate::Option option2 = {true, false, true, CipherType::DEFAULT, g_passwd3}; in HWTEST_F() local
1092 KvStoreDelegate::Option option2 = {true, false, true, CipherType::DEFAULT, g_passwd3}; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_schema_upgrade_test.cpp959 Option option2 = g_option; in HWTEST_F() local
H A Ddistributeddb_nb_local_batch_crud_test.cpp455 Option option2 = g_option; in HWTEST_F() local
H A Ddistributeddb_nb_create_test.cpp1315 Option option2 = {false, false, false, DistributedDB::CipherType::DEFAULT, PASSWD_VECTOR_1}; in HWTEST_F() local
H A Ddistributeddb_kv_create_test.cpp295 KvOption option2 = g_kvOption; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp225 ImageSpanOptions option2; in HWTEST_F() local
H A Drich_editor_base_test_ng.cpp924 RangeOptions option2; in HWTEST_F() local
1429 RangeOptions option2; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H A Dudmf_client_fuzzer.cpp129 QueryOption option2 = {.key = key}; in SetDataTextFuzz() local
162 QueryOption option2 = {.key = key}; in SetDataPlainTextFuzz() local
195 QueryOption option2 = {.key = key}; in SetDataHtmlFuzz() local
228 QueryOption option2 in SetDataLinkFuzz() local
258 QueryOption option2 = {.key = key}; SetDataFileFuzz() local
285 QueryOption option2 = {.key = key}; SetDataImageFuzz() local
312 QueryOption option2 = {.key = key}; SetDataVideoFuzz() local
341 QueryOption option2 = {.key = key}; SetDataSystemDefinedRecordFuzz() local
381 QueryOption option2 = {.key = key}; SetDataSystemDefinedFormFuzz() local
422 QueryOption option2 = {.key = key}; SetDataSystemDefinedAppItemFuzz() local
453 QueryOption option2 = {.key = key}; SetDataSystemDefinedPixelMapFuzz() local
518 QueryOption option2 = {.key = key}; GetSummaryFuzz() local
537 QueryOption option2 = { .key = key }; GetBatchDataByKeyFuzz() local
560 QueryOption option2 = { .intention = intention }; GetBatchDataByIntentionFuzz() local
577 QueryOption option2 = { .key = key }; DeleteDataByKeyFuzz() local
600 QueryOption option2 = { .intention = intention }; DeleteDataByIntentionFuzz() local
621 QueryOption option2 = { .key = key }; UpdateDataFuzz() local
645 QueryOption option2 = { .key = skey }; GetDataAsyncByKeyFuzz() local
665 QueryOption option2 = { .intention = intention }; GetDataAsyncByIntentionFuzz() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_syncer_test.cpp117 KvStoreNbDelegate::Option option2; in SetUp() local
H A Ddistributeddb_cloud_kv_test.cpp125 KvStoreNbDelegate::Option option2; in SetUp() local
744 KvStoreNbDelegate::Option option2; in HWTEST_F() local
912 KvStoreNbDelegate::Option option2; in HWTEST_F() local
H A Ddistributeddb_cloud_kvstore_test.cpp125 KvStoreNbDelegate::Option option2; in SetUp() local
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp280 QueryOption option2 = { .key = key }; in HWTEST_F() local
324 QueryOption option2 = { .key = key }; in HWTEST_F() local
373 QueryOption option2 = { .key = key }; in HWTEST_F() local
422 QueryOption option2 = { .key = key }; HWTEST_F() local
470 QueryOption option2 = { .key = key }; HWTEST_F() local
514 QueryOption option2 = { .key = key }; HWTEST_F() local
561 QueryOption option2 = { .key = key }; HWTEST_F() local
608 QueryOption option2 = { .key = key }; HWTEST_F() local
655 QueryOption option2 = { .key = key }; HWTEST_F() local
701 QueryOption option2 = { .key = key }; HWTEST_F() local
748 QueryOption option2 = { .key = key }; HWTEST_F() local
804 QueryOption option2 = { .key = key }; HWTEST_F() local
867 QueryOption option2 = { .key = key }; HWTEST_F() local
917 QueryOption option2 = { .key = key }; HWTEST_F() local
1239 QueryOption option2 = { .key = key }; HWTEST_F() local
1335 QueryOption option2 = { .key = key }; HWTEST_F() local
1418 QueryOption option2 = { .key = key }; HWTEST_F() local
1451 QueryOption option2 = { .key = key }; HWTEST_F() local
1484 QueryOption option2 = { .key = key }; HWTEST_F() local
1535 QueryOption option2 = { .key = key }; HWTEST_F() local
1577 QueryOption option2 = { .key = key }; HWTEST_F() local
2048 QueryOption option2 = { .key = key }; HWTEST_F() local
2101 QueryOption option2 = { .key = key }; HWTEST_F() local
2172 QueryOption option2 = { .key = key }; HWTEST_F() local
2218 QueryOption option2 = { .key = key }; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/
H A Dcloudsync_fuzzer.cpp262 KvStoreNbDelegate::Option option2; in SetUp() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc3209 const UninterpretedOption& option2 = file_.options().uninterpreted_option(1); in TEST_F() local
3376 const UninterpretedOption& option2 = field.options().uninterpreted_option(1); in TEST_F() local
3413 const UninterpretedOption& option2 = value.options().uninterpreted_option(1); TEST_F() local
[all...]

Completed in 66 milliseconds

12